swift-ci
(Swift CI)
1
# [FAILURE] oss-swift-package-macos [#5701]
Build URL: https://ci.swift.org/job/oss-swift-package-macos/5701/
Project: oss-swift-package-macos
Date of build: Tue, 23 Mar 2021 02:49:02 -0500
Build duration: 6 hr 44 min
Identified problems:- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
Changes- Commit aede1cca1a872ce8f7bcdfa0c5ac7b0c95b37975 by klorentey:
[stdlib] Document a fatal surprise with Sequence._copyContents
-
edit: stdlib/public/core/Sequence.swift
-
Commit bd93de8e2b64e24f95dd3bfb8edbfe63ba60ae77 by varun_gandhi:
[docs] Document tips for debugging assembly & object code.
-
edit: docs/DebuggingTheCompiler.md
-
Commit f7b4c7df07c7ce609d7a638a5b79bfbd3b2c3ac5 by aschwaighofer:
Adjust tests to new resume partial function mangling
-
edit: test/DebugInfo/async-args.swift
-
edit: test/DebugInfo/async-lifetime-extension.swift
-
edit: test/DebugInfo/async-let-await.swift
-
edit: test/DebugInfo/async-local-var.swift
-
Commit b889b0777dc7be680cbdfac34f49b67867300931 by ben_barham:
[IDE] Refactor some call related functions out of Index.cpp
-
edit: lib/IDE/IDERequests.cpp
-
edit: lib/Index/Index.cpp
-
edit: include/swift/IDE/Utils.h
-
edit: lib/IDE/Utils.cpp
-
Commit 19f23130d0aebb8c92480d582906ed02993466d4 by ben_barham:
[SourceKit/CursorInfo] Mark dynamic calls
-
edit: test/SourceKit/Indexing/index_forbid_typecheck.swift.response
-
edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
-
edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
-
edit: include/swift/IDE/Utils.h
-
edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
-
edit: tools/SourceKit/tools/sourcekitd-test/sourcekitd-test.cpp
-
edit: utils/gyb_sourcekit_support/UIDs.py
-
edit: lib/IDE/IDERequests.cpp
-
add: test/SourceKit/CursorInfo/cursor_dynamic.swift
-
edit: lib/IDE/Utils.cpp
-
Commit 8818844451ecc5072176e1b419a01ba2450dcd03 by stevenwu:
Fix PR36520 for Apple Scilicon Mac
-
edit: test/APIJSON/non-swift-api.swift
-
Commit 714eaefc7879567d902f9a071ad6b21599302656 by abdulras:
Importer: remove ImportAsMember support
-
edit: include/swift/Option/FrontendOptions.td
-
edit: lib/ClangImporter/ImporterImpl.h
-
edit: tools/swift-ide-test/swift-ide-test.cpp
-
edit: lib/ClangImporter/ImportName.h
-
delete: test/IDE/Inputs/custom-modules/InferImportAsMember.h
-
edit: test/IDE/Inputs/custom-modules/module.map
-
edit: utils/swift-api-dump.py
-
delete: lib/ClangImporter/IAMInference.h
-
edit: lib/Frontend/CompilerInvocation.cpp
-
delete: test/IDE/infer_import_as_member.swift
-
edit: lib/ClangImporter/CMakeLists.txt
-
edit: lib/ClangImporter/SwiftLookupTable.cpp
-
edit: lib/ClangImporter/ImportName.cpp
-
delete: test/IDE/Inputs/custom-modules/CollisionImportAsMember.h
-
delete: lib/ClangImporter/IAMInference.cpp
-
edit: lib/ClangImporter/ClangImporter.cpp
-
edit: include/swift/Basic/LangOptions.h
-
Commit 414e6c7dfd59857dc51416be43ef75eb6c343863 by aschwaighofer:
IRGen: Fix debug_value emission for constants in async functions
-
edit: lib/IRGen/IRGenSIL.cpp
-
edit: test/DebugInfo/async-local-var.swift
-
Commit 7e326063c50c0ef52753f7fecd13640e4adb5681 by github:
Concrete SIMD operations, part 1 (#36172)
-
add: test/stdlib/SIMDConcreteFP.swift.gyb
-
add: test/stdlib/SIMDConcreteMasks.swift.gyb
-
add: test/stdlib/SIMDConcreteIntegers.swift.gyb
-
edit: stdlib/public/core/CMakeLists.txt
-
edit: stdlib/public/core/SIMDVectorTypes.swift.gyb
-
add: stdlib/public/core/SIMDConcreteOperations.swift.gyb
-
edit: stdlib/public/core/SIMDVector.swift
-
edit: stdlib/public/core/GroupInfo.json
-
Commit 286927d2aa78d912a1b6e8be60b0bdf3aeee6c8f by spestov:
Sema: Fix effect checking bug with 'for try await'
-
edit: test/Concurrency/async_sequence_syntax.swift
-
edit: lib/Sema/TypeCheckEffects.cpp
-
Commit 7dcaf5ceb34028b774015a5f564bba20ad567199 by varun_gandhi:
[docs] Mention useful debugging tools with short blurbs about usage.
-
edit: docs/DebuggingTheCompiler.md
-
Commit 168fe61cbc24e5ddea4795f22a7cf00039838206 by github:
[windows][vs2017] Mark flaky test as unsupported. (#36530)
-
edit: test/Concurrency/Runtime/async_task_handle_cancellation.swift
-
Commit 3eba1faabdc8858a114317286e8863cc910a0c3f by github:
restore disabled FileSystemTests (#199)
-
edit: Tests/TSCBasicTests/FileSystemTests.swift
-
Commit 01f4b0ff004421de3cc3d823f8756bc3b03a6181 by github:
Add LSP types and server stubs for call hierarchy support (#377)
-
edit: Sources/LanguageServerProtocol/PositionRange.swift
-
edit: Sources/LanguageServerProtocol/SupportTypes/SymbolKind.swift
-
add: Sources/LanguageServerProtocol/Requests/CallHierarchyOutgoingCallsRequest.swift
-
edit: Sources/LanguageServerProtocol/SupportTypes/ClientCapabilities.swift
-
add: Sources/LanguageServerProtocol/Requests/CallHierarchyIncomingCallsRequest.swift
-
edit: Sources/LanguageServerProtocol/Messages.swift
-
add: Sources/LanguageServerProtocol/SupportTypes/CallHierarchyItem.swift
-
edit: Tests/LanguageServerProtocolTests/XCTestManifests.swift
-
edit: Sources/LanguageServerProtocol/SupportTypes/ServerCapabilities.swift
-
edit: Tests/LanguageServerProtocolTests/CodingTests.swift
-
edit: Sources/LanguageServerProtocol/CMakeLists.txt
-
add: Sources/LanguageServerProtocol/Requests/CallHierarchyPrepareRequest.swift
-
Commit d759a3fb094fe66beb150748e8aa40157e609c73 by aschwaighofer:
[coro] Use swift mangling for resume functions
-
edit: llvm/lib/Transforms/Coroutines/CoroSplit.cpp
-
edit: llvm/test/Transforms/Coroutines/coro-split-swift-async.ll
-
Commit 23d3ebdb0ca01bf465eb52f285c3b084076a2339 by github:
[performance] reduce amount of dispatch queues (#3360)
-
edit: Sources/PackageCollections/Providers/JSONPackageCollectionProvider.swift
-
edit: Sources/PackageGraph/Pubgrub/PubgrubDependencyResolver.swift
-
edit: Sources/Workspace/Workspace.swift
-
edit: Sources/SourceControl/GitRepository.swift
-
edit: Sources/Basics/HTTPClient.swift
-
edit: Sources/PackageCollections/Storage/SQLitePackageCollectionsStorage.swift
-
edit: Sources/SourceControl/RepositoryManager.swift
-
edit: Sources/Basics/ConcurrencyHelpers.swift
-
edit: Sources/PackageCollections/Storage/FilePackageCollectionsSourcesStorage.swift
-
edit: Sources/PackageGraph/LocalPackageContainer.swift
-
edit: Sources/PackageGraph/RepositoryPackageContainer.swift
-
edit: Sources/SPMTestSupport/MockManifestLoader.swift
-
Commit 7b5bbcdcdd752ba8d456c4336023fba54729c35d by github:
consolidate sandbox infrastructure (#3370)
-
add: Sources/Basics/Sandbox.swift
-
edit: Sources/PackageLoading/ManifestLoader.swift
-
edit: Sources/Basics/CMakeLists.txt
-
edit: Sources/Workspace/DefaultPluginScriptRunner.swift
-
add: Tests/BasicsTests/SandboxTests.swift
-
Commit 6d3dd4f102d0ab311ed5f201c9085a6c4a062e90 by github:
First round of adjustments to proposal review feedback: (#3369)
-
edit: Sources/PackageModel/ManifestSourceGeneration.swift
-
edit: Sources/PackageModel/Target.swift
-
edit: Sources/Build/ManifestBuilder.swift
-
edit: Sources/Commands/Describe.swift
-
edit: Tests/SPMBuildCoreTests/PluginInvocationTests.swift
-
edit: Fixtures/Miscellaneous/Plugins/ContrivedTestPlugin/Sources/MySourceGenBuildToolPlugin/plugin.swift
-
edit: Fixtures/Miscellaneous/Plugins/MyBinaryToolPlugin/Package.swift
-
edit: Sources/PackagePlugin/ImplementationDetails.swift
-
edit: Tests/CommandsTests/PackageToolTests.swift
-
edit: Sources/SPMBuildCore/PluginInvocation.swift
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenClient/Package.swift
-
edit: Sources/PackageLoading/PackageBuilder.swift
-
edit: Fixtures/Miscellaneous/Plugins/ContrivedTestPlugin/Package.swift
-
edit: Sources/PackageModel/Manifest/TargetDescription.swift
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Package.swift
-
edit: Sources/PackageDescription/PackageDescription.swift
-
edit: Sources/PackageLoading/PackageDescription4Loader.swift
-
edit: Fixtures/Miscellaneous/Plugins/MyBinaryToolPlugin/Sources/MySourceGenBuildToolPlugin/plugin.swift
-
edit: Sources/Build/BuildPlan.swift
-
edit: Sources/PackagePlugin/PublicAPI/CommandConstructor.swift
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenPrebuildPlugin/plugin.swift
-
edit: Fixtures/Miscellaneous/Plugins/MySourceGenPlugin/Sources/MySourceGenBuildToolPlugin/plugin.swift
-
edit: Sources/SPMBuildCore/PrebuildCommandResult.swift
-
edit: Tests/PackageLoadingTests/PDNextVersionLoadingTests.swift
-
edit: Fixtures/Miscellaneous/Plugins/SandboxTesterPlugin/Package.swift
-
edit: Sources/PackageDescription/Target.swift
-
Commit 1a9f77afc2f7ba75fc2f77d023a0e3a507cfa265 by devteam.codafi:
Perform Input Modification Checks At the End of the Build
-
edit: Tests/SwiftDriverTests/JobExecutorTests.swift
-
edit: Sources/SwiftDriverExecution/MultiJobExecutor.swift
-
edit: Sources/SwiftDriver/Utilities/VirtualPath.swift
-
Commit fd121ef136e6b32e25c603b516348778c853af6a by devteam.codafi:
Remove Some Dead Code
-
edit: Sources/SwiftDriver/Utilities/VirtualPath.swift