Build Information
Failed to build swift-package-info, reference 1.5.0 (f5c103
), with Swift 6.1 for Linux on 28 Apr 2025 16:52:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/marinofelipe/swift-package-info.git
Reference: 1.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/marinofelipe/swift-package-info
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at f5c1031 Merge pull request #47 from marinofelipe/feat/revision
Cloned https://github.com/marinofelipe/swift-package-info.git
Revision (git rev-parse @):
f5c103178212565df1e6b3b3b93a9de3ddd45f57
SUCCESS checkout https://github.com/marinofelipe/swift-package-info.git at 1.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/marinofelipe/swift-package-info.git
https://github.com/marinofelipe/swift-package-info.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "1.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "8.7.1",
"upper_bound" : "8.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "http_client",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.4",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/marinofelipe/http_client"
},
{
"identity" : "swift-package-manager",
"requirement" : {
"revision" : [
"swift-5.9.2-RELEASE"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-package-manager"
}
],
"manifest_display_name" : "swift-package-info",
"name" : "swift-package-info",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "swift-package-info",
"targets" : [
"Run"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RunTests",
"module_type" : "SwiftTarget",
"name" : "RunTests",
"path" : "Tests/RunTests",
"sources" : [
"RunTests.swift"
],
"target_dependencies" : [
"Run"
],
"type" : "test"
},
{
"c99name" : "Run",
"module_type" : "SwiftTarget",
"name" : "Run",
"path" : "Sources/Run",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swift-package-info"
],
"sources" : [
"Subcommands/BinarySize.swift",
"Subcommands/Dependencies.swift",
"Subcommands/FullAnalyzes.swift",
"Subcommands/Platforms.swift",
"SwiftPackageInfo.swift",
"TSCUtility+Run.swift"
],
"target_dependencies" : [
"App",
"Reports",
"Core"
],
"type" : "executable"
},
{
"c99name" : "ReportsTests",
"module_type" : "SwiftTarget",
"name" : "ReportsTests",
"path" : "Tests/ReportsTests",
"sources" : [
"Generators/ConsoleReportGeneratorTests.swift",
"Generators/JSONDumpReportGeneratorTests.swift"
],
"target_dependencies" : [
"Reports",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "Reports",
"module_type" : "SwiftTarget",
"name" : "Reports",
"path" : "Sources/Reports",
"product_memberships" : [
"swift-package-info"
],
"sources" : [
"ExpressibleByArgument+Reports.swift",
"Generators/ConsoleReportGenerator.swift",
"Generators/JSONDumpReportGenerator.swift",
"Generators/ReportGenerating.swift",
"Report.swift",
"ReportCell.swift",
"ReportFormat.swift",
"Reporting.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "CoreTests",
"module_type" : "SwiftTarget",
"name" : "CoreTests",
"path" : "Tests/CoreTests",
"sources" : [
"Helpers/FileManager+CoreTests.swift",
"Models/SizeOnDiskTests.swift",
"Models/SwiftPackageTests.swift",
"ProvidedInfoTests.swift",
"URLExtensionTests.swift"
],
"target_dependencies" : [
"Core",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "CoreTestSupport",
"module_type" : "SwiftTarget",
"name" : "CoreTestSupport",
"path" : "Sources/CoreTestSupport",
"sources" : [
"Doubles/Fixtures/Fixture+ProvidedInfo.swift",
"Doubles/Fixtures/Fixture+SwiftPackage.swift",
"Doubles/Fixtures/Fixture.swift",
"Doubles/Mocks/ProgressAnimationMock.swift",
"Doubles/Mocks/TerminalControllerMock.swift",
"Extensions/XCTest+TestSupport.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
},
{
"c99name" : "Core",
"module_type" : "SwiftTarget",
"name" : "Core",
"path" : "Sources/Core",
"product_dependencies" : [
"ArgumentParser",
"SwiftPM"
],
"product_memberships" : [
"swift-package-info"
],
"sources" : [
"Console.swift",
"Extensions/AbsolutePath+Core.swift",
"Extensions/Array+Core.swift",
"Extensions/ExpressibleByArgument+Core.swift",
"Extensions/JSONEncoder+Core.swift",
"Extensions/KeyPath+Core.swift",
"Extensions/Result+Core.swift",
"Extensions/URL+Core.swift",
"InfoProvider.swift",
"Models/PackageModel.swift",
"Models/ResurceState.swift",
"Models/SizeOnDisk.swift",
"Models/SwiftPackage.swift",
"PackageLoader.swift",
"Shell.swift"
],
"type" : "library"
},
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"sources" : [
"Fixtures/Fixture+PackageContent.swift",
"Providers/BinarySizeProvider/BinarySizeProviderErrorTests.swift",
"Providers/BinarySizeProvider/BinarySizeProviderTests.swift",
"Providers/DependenciesProvider/DependenciesProviderTests.swift",
"Providers/PlatformsProvider/PlatformsProviderTests.swift"
],
"target_dependencies" : [
"App",
"CoreTestSupport"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"XcodeProj",
"CombineHTTPClient"
],
"product_memberships" : [
"swift-package-info"
],
"sources" : [
"Providers/BinarySizeProvider/AppManager.swift",
"Providers/BinarySizeProvider/BinarySizeProvider.swift",
"Providers/BinarySizeProvider/SizeMeasurer.swift",
"Providers/DependenciesProvider/DependenciesProvider.swift",
"Providers/PlatformsProvider/PlatformsProvider.swift",
"Services/SwiftPackageService/SwiftPackageService.swift"
],
"target_dependencies" : [
"Core"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-package-manager
[1/151387] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (11.46s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28914] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.02s)
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6718] Fetching swift-tools-support-core
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.46s)
Fetching https://github.com/apple/swift-driver.git
[1/34212] Fetching swift-driver
Fetched https://github.com/apple/swift-driver.git from cache (2.04s)
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-certificates.git
[1/4353] Fetching swift-system
[437/14642] Fetching swift-system, yams
[612/20754] Fetching swift-system, yams, swift-certificates
[2046/36996] Fetching swift-system, yams, swift-certificates, swift-collections
[8312/51946] Fetching swift-system, yams, swift-certificates, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-system.git from cache (0.86s)
[19504/47593] Fetching yams, swift-certificates, swift-collections, swift-argument-parser
Fetched https://github.com/apple/swift-certificates.git from cache (0.87s)
[13990/41481] Fetching yams, swift-collections, swift-argument-parser
Fetching https://github.com/marinofelipe/http_client
Fetching https://github.com/tuist/XcodeProj.git
[24936/41792] Fetching yams, swift-collections, swift-argument-parser, http_client
[30456/64946] Fetching yams, swift-collections, swift-argument-parser, http_client, xcodeproj
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.09s)
Fetched https://github.com/apple/swift-collections.git from cache (4.60s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/jpsim/Yams.git from cache (4.87s)
Fetched https://github.com/marinofelipe/http_client from cache (4.30s)
Fetched https://github.com/tuist/XcodeProj.git from cache (4.32s)
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (8.84s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 0.4.1 (0.62s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.5.0 (1.10s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.7.1 (0.88s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1411] Fetching pathkit
[975/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.64s)
Fetched https://github.com/tadija/AEXML.git from cache (0.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 0.7.0 (1.52s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.2.3 (4.17s)
Computing version for https://github.com/marinofelipe/http_client
Computed https://github.com/marinofelipe/http_client at 0.0.5 (3.16s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (4.71s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (6.65s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (0.51s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.0.6 (0.65s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Creating working copy for https://github.com/marinofelipe/http_client
Working copy of https://github.com/marinofelipe/http_client resolved at 0.0.5
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-package-manager
Working copy of https://github.com/apple/swift-package-manager resolved at swift-5.9.2-RELEASE (2b7ebe6)
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.7.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 0.7.0
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at release/5.9 (d73a305)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.1.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-driver.git
Working copy of https://github.com/apple/swift-driver.git resolved at release/5.9 (1b2b851)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.2.3
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at release/5.9 (5665fc7)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.0.6
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 0.4.1
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageMetadata/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollections/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsSigning/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsModel/CMakeLists.txt
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/610] Write sources
[8/610] Compiling f_int.c
[9/610] Compiling asn1_par.c
[10/610] Compiling asn_pack.c
[11/610] Compiling a_utctm.c
[12/610] Compiling asn1_lib.c
[13/610] Compiling kyber.c
[14/610] Compiling llvmSupport Valgrind.cpp
[15/610] Compiling llvmSupport UnicodeCaseFold.cpp
[16/610] Write swift-version-24593BA9C3E375BF.txt
[17/610] Compiling f_string.c
[18/618] Compiling llvmSupport circular_raw_ostream.cpp
[19/618] Compiling llvmSupport Unicode.cpp
[20/618] Compiling llvmSupport Twine.cpp
[21/618] Compiling llvmSupport Threading.cpp
[22/618] Compiling llvmSupport raw_ostream.cpp
[23/618] Compiling llvmSupport Triple.cpp
[24/618] Compiling llvmSupport StringSaver.cpp
[25/618] Compiling llvmSupport StringExtras.cpp
[26/618] Compiling llvmSupport TargetParser.cpp
[27/618] Compiling llvmSupport YAMLParser.cpp
[28/618] Compiling llvmSupport StringMap.cpp
[29/618] Compiling llvmSupport StringRef.cpp
[30/618] Compiling llvmSupport SmallVector.cpp
[31/618] Compiling llvmSupport SmallPtrSet.cpp
[32/618] Compiling llvmSupport SourceMgr.cpp
[33/618] Compiling llvmSupport Options.cpp
[34/618] Compiling llvmSupport Process.cpp
[35/618] Compiling llvmSupport Program.cpp
[36/618] Compiling llvmSupport Signals.cpp
[37/618] Compiling llvmSupport NativeFormatting.cpp
[38/618] Compiling llvmSupport MathExtras.cpp
[39/618] Compiling llvmSupport Mutex.cpp
[40/618] Compiling llvmSupport ManagedStatic.cpp
[41/618] Compiling llvmSupport Path.cpp
[42/618] Compiling llvmSupport MemoryBuffer.cpp
[43/618] Compiling llvmSupport Locale.cpp
[44/618] Compiling llvmSupport Memory.cpp
[45/618] Compiling llvmSupport MD5.cpp
[46/618] Compiling llvmSupport Hashing.cpp
[48/618] Compiling HTTPClientCore HTTPRequestMethod.swift
[49/618] Compiling HTTPClientCore HTTPRequestScheme.swift
[50/618] Compiling HTTPClientCore Result+HTTPClient.swift
[50/618] Compiling llvmSupport FoldingSet.cpp
[51/618] Compiling llvmSupport FormatVariadic.cpp
[52/618] Compiling llvmSupport Errno.cpp
[53/618] Compiling llvmSupport ErrorHandling.cpp
[54/618] Compiling llvmSupport Host.cpp
[55/618] Compiling llvmSupport Error.cpp
[56/618] Compiling llvmSupport ConvertUTF.cpp
[57/618] Compiling llvmSupport FileUtilities.cpp
[58/618] Compiling llvmSupport Atomic.cpp
[59/618] Compiling llvmSupport Debug.cpp
[60/618] Compiling llvmSupport ConvertUTFWrapper.cpp
[61/618] Compiling llvmSupport DJB.cpp
[62/618] Compiling llvmSupport Allocator.cpp
[63/618] Compiling llvmSupport Chrono.cpp
[64/618] Write sources
[65/618] Compiling llvmDemangle MicrosoftDemangle.cpp
[66/618] Compiling llvmSupport APSInt.cpp
[68/618] Compiling HTTPClientCore HTTPRequestError.swift
[69/618] Compiling HTTPClientCore HTTPRequestBuilder.swift
[70/618] Compiling HTTPClientCore Set+HTTPClient.swift
[71/618] Emitting module HTTPClientCore
[72/618] Compiling HTTPClientCore Data+HTTPClient.swift
[73/619] Compiling llvmSupport APInt.cpp
[74/619] Compiling llvmSupport APFloat.cpp
[75/619] Compiling llbuildNinja Parser.cpp
[76/619] Compiling llvmDemangle ItaniumDemangle.cpp
[77/619] Compiling llbuildCore DependencyInfoParser.cpp
[78/619] Compiling llbuildCore MakefileDepsParser.cpp
[79/619] Compiling llvmSupport CommandLine.cpp
[80/619] Compiling llbuildNinja Manifest.cpp
[81/619] Compiling llbuildNinja Lexer.cpp
[82/619] Compiling llbuildNinja ManifestLoader.cpp
[83/619] Compiling llbuildCore BuildEngineTrace.cpp
[84/619] Compiling llbuildCore SQLiteBuildDB.cpp
[85/619] Compiling llbuildCore BuildDB.cpp
[86/619] Compiling llbuildBuildSystem BuildValue.cpp
[87/619] Compiling llbuildBuildSystem ShellCommand.cpp
[88/619] Compiling llbuildBuildSystem ExternalCommand.cpp
[89/619] Compiling llbuildBuildSystem BuildSystemExtensionManager.cpp
[90/619] Compiling llbuildCore BuildEngine.cpp
[91/619] Compiling llbuildBuildSystem BuildNode.cpp
[92/619] Compiling llbuildBuildSystem BuildKey.cpp
[93/619] Compiling llbuildBuildSystem BuildSystemFrontend.cpp
[94/619] Compiling llbuildBuildSystem BuildDescription.cpp
[95/619] Compiling llbuildBasic Version.cpp
[96/619] Compiling llbuildBasic Tracing.cpp
[97/619] Compiling llbuildBasic ShellUtility.cpp
[98/619] Compiling llbuildBasic Hashing.cpp
[99/619] Compiling llbuildBasic Subprocess.cpp
[100/619] Compiling llbuildBasic PlatformUtility.cpp
[101/619] Compiling llbuildBasic SerialQueue.cpp
[102/619] Compiling llbuildBuildSystem BuildFile.cpp
[103/619] Compiling llbuildBasic FileInfo.cpp
[104/619] Compiling llbuildBasic FileSystem.cpp
[105/619] Compiling llbuildBasic ExecutionQueue.cpp
[106/619] Compiling libllbuild C-API.cpp
[107/619] Compiling llbuildBasic LaneBasedExecutionQueue.cpp
[108/619] Write sources
[112/619] Compiling TSCclibc process.c
[113/619] Compiling libllbuild Core-C-API.cpp
[114/619] Write sources
[116/619] Compiling TSCclibc libc.c
[117/619] Write sources
[123/636] Emitting module TSCLibc
[124/636] Compiling TSCLibc libc.swift
[124/637] Compiling llbuildBuildSystem BuildSystem.cpp
[125/637] Write sources
[131/637] Compiling libllbuild BuildValue-C-API.cpp
[132/637] Write sources
[140/637] Compiling libllbuild Ninja-C-API.cpp
[140/637] Write sources
[146/642] Compiling SwiftASN1 ASN1Null.swift
[147/642] Compiling SwiftASN1 ASN1OctetString.swift
[147/644] Wrapping AST for HTTPClientCore for debugging
[149/644] Compiling PackageCollectionsModel PackageCollectionModel.swift
[149/646] Compiling libllbuild BuildKey-C-API.cpp
[151/648] Compiling SwiftASN1 GeneralizedTime.swift
[152/648] Compiling SwiftASN1 ObjectIdentifier.swift
[153/648] Compiling SwiftASN1 PEMDocument.swift
[154/648] Compiling SwiftASN1 TimeUtilities.swift
[155/649] Compiling SwiftASN1 ASN1Strings.swift
[156/649] Compiling SwiftASN1 ArraySliceBigint.swift
[156/696] Wrapping AST for TSCLibc for debugging
[157/696] Write sources
[160/696] Compiling Logging LogHandler.swift
[161/696] Compiling Logging MetadataProvider.swift
[161/696] Compiling libllbuild BuildDB-C-API.cpp
[162/696] Write sources
[165/696] Emitting module Logging
[166/696] Compiling Logging Locks.swift
[167/699] Compiling OrderedCollections OrderedSet+Initializers.swift
[168/699] Compiling OrderedCollections OrderedSet+Insertions.swift
[169/715] Compiling DequeModule Deque+CustomStringConvertible.swift
[170/715] Compiling DequeModule Compatibility.swift
[171/715] Compiling DequeModule Deque+Equatable.swift
[172/715] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[173/715] Emitting module SwiftASN1
[174/715] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[175/715] Compiling DequeModule Deque+CustomReflectable.swift
[175/715] Compiling writer.c
[177/716] Compiling scanner.c
[178/716] Compiling reader.c
[183/716] Compiling DequeModule _DequeBuffer.swift
[184/716] Compiling DequeModule _DequeBufferHeader.swift
[185/718] Compiling DequeModule Deque.swift
[186/718] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[189/718] Compiling DequeModule Deque+Extras.swift
[189/718] Compiling parser.c
[191/718] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[192/718] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[193/718] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[194/718] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[195/718] Compiling OrderedCollections OrderedSet+Sendable.swift
[196/718] Compiling OrderedCollections OrderedSet+SubSequence.swift
[199/724] Compiling DequeModule Deque+Hashable.swift
[200/724] Compiling DequeModule Deque+Sendable.swift
[201/724] Compiling DequeModule Deque+Testing.swift
[203/724] Wrapping AST for SwiftASN1 for debugging
[204/724] Compiling emitter.c
[205/724] Compiling CSystem shims.c
[206/724] Compiling CSwiftScan CSwiftScanImpl.c
[208/724] Compiling Logging Logging.swift
[209/724] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[210/724] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[211/724] Compiling OrderedCollections OrderedSet+Diffing.swift
[212/724] Compiling OrderedCollections OrderedSet+Equatable.swift
[213/724] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[214/724] Compiling OrderedCollections OrderedSet+Hashable.swift
[215/724] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[216/724] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[217/724] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[218/724] Compiling OrderedCollections OrderedDictionary+Values.swift
[219/724] Compiling OrderedCollections OrderedDictionary.swift
[220/724] Compiling OrderedCollections OrderedSet+Codable.swift
[221/724] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[222/724] Compiling OrderedCollections OrderedDictionary+Elements.swift
[223/724] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[224/724] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[225/724] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[226/724] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[227/724] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[228/724] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[229/724] Compiling DequeModule Deque._Storage.swift
[230/724] Compiling DequeModule Deque._UnsafeHandle.swift
[233/724] Compiling DequeModule _DequeSlot.swift
[234/724] Compiling DequeModule _UnsafeWrappedBuffer.swift
[234/725] Compiling api.c
[240/741] Compiling SystemPackage FilePermissions.swift
[242/746] Compiling SystemPackage Syscalls.swift
[243/746] Compiling SystemPackage WindowsSyscallAdapters.swift
[244/746] Compiling SystemPackage Errno.swift
[245/746] Compiling SystemPackage FileDescriptor.swift
[246/746] Compiling SystemPackage FileHelpers.swift
[247/746] Compiling SystemPackage FileOperations.swift
[248/746] Compiling SystemPackage FilePath.swift
[249/746] Compiling SystemPackage FilePathComponentView.swift
[250/746] Compiling SystemPackage FilePathComponents.swift
[250/746] Compiling libllbuild BuildSystem-C-API.cpp
[255/746] Emitting module PackageCollectionsModel
[256/746] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/765] Emitting module CombineHTTPClient
/host/spi-builder-workspace/.build/checkouts/http_client/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import HTTPClientCore
3 | import Foundation
[259/765] Emitting module DequeModule
[259/766] Compiling CCryptoBoringSSLShims shims.c
[261/766] Emitting module OrderedCollections
[261/766] Wrapping AST for PackageCollectionsModel for debugging
[263/768] Compiling CombineHTTPClient CombineHTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/http_client/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import HTTPClientCore
3 | import Foundation
[264/768] Compiling CombineHTTPClient HTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/http_client/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import HTTPClientCore
3 | import Foundation
[264/771] Wrapping AST for Logging for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageMetadata/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollections/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsSigning/CMakeLists.txt
warning: 'swift-package-manager': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/PackageCollectionsModel/CMakeLists.txt
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/458] Write sources
[6/463] Compiling v3_pmaps.c
[7/463] Compiling v3_ocsp.c
[8/463] Compiling v3_pcons.c
[9/463] Compiling v3_skey.c
[10/463] Compiling v3_purp.c
[11/463] Compiling v3_prn.c
[12/463] Compiling v3_utl.c
[13/463] Compiling v3_ncons.c
[14/463] Compiling v3_ia5.c
[15/463] Compiling v3_lib.c
[16/463] Compiling v3_int.c
[17/463] Compiling v3_info.c
[18/463] Write swift-version-24593BA9C3E375BF.txt
[19/463] Compiling v3_enum.c
[20/463] Compiling v3_genn.c
[21/463] Compiling v3_extku.c
[22/463] Compiling v3_crld.c
[23/463] Compiling v3_bitst.c
[24/463] Compiling v3_conf.c
[25/466] Compiling v3_bcons.c
[26/470] Compiling v3_cpols.c
[28/488] Compiling TSCLibc libc.swift
[29/509] Emitting module TSCLibc
[31/532] Compiling PackageCollectionsModel PackageCollectionModel.swift
[32/581] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[33/581] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[34/581] Compiling OrderedCollections _HashTable+Bucket.swift
[35/583] Compiling Logging MetadataProvider.swift
[36/583] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[37/583] Compiling OrderedCollections _HashTable+Testing.swift
[38/583] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[39/583] Compiling OrderedCollections _HashTable+BucketIterator.swift
[40/583] Compiling OrderedCollections _HashTable+Constants.swift
[41/583] Compiling llbuildSwift NinjaManifest.swift
[42/583] Compiling llbuildSwift Internals.swift
[43/583] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[44/583] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[45/583] Compiling OrderedCollections OrderedSet+Diffing.swift
[46/583] Compiling OrderedCollections OrderedSet+Equatable.swift
[47/583] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[48/583] Compiling OrderedCollections OrderedSet+Hashable.swift
[49/589] Compiling Logging Locks.swift
[50/589] Emitting module Logging
[53/590] Compiling llbuildSwift CoreBindings.swift
[54/590] Emitting module llbuildSwift
[55/590] Compiling llbuildSwift BuildDBBindings.swift
[56/590] Compiling llbuildSwift BuildValue.swift
[57/590] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[58/590] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/590] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[62/592] Compiling OrderedCollections _Hashtable+Header.swift
[63/592] Compiling OrderedCollections OrderedDictionary+Codable.swift
[64/592] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[65/592] Compiling SystemPackage Util.swift
[66/592] Compiling SystemPackage UtilConsumers.swift
[67/592] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[68/592] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/592] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[79/592] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[81/592] Compiling OrderedCollections OrderedDictionary+Elements.swift
[84/592] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/592] Compiling OrderedCollections OrderedSet+Initializers.swift
[87/592] Compiling OrderedCollections OrderedSet+Insertions.swift
[88/592] Compiling OrderedCollections OrderedSet+Invariants.swift
[89/592] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[90/592] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[91/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[92/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[93/592] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[94/592] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[95/592] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[96/592] Compiling OrderedCollections OrderedSet+Sendable.swift
[97/592] Compiling OrderedCollections OrderedSet+SubSequence.swift
[106/592] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[107/592] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[108/592] Compiling OrderedCollections OrderedDictionary+Values.swift
[109/592] Compiling OrderedCollections OrderedDictionary.swift
[110/592] Compiling OrderedCollections OrderedSet+Codable.swift
[111/592] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[112/592] Emitting module PathKit
[113/592] Compiling PathKit PathKit.swift
[114/593] Emitting module Yams
[118/593] Emitting module SystemPackage
[124/594] Compiling Yams YamlError.swift
[125/594] Compiling llbuildSwift BuildKey.swift
[126/594] Compiling llbuildSwift BuildSystemBindings.swift
[129/595] Compiling SwiftASN1 UTCTime.swift
[130/595] Compiling SwiftASN1 Errors.swift
[145/643] Compiling Logging LogHandler.swift
[146/643] Compiling Logging Logging.swift
[147/644] Compiling HTTPClientCore Result+HTTPClient.swift
[148/644] Compiling HTTPClientCore HTTPRequestScheme.swift
[149/644] Compiling HTTPClientCore HTTPRequestMethod.swift
[150/644] Emitting module HTTPClientCore
[151/644] Compiling HTTPClientCore Data+HTTPClient.swift
[153/663] Compiling HTTPClientCore HTTPRequestError.swift
[154/663] Compiling DequeModule Deque+CustomStringConvertible.swift
[155/663] Compiling DequeModule Deque+Equatable.swift
[156/663] Compiling HTTPClientCore Set+HTTPClient.swift
[157/663] Compiling HTTPClientCore HTTPRequestBuilder.swift
[158/666] Emitting module SwiftASN1
[159/667] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[160/667] Compiling DequeModule Deque+CustomReflectable.swift
[161/668] Emitting module PackageCollectionsModel
[162/668] Compiling PackageCollectionsModel PackageCollectionModel+v1.swift
[163/669] Compiling DequeModule Deque.swift
[164/669] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[166/671] Compiling DequeModule _DequeBuffer.swift
[167/671] Compiling DequeModule _DequeBufferHeader.swift
[168/670] Compiling OrderedCollections OrderedSet+Testing.swift
[169/670] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[170/670] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[171/670] Compiling OrderedCollections OrderedSet.swift
[172/670] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[173/670] Compiling OrderedCollections _UnsafeBitset.swift
[175/670] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[176/670] Compiling DequeModule Deque+Extras.swift
[183/669] Emitting module ArgumentParserToolInfo
[183/669] Wrapping AST for llbuildSwift for debugging
[184/669] Wrapping AST for Yams for debugging
[185/678] Wrapping AST for SystemPackage for debugging
[187/678] Emitting module OrderedCollections
[187/679] Wrapping AST for SwiftASN1 for debugging
[189/679] Compiling DequeModule _DequeSlot.swift
[190/679] Compiling DequeModule _UnsafeWrappedBuffer.swift
[190/679] Wrapping AST for PathKit for debugging
[193/679] Compiling CombineHTTPClient CombineHTTPClient.swift
/host/spi-builder-workspace/.build/checkouts/http_client/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import HTTPClientCore
3 | import Foundation
[194/679] Compiling CombineHTTPClient HTTPResponse.swift
/host/spi-builder-workspace/.build/checkouts/http_client/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import HTTPClientCore
3 | import Foundation
[195/679] Compiling AEXML Error.swift
[195/679] Wrapping AST for Logging for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[197/679] Emitting module CombineHTTPClient
/host/spi-builder-workspace/.build/checkouts/http_client/Sources/CombineHTTPClient/CombineHTTPClient.swift:1:8: error: no such module 'Combine'
1 | import Combine
| `- error: no such module 'Combine'
2 | import HTTPClientCore
3 | import Foundation
[198/679] Compiling AEXML Parser.swift
[198/679] Compiling v3_akeya.c
[199/679] Compiling DequeModule Deque+Hashable.swift
[200/679] Compiling DequeModule Deque+Sendable.swift
[201/679] Compiling DequeModule Deque+Testing.swift
[202/679] Compiling AEXML Document.swift
[203/679] Emitting module AEXML
[203/679] Compiling v3_alt.c
BUILD FAILURE 6.1 linux