Report
[FAILURE] oss-swift-package-osx [#4069]
Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4069/
Project:
oss-swift-package-osx
Date of build:
Fri, 06 Dec 2019 17:26:18 -0600
Build duration:
3 hr 56 min
Changes
-
Commit b84562003ececcb0c2fcbfd8bbab17c302ae711c by owen:
[Diagnostics] Add an educational note explaining closure type inference- edit: include/swift/AST/EducationalNotes.def
- add: userdocs/diagnostics/complex-closure-inference.md
-
Commit 493bed004386bb6b2f251456d8dbf83f76bc787a by dgregor:
[Property wrappers] Fix crash due to wrapped type/wrapper type- edit: lib/SILGen/SILGenFunction.cpp
- edit: lib/SILGen/SILGenConstructor.cpp
- edit: test/SILGen/property_wrappers.swift
- edit: include/swift/AST/Decl.h
- edit: lib/AST/Decl.cpp
- edit: lib/SIL/TypeLowering.cpp
-
Commit f51119ad6b35620f0fd505a0dc893c1d3afebca2 by dgregor:
[Property wrappers] Sync up implicit "nil" initialization defaulting.- edit: lib/SILGen/SILGen.cpp
- edit: lib/Sema/TypeCheckStorage.cpp
- edit: lib/Sema/CodeSynthesis.cpp
- edit: test/IDE/print_property_wrappers.swift
- edit: lib/AST/Decl.cpp
-
Commit 36f67b2af1965e3f853deb3825afa61dd7c0fd25 by dgregor:
[Property wrappers] Be sure to record the original value initializer!- edit: lib/Sema/TypeCheckStorage.cpp
-
Commit 8a83440ce15aa3d74b55f65129f4694537581bb3 by hamishknight:
[CS] Resolve callees for callAsFunction ".member" exprs- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/Sema/call_as_function_simple.swift
- edit: test/SILGen/default_arguments.swift
- edit: lib/Sema/CSApply.cpp
-
Commit 14cc62001670032c2ba4fc3acde6af37910f9edd by repo:
[android] A few tweaks for native compilation and to get more tests- edit: utils/swift_build_sdk_interfaces.py
- edit: test/lit.cfg
- edit: utils/swift_build_support/swift_build_support/targets.py
- edit: stdlib/public/Platform/bionic.modulemap.gyb
- edit: cmake/modules/SwiftConfigureSDK.cmake
- edit: CMakeLists.txt
- edit: tools/SourceKit/cmake/modules/AddSwiftSourceKit.cmake
- edit: utils/build-script-impl
- edit: cmake/modules/AddSwift.cmake
- edit: lib/Driver/UnixToolChains.cpp
- edit: test/Driver/multi-threaded.swift
-
Commit 585213b5692079e4756981279a751fc8830635c6 by ahoppen:
Update ClientCapabilities to match version 3.14 of the spec- edit: Sources/LanguageServerProtocol/ClientCapabilities.swift
-
Commit a75a288a4583966077ed23e3621106b126b470f3 by ahoppen:
Update Completion to match version 3.14 of the spec- edit: Sources/LanguageServerProtocol/Completion.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
-
Commit fa012d738689be815dc72a10b370ce6e059afac4 by ahoppen:
Update CompletionItem to match version 3.14 of the spec- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
- edit: Tests/SourceKitTests/SwiftPMIntegration.swift
- edit: Sources/LanguageServerProtocol/CompletionItem.swift
-
Commit 711d7827dd7252bc30ad79d3a35614a68ff7aa17 by ahoppen:
Update DefinitionRequest to match version 3.14 of the spec- add: Sources/LanguageServerProtocol/LocationLink.swift
- edit: Sources/LanguageServerProtocol/DefinitionRequest.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
-
Commit bcadf01539317c4636e75ac51a898ec7eca7f729 by ahoppen:
Update DocumentSymbolRequest to match version 3.14 of the LSP spec- edit: Sources/LanguageServerProtocol/DocumentSymbol.swift
- edit: Tests/SourceKitTests/DocumentSymbolTests.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
- edit: Sources/LanguageServerProtocol/WorkspaceSymbols.swift
- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
-
Commit de7d1e55fa8f7e367baa14bb3aac66dec7d4c685 by ahoppen:
Make unknown case of WorkspaceSettingsChange have an LSPAny associated- edit: Sources/LanguageServerProtocol/WorkspaceSettings.swift
-
Commit 7ebf1036451d1ca6dfa802bccebdbb89c8eed81a by ahoppen:
Update ImplementationRequest to match version 3.14 of the LSP spec- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Tests/LanguageServerProtocolTests/CodingTests.swift
- edit: Tests/SourceKitTests/ImplementationTests.swift
- edit: Sources/LanguageServerProtocol/DefinitionRequest.swift
- add: Sources/LanguageServerProtocol/LocationsOrLocationLinksResponse.swift
- edit: Sources/LanguageServerProtocol/ImplementationRequest.swift
-
Commit 82be88f6963f1e2e54e636253ee06220c9c142eb by ahoppen:
Update ReferencesRequest to match version 3.14 of the LSP spec- edit: Sources/SourceKit/SourceKitServer.swift
- edit: Sources/LanguageServerProtocol/ReferencesRequest.swift
- edit: Tests/SourceKitTests/SwiftPMIntegration.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
-
Commit 5f0b2bca3d73b915557df11b5f5be4eb9cfc17b4 by ahoppen:
Update decoding error message for HoverRequest to match others- edit: Sources/LanguageServerProtocol/Hover.swift
-
Commit 2422ddc8cd40eb1864c83954160db0e98caa3bce by ahoppen:
Add the textEdit parameter to code completion responses- edit: Sources/SourceKit/sourcekitd/SwiftLanguageServer.swift
- edit: Sources/SourceKit/sourcekitd/SwiftSourceKitFramework.swift
- edit: Tests/SourceKitTests/XCTestManifests.swift
- edit: Tests/SourceKitTests/SourceKitTests.swift
- edit: Tests/SourceKitTests/SwiftCompletionTests.swift
- edit: Tests/SourceKitTests/SwiftPMIntegration.swift
-
Commit 5bfabc60f091009d1768aa85d0cf9248628c6c05 by compnerd:
build: always enable a dependency on intrinsics_gen- edit: lldb/CMakeLists.txt
-
Commit b94d0bc0f957b6a3feafc5aa174f9a5a43705703 by 335050309:
Update README to Reflect Some Example Users- edit: README.md