Build Information
Failed to build SDGCommandLine, reference 3.0.6 (0fbf6c), with Swift 6.1 for Android on 28 May 2025 19:26:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sdggiesbrecht/sdgcommandline.git
Reference: 3.0.6
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/sdggiesbrecht/sdgcommandline
* tag 3.0.6 -> FETCH_HEAD
HEAD is now at 0fbf6c4 Version 3.0.6
Cloned https://github.com/sdggiesbrecht/sdgcommandline.git
Revision (git rev-parse @):
0fbf6c4225544d024079650d0c7d6149dfac0268
SUCCESS checkout https://github.com/sdggiesbrecht/sdgcommandline.git at 3.0.6
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/sdggiesbrecht/sdgcommandline.git
https://github.com/sdggiesbrecht/sdgcommandline.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "sdgcornerstone",
"requirement" : {
"range" : [
{
"lower_bound" : "10.1.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGCornerstone"
},
{
"identity" : "sdgswift",
"requirement" : {
"range" : [
{
"lower_bound" : "14.0.0",
"upper_bound" : "15.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SDGGiesbrecht/SDGSwift"
}
],
"manifest_display_name" : "SDGCommandLine",
"name" : "SDGCommandLine",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SDGCommandLine",
"targets" : [
"SDGCommandLine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGCommandLineTestUtilities",
"targets" : [
"SDGCommandLineTestUtilities"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SDGExportedCommandLineInterface",
"targets" : [
"SDGExportedCommandLineInterface"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "test_tool",
"targets" : [
"test_tool"
],
"type" : {
"executable" : null
}
},
{
"name" : "empty_tool",
"targets" : [
"empty_tool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "test_tool",
"module_type" : "SwiftTarget",
"name" : "test_tool",
"path" : "Tests/test_tool",
"product_memberships" : [
"test_tool"
],
"sources" : [
"Tool.swift",
"main.swift"
],
"target_dependencies" : [
"SDGCommandLine",
"TestTool"
],
"type" : "executable"
},
{
"c99name" : "empty_tool",
"module_type" : "SwiftTarget",
"name" : "empty_tool",
"path" : "Tests/empty_tool",
"product_memberships" : [
"empty_tool"
],
"sources" : [
"Empty.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "TestTool",
"module_type" : "SwiftTarget",
"name" : "TestTool",
"path" : "Tests/TestTool",
"product_dependencies" : [
"SDGText",
"SDGLocalization",
"SDGVersioning"
],
"product_memberships" : [
"test_tool"
],
"sources" : [
"DemonstrateRepeatedArgument.swift",
"DemonstrateTextFormatting.swift",
"Execute.swift",
"Fail.swift",
"Language.swift",
"RejectArgument.swift",
"Tool.swift"
],
"target_dependencies" : [
"SDGCommandLine"
],
"type" : "library"
},
{
"c99name" : "SDGExportedCommandLineInterfaceTests",
"module_type" : "SwiftTarget",
"name" : "SDGExportedCommandLineInterfaceTests",
"path" : "Tests/SDGExportedCommandLineInterfaceTests",
"product_dependencies" : [
"SDGExternalProcess",
"SDGPersistenceTestUtilities",
"SDGXCTestUtilities"
],
"sources" : [
"APITests.swift",
"InternalTests.swift"
],
"target_dependencies" : [
"SDGExportedCommandLineInterface",
"SDGCommandLineTestUtilities",
"test_tool",
"empty_tool"
],
"type" : "test"
},
{
"c99name" : "SDGExportedCommandLineInterface",
"module_type" : "SwiftTarget",
"name" : "SDGExportedCommandLineInterface",
"path" : "Sources/SDGExportedCommandLineInterface",
"product_dependencies" : [
"SDGText",
"SDGPersistence",
"SDGExternalProcess"
],
"product_memberships" : [
"SDGExportedCommandLineInterface"
],
"sources" : [
"ArgumentInterface.swift",
"CommandInterface.Version1.swift",
"CommandInterface.Version2.swift",
"CommandInterface.swift",
"DecodedCommandInterface.swift",
"OptionInterface.swift"
],
"target_dependencies" : [
"SDGCommandLine"
],
"type" : "library"
},
{
"c99name" : "SDGCommandLineTests",
"module_type" : "SwiftTarget",
"name" : "SDGCommandLineTests",
"path" : "Tests/SDGCommandLineTests",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGCollections",
"SDGText",
"SDGLocalization",
"SDGExternalProcess",
"SDGVersioning",
"SDGXCTestUtilities",
"SDGPersistenceTestUtilities",
"SDGLocalizationTestUtilities",
"SDGSwift",
"SDGSwiftPackageManager"
],
"sources" : [
"APITests.swift",
"Examples/ReadMe.swift",
"InternalTests.swift",
"RepositoryRoot.swift",
"TestCase.swift"
],
"target_dependencies" : [
"SDGCommandLineTestUtilities",
"TestTool"
],
"type" : "test"
},
{
"c99name" : "SDGCommandLineTestUtilities",
"module_type" : "SwiftTarget",
"name" : "SDGCommandLineTestUtilities",
"path" : "Sources/SDGCommandLineTestUtilities",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGText",
"SDGLocalization",
"SDGTesting",
"SDGPersistenceTestUtilities"
],
"product_memberships" : [
"SDGCommandLineTestUtilities"
],
"sources" : [
"Command.swift"
],
"target_dependencies" : [
"SDGCommandLine",
"SDGCommandLineLocalizations"
],
"type" : "library"
},
{
"c99name" : "SDGCommandLineLocalizations",
"module_type" : "SwiftTarget",
"name" : "SDGCommandLineLocalizations",
"path" : "Sources/SDGCommandLineLocalizations",
"product_dependencies" : [
"SDGLocalization"
],
"product_memberships" : [
"SDGCommandLine",
"SDGCommandLineTestUtilities",
"SDGExportedCommandLineInterface",
"test_tool"
],
"sources" : [
"APILocalization.swift",
"Exports.swift",
"InterfaceLocalization.swift",
"SystemLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "SDGCommandLine",
"module_type" : "SwiftTarget",
"name" : "SDGCommandLine",
"path" : "Sources/SDGCommandLine",
"product_dependencies" : [
"SDGControlFlow",
"SDGLogic",
"SDGMathematics",
"SDGCollections",
"SDGText",
"SDGPersistence",
"SDGLocalization",
"SDGExternalProcess",
"SDGVersioning",
"SDGSwift"
],
"product_memberships" : [
"SDGCommandLine",
"SDGCommandLineTestUtilities",
"SDGExportedCommandLineInterface",
"test_tool"
],
"sources" : [
"Argument/AnyArgumentTypeDefinition.swift",
"Argument/ArgumentInterface.swift",
"Argument/ArgumentType.swift",
"Argument/ArgumentTypeDefinition.swift",
"Argument/DirectArguments.swift",
"Command/Command.Error.swift",
"Command/Command.Output.swift",
"Command/Command.swift",
"Command/EmptyCache.swift",
"Command/ExportInterface.swift",
"Command/Help.swift",
"Command/SetLanguage.swift",
"Command/VersionSubcommand.swift",
"Option/AnyOption.swift",
"Option/Option.swift",
"Option/OptionInterface.swift",
"Option/Options.swift",
"Output/Colour.swift",
"Output/FontWeight.swift",
"Output/StringFamily.swift",
"Output/TextFormat.swift",
"Output/Underline.swift",
"Package/Build.swift",
"Package/Package.swift",
"ProcessInfo.swift",
"Tool.swift"
],
"target_dependencies" : [
"SDGCommandLineLocalizations"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SDGGiesbrecht/SDGSwift
Fetching https://github.com/SDGGiesbrecht/SDGCornerstone
[1/46266] Fetching sdgswift
[19433/148383] Fetching sdgswift, sdgcornerstone
Fetched https://github.com/SDGGiesbrecht/SDGSwift from cache (3.92s)
Fetched https://github.com/SDGGiesbrecht/SDGCornerstone from cache (3.96s)
Computing version for https://github.com/SDGGiesbrecht/SDGSwift
Computed https://github.com/SDGGiesbrecht/SDGSwift at 14.0.0 (4.76s)
Fetching https://github.com/SDGGiesbrecht/swift-package-manager
Fetching https://github.com/SDGGiesbrecht/swift-markdown
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-tools-support-core
Fetching https://github.com/SDGGiesbrecht/swift-syntax
Fetching https://github.com/SDGGiesbrecht/swift-docc-symbolkit
[1/758] Fetching swift-markdown
[759/1903] Fetching swift-markdown, swift-docc-symbolkit
[1870/31977] Fetching swift-markdown, swift-docc-symbolkit, swift-syntax
[3107/48568] Fetching swift-markdown, swift-docc-symbolkit, swift-syntax, swift-collections
[5877/55332] Fetching swift-markdown, swift-docc-symbolkit, swift-syntax, swift-collections, swift-tools-support-core
[6178/120254] Fetching swift-markdown, swift-docc-symbolkit, swift-syntax, swift-collections, swift-tools-support-core, swift-package-manager
Fetched https://github.com/SDGGiesbrecht/swift-docc-symbolkit from cache (3.39s)
Fetched https://github.com/SDGGiesbrecht/swift-syntax from cache (3.43s)
Fetched https://github.com/SDGGiesbrecht/swift-markdown from cache (5.66s)
Fetched https://github.com/apple/swift-tools-support-core from cache (5.91s)
Fetched https://github.com/apple/swift-collections from cache (5.94s)
Fetched https://github.com/SDGGiesbrecht/swift-package-manager from cache (5.96s)
Computing version for https://github.com/SDGGiesbrecht/swift-docc-symbolkit
Computed https://github.com/SDGGiesbrecht/swift-docc-symbolkit at 0.50800.0 (8.14s)
Computing version for https://github.com/SDGGiesbrecht/swift-markdown
Computed https://github.com/SDGGiesbrecht/swift-markdown at 0.50800.0 (0.93s)
Fetching https://github.com/SDGGiesbrecht/swift-cmark
[1/14476] Fetching swift-cmark
Fetched https://github.com/SDGGiesbrecht/swift-cmark from cache (1.02s)
Computing version for https://github.com/SDGGiesbrecht/swift-syntax
Computed https://github.com/SDGGiesbrecht/swift-syntax at 0.50800.0 (1.79s)
Computing version for https://github.com/apple/swift-tools-support-core
Computed https://github.com/apple/swift-tools-support-core at 0.5.2 (0.66s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/SDGGiesbrecht/swift-package-manager
Computed https://github.com/SDGGiesbrecht/swift-package-manager at 0.50800.0 (1.95s)
Fetching https://github.com/SDGGiesbrecht/swift-driver
Fetching https://github.com/SDGGiesbrecht/swift-crypto
Fetching https://github.com/SDGGiesbrecht/swift-llbuild
[1/22322] Fetching swift-driver
[1787/40699] Fetching swift-driver, swift-llbuild
[25697/45232] Fetching swift-driver, swift-llbuild, swift-crypto
Fetched https://github.com/SDGGiesbrecht/swift-crypto from cache (2.35s)
Fetched https://github.com/SDGGiesbrecht/swift-driver from cache (2.35s)
Fetched https://github.com/SDGGiesbrecht/swift-llbuild from cache (2.37s)
Computing version for https://github.com/SDGGiesbrecht/swift-cmark
Computed https://github.com/SDGGiesbrecht/swift-cmark at 0.50800.0 (4.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.1.1 (0.60s)
Computing version for https://github.com/SDGGiesbrecht/swift-crypto
Computed https://github.com/SDGGiesbrecht/swift-crypto at 0.20400.0 (0.67s)
Computing version for https://github.com/SDGGiesbrecht/swift-driver
Computed https://github.com/SDGGiesbrecht/swift-driver at 0.50800.0 (0.81s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/10657] Fetching yams
[5756/26008] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.36s)
Fetched https://github.com/jpsim/Yams.git from cache (1.39s)
Computing version for https://github.com/SDGGiesbrecht/swift-llbuild
Computed https://github.com/SDGGiesbrecht/swift-llbuild at 0.50800.0 (2.01s)
Computing version for https://github.com/SDGGiesbrecht/SDGCornerstone
Computed https://github.com/SDGGiesbrecht/SDGCornerstone at 10.2.0 (0.96s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.53s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.97s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.99s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.60s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.68s)
Creating working copy for https://github.com/SDGGiesbrecht/swift-cmark
Working copy of https://github.com/SDGGiesbrecht/swift-cmark resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-markdown
Working copy of https://github.com/SDGGiesbrecht/swift-markdown resolved at 0.50800.0
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.5.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-syntax
Working copy of https://github.com/SDGGiesbrecht/swift-syntax resolved at 0.50800.0
Creating working copy for https://github.com/apple/swift-tools-support-core
Working copy of https://github.com/apple/swift-tools-support-core resolved at 0.5.2
Creating working copy for https://github.com/SDGGiesbrecht/SDGSwift
Working copy of https://github.com/SDGGiesbrecht/SDGSwift resolved at 14.0.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-docc-symbolkit
Working copy of https://github.com/SDGGiesbrecht/swift-docc-symbolkit resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-llbuild
Working copy of https://github.com/SDGGiesbrecht/swift-llbuild resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/SDGCornerstone
Working copy of https://github.com/SDGGiesbrecht/SDGCornerstone resolved at 10.2.0
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/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/SDGGiesbrecht/swift-driver
Working copy of https://github.com/SDGGiesbrecht/swift-driver resolved at 0.50800.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-crypto
Working copy of https://github.com/SDGGiesbrecht/swift-crypto resolved at 0.20400.0
Creating working copy for https://github.com/SDGGiesbrecht/swift-package-manager
Working copy of https://github.com/SDGGiesbrecht/swift-package-manager resolved at 0.50800.0
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
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
[2/2] Compiling plugin SDGEmbedResources
[3/3] Compiling plugin SDGCopySources
Building for debugging...
[3/54] Write sources
[28/54] Compiling _NumericsShims _NumericsShims.c
[29/54] Write swift-version-24593BA9C3E375BF.txt
[31/105] Compiling InternalCollectionsUtilities Descriptions.swift
[32/105] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/107] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[34/107] Compiling InternalCollectionsUtilities Integer rank.swift
[35/107] Compiling empty_tool main.swift
[36/108] Emitting module RealModule
[37/109] Emitting module InternalCollectionsUtilities
[38/109] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[39/109] Compiling InternalCollectionsUtilities UInt+reversed.swift
[42/109] Compiling SDGLogic Tuple.swift
[45/109] Compiling RealModule Float16+Real.swift
[46/109] Compiling RealModule Float80+Real.swift
[47/109] Compiling RealModule Real.swift
[48/109] Compiling RealModule RealFunctions.swift
[49/109] Compiling SDGControlFlow SharedProperty.swift
[50/109] Compiling SDGControlFlow SharedValueObserver.swift
[51/109] Compiling InternalCollectionsUtilities _SortedCollection.swift
[52/109] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[53/109] Compiling InternalCollectionsUtilities Debugging.swift
[55/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/109] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/109] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/109] Emitting module SDGControlFlow
[62/109] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[63/109] Compiling SDGLogic NilLiteral.swift
[64/109] Compiling SDGLogic Equatable.swift
[65/109] Compiling SDGLogic Bool.swift
[66/109] Compiling SDGLogic Operators.swift
[67/109] Emitting module SDGLogic
[68/109] Compiling SDGLogic Any.swift
[71/109] Compiling RealModule ElementaryFunctions.swift
[72/109] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/110] Compiling RealModule Float+Real.swift
[80/112] Emitting module empty_tool
[81/112] Compiling empty_tool Empty.swift
[82/113] Compiling SDGControlFlow SendableValueCache.swift
[83/113] Compiling SDGControlFlow Shared.swift
[87/113] Wrapping AST for InternalCollectionsUtilities for debugging
[88/113] Wrapping AST for empty_tool for debugging
[89/113] Write Objects.LinkFileList
[90/113] Wrapping AST for SDGLogic for debugging
[91/113] Wrapping AST for RealModule for debugging
[92/168] Linking empty_tool
[94/168] Compiling OrderedCollections OrderedDictionary+Codable.swift
[95/168] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[96/169] Wrapping AST for SDGControlFlow for debugging
[98/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[99/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[100/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[101/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[102/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[103/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[104/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[105/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[106/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[107/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[108/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[109/199] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[110/199] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[111/199] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[112/206] Compiling SDGMathematics Measurement.swift
[113/206] Compiling SDGMathematics Addable.swift
[114/206] Compiling SDGMathematics FixedScaleOneDimensionalPoint.swift
[115/206] Compiling SDGMathematics GenericAdditiveArithmetic.swift
[116/206] Compiling SDGMathematics IntegerProtocol.swift
[117/206] Compiling SDGMathematics IntegralArithmetic.swift
[118/206] Compiling SDGMathematics Negatable.swift
[119/206] Compiling SDGMathematics NumericAdditiveArithmetic.swift
[120/206] Compiling SDGMathematics OneDimensionalPoint.swift
[121/206] Compiling SDGMathematics OneDimensionalVector.swift
[122/206] Compiling SDGMathematics PointProtocol.swift
[123/206] Compiling SDGMathematics RationalArithmetic.swift
[124/206] Compiling SDGMathematics RationalNumberProtocol.swift
[125/206] Compiling SDGMathematics RationalVector.swift
[126/206] Compiling SDGMathematics RealArithmetic.swift
[127/206] Compiling SDGMathematics RealNumberProtocol.swift
[128/206] Compiling SDGMathematics Subtractable.swift
[129/206] Compiling SDGMathematics VectorProtocol.swift
[130/206] Compiling SDGMathematics WholeArithmetic.swift
[131/206] Compiling SDGMathematics WholeNumberProtocol.swift
[132/206] Compiling SDGMathematics Operators.swift
[133/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[134/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[135/206] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[136/206] Compiling SDGMathematics Angle.swift
[137/206] Compiling SDGMathematics BitField.swift
[138/206] Compiling SDGMathematics ClosedRange.swift
[139/206] Compiling SDGMathematics Comparable.swift
[140/206] Compiling SDGMathematics Data.swift
[141/206] Compiling SDGMathematics Float.swift
[142/206] Compiling SDGMathematics FunctionAnalysis.swift
[143/206] Compiling SDGMathematics Int.swift
[144/206] Compiling OrderedCollections _HashTable+Bucket.swift
[145/206] Compiling OrderedCollections _HashTable+BucketIterator.swift
[146/206] Compiling OrderedCollections _HashTable+Constants.swift
[147/206] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[148/206] Compiling OrderedCollections _HashTable+Testing.swift
[149/206] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[150/206] Compiling OrderedCollections _HashTable.swift
[151/206] Compiling OrderedCollections _Hashtable+Header.swift
[152/206] Compiling OrderedCollections OrderedSet+Sendable.swift
[153/206] Compiling OrderedCollections OrderedSet+SubSequence.swift
[154/206] Compiling OrderedCollections OrderedSet+Testing.swift
[155/206] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[156/206] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[157/206] Compiling OrderedCollections OrderedSet.swift
[158/206] Compiling OrderedCollections _UnsafeBitset.swift
[159/206] Emitting module OrderedCollections
[160/207] Wrapping AST for OrderedCollections for debugging
[182/211] Emitting module SDGMathematics
[183/211] Compiling SDGMathematics OrderedEnumeration.swift
[184/211] Compiling SDGMathematics Sequence.swift
[185/211] Compiling SDGMathematics Tuple.swift
[186/211] Compiling SDGMathematics UInt.swift
[196/212] Wrapping AST for SDGMathematics for debugging
[198/274] Compiling SDGCollections RangeExpression.swift
[199/274] Compiling SDGCollections RangeReplaceableCollection.swift
[200/274] Compiling SDGCollections ReversedCollection.swift
[201/274] Compiling SDGCollections SearchableBidirectionalCollection.swift
[202/274] Compiling SDGCollections SearchableCollection.swift
[203/274] Compiling SDGCollections Slice.swift
[204/274] Compiling SDGCollections AbsoluteComplement.swift
[205/274] Compiling SDGCollections ComparableSet.swift
[206/282] Compiling SDGCollections ConditionalPattern.swift
[207/282] Compiling SDGCollections LiteralPattern.swift
[208/282] Compiling SDGCollections NegatedPattern.swift
[209/282] Compiling SDGCollections NestingContentsPattern.swift
[210/282] Compiling SDGCollections NestingMatch.swift
[211/282] Compiling SDGCollections NestingMatchContents.swift
[212/282] Compiling SDGCollections NestingMatchSegment.swift
[213/282] Compiling SDGCollections NestingPattern.swift
[214/282] Compiling SDGCollections NestingSegmentPattern.swift
[215/282] Compiling SDGCollections OrderedSet.SubSequence.swift
[216/282] Compiling SDGCollections OrderedSet.swift
[217/282] Compiling SDGCollections ExclusivePrefixMatch.swift
[218/282] Compiling SDGCollections ExclusiveSuffixMatch.swift
[219/282] Compiling SDGCollections InclusivePrefixMatch.swift
[220/282] Compiling SDGCollections InclusiveSuffixMatch.swift
[221/282] Compiling SDGCollections AlternativeMatch.swift
[222/282] Compiling SDGCollections AlternativePatterns.swift
[223/282] Compiling SDGCollections NaryAlternativeMatch.swift
[224/282] Compiling SDGCollections Operators.swift
[225/282] Compiling SDGCollections AnyCollection.swift
[226/282] Compiling SDGCollections Array.swift
[227/282] Compiling SDGCollections BidirectionalCollection.swift
[228/282] Compiling SDGCollections Collection.swift
[229/282] Compiling SDGCollections CollectionDifference.swift
[230/282] Compiling SDGCollections CollectionDifferenceChange.swift
[231/282] Compiling SDGCollections FillDirection.swift
[232/282] Compiling SDGCollections LexicographicalComparison.swift
[233/282] Compiling SDGCollections FiniteSet.swift
[234/282] Compiling SDGCollections IntensionalSet.swift
[235/282] Compiling SDGCollections Intersection.swift
[236/282] Compiling SDGCollections MutableSet.swift
[237/282] Compiling SDGCollections Set.swift
[238/282] Compiling SDGCollections SetDefinition.swift
[239/282] Compiling SDGCollections SetInRepresentableUniverse.swift
[240/282] Compiling SDGCollections Union.swift
[241/282] Compiling SDGCollections BidirectionalPattern.swift
[242/282] Compiling SDGCollections Pattern.swift
[243/282] Compiling SDGCollections PatternMatch.swift
[244/282] Compiling SDGCollections PatternConsumption.swift
[245/282] Compiling SDGCollections RepetitionMatch.swift
[246/282] Compiling SDGCollections RepetitionPattern.swift
[247/282] Compiling SDGCollections SeparatedComponentMatch.swift
[248/282] Compiling SDGCollections Range.swift
[249/282] Compiling SDGCollections NaryAlternativePatterns.swift
[250/282] Compiling SDGCollections AnyBidirectionalPattern.swift
[251/282] Compiling SDGCollections AnyPattern.swift
[252/282] Compiling SDGCollections AnyPatternMatch.swift
[253/282] Compiling SDGCollections AtomicPatternMatch.swift
[254/282] Compiling SDGCollections ConcatenatedMatch.swift
[255/282] Compiling SDGCollections ConcatenatedPatterns.swift
[256/282] Compiling SDGCollections NaryConcatenatedMatch.swift
[257/282] Compiling SDGCollections NaryConcatenatedPatterns.swift
[258/282] Compiling SDGCollections Addable.swift
[259/282] Compiling SDGCollections BijectiveMapping.swift
[260/282] Compiling SDGCollections ContextualMapping.swift
[261/282] Compiling SDGCollections Dictionary.swift
[262/282] Compiling SDGCollections CharacterSet.swift
[263/282] Compiling SDGCollections Data.swift
[264/282] Compiling SDGCollections String.swift
[265/282] Compiling SDGCollections StringProtocol.swift
[266/282] Compiling SDGCollections LegacyMode.swift
[267/282] Emitting module SDGCollections
[268/283] Wrapping AST for SDGCollections for debugging
[270/312] Compiling SDGText Font.Definition.swift
[271/312] Compiling SDGText Font.swift
[272/312] Compiling SDGText NSFont.swift
[273/312] Compiling SDGText SwiftUI.Font.swift
[274/315] Compiling SDGText String.swift
[275/315] Compiling SDGText StringClusterView.swift
[276/315] Compiling SDGText StringScalarView.swift
[277/315] Compiling SDGText ExtendedGraphemeCluster.swift
[278/315] Compiling SDGText StringIndex.swift
[279/315] Compiling SDGText UnicodeScalarView.swift
[280/315] Compiling SDGText UnicodeScalar.swift
[281/315] Compiling SDGText LineViewIndex.swift
[282/315] Compiling SDGText Newline.swift
[283/315] Compiling SDGText NewlinePattern.swift
[284/315] Compiling SDGText StringFamily.swift
[285/315] Compiling SDGText CharacterSet.swift
[286/315] Compiling SDGText CollectionStringFamily.swift
[287/315] Compiling SDGText CollectionUnicodeScalar.swift
[288/315] Compiling SDGText StaticString.swift
[289/315] Compiling SDGText UIFont.swift
[290/315] Compiling SDGText MarkupPlaygroundDisplay.swift
[291/315] Compiling SDGText Range.swift
[292/315] Compiling SDGText SemanticMarkup.swift
[293/315] Compiling SDGText StrictStringStringInterpolation.swift
[294/315] Compiling SDGText ExtendedGraphemeClusterView.swift
[295/315] Compiling SDGText Line.swift
[296/315] Compiling SDGText LineView.swift
[297/315] Compiling SDGText SemanticMarkupStringInterpolation.swift
[298/315] Compiling SDGText StrictString.swift
[299/315] Compiling SDGText StrictStringClusterView.swift
[300/315] Compiling SDGText StrictStringInterpolationProtocol.swift
[301/315] Emitting module SDGText
[302/316] Wrapping AST for SDGText for debugging
[304/325] Compiling SDGPersistence Data.swift
[305/325] Compiling SDGPersistence FileConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[306/325] Emitting module SDGPersistence
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
[307/326] Compiling SDGPersistence String.swift
[308/326] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[309/326] Compiling SDGPersistence PreferenceSet.swift
[310/326] Compiling SDGPersistence Preference.swift
[311/326] Compiling SDGPersistence ProcessInfo.swift
[312/326] Compiling SDGPersistence StrictString.swift
[313/326] Compiling SDGPersistence URL.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: couldn't find pc file for sqlite3
warning: couldn't find pc file for sqlite3
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
[2/2] Compiling plugin SDGEmbedResources
[3/3] Compiling plugin SDGCopySources
Building for debugging...
[3/28] Write swift-version-24593BA9C3E375BF.txt
[5/79] Compiling RealModule Double+Real.swift
[6/79] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[7/79] Compiling empty_tool main.swift
[8/81] Compiling InternalCollectionsUtilities Descriptions.swift
[9/81] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[10/81] Compiling RealModule Real.swift
[11/81] Emitting module empty_tool
[12/81] Compiling empty_tool Empty.swift
[13/83] Compiling InternalCollectionsUtilities Integer rank.swift
[14/83] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/83] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/83] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/83] Compiling RealModule AugmentedArithmetic.swift
[18/83] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/84] Compiling SDGControlFlow SendableValueCache.swift
[20/84] Compiling SDGControlFlow Shared.swift
[21/84] Compiling SDGControlFlow TextualPlaygroundDisplay.swift
[22/84] Compiling SDGControlFlow TransparentWrapper.swift
[24/84] Compiling RealModule Float80+Real.swift
[25/84] Compiling SDGLogic Any.swift
[26/84] Compiling SDGLogic Bool.swift
[26/83] Write Objects.LinkFileList
[30/83] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/83] Compiling InternalCollectionsUtilities Debugging.swift
[32/83] Emitting module SDGLogic
[33/83] Emitting module SDGControlFlow
[34/83] Compiling SDGLogic Operators.swift
[35/83] Compiling SDGLogic NilLiteral.swift
[36/83] Compiling SDGLogic Equatable.swift
[37/83] Compiling SDGLogic Tuple.swift
[38/84] Compiling RealModule RealFunctions.swift
[39/84] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[43/83] Compiling RealModule Float+Real.swift
[44/83] Compiling RealModule ElementaryFunctions.swift
[45/83] Compiling RealModule Float16+Real.swift
[46/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[46/83] Linking empty_tool
[52/83] Emitting module RealModule
[60/84] Emitting module InternalCollectionsUtilities
[63/85] Compiling SDGControlFlow Tuple.swift
[64/85] Compiling SDGControlFlow Weak.swift
[66/85] Wrapping AST for InternalCollectionsUtilities for debugging
[67/85] Wrapping AST for RealModule for debugging
[69/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[70/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[71/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[72/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[73/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[74/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[75/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[76/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[77/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[78/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[79/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[80/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[81/170] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[82/170] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[83/177] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/177] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/177] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/177] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[87/177] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[88/177] Compiling OrderedCollections OrderedDictionary+Elements.swift
[89/177] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[90/177] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[91/177] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[92/177] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/177] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[94/177] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[95/177] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[96/177] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[97/177] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[98/177] Compiling OrderedCollections OrderedDictionary+Values.swift
[99/177] Compiling OrderedCollections OrderedSet+Initializers.swift
[100/177] Compiling OrderedCollections OrderedSet+Insertions.swift
[101/177] Compiling OrderedCollections OrderedSet+Invariants.swift
[102/177] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[103/177] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[104/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[105/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[106/177] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[107/177] Compiling OrderedCollections OrderedDictionary.swift
[108/177] Compiling OrderedCollections OrderedSet+Codable.swift
[109/177] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[110/177] Compiling OrderedCollections OrderedSet+Descriptions.swift
[111/177] Compiling OrderedCollections OrderedSet+Diffing.swift
[112/177] Compiling OrderedCollections OrderedSet+Equatable.swift
[113/177] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[114/177] Compiling OrderedCollections OrderedSet+Hashable.swift
[135/181] Compiling OrderedCollections OrderedSet+Sendable.swift
[136/181] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/181] Compiling OrderedCollections OrderedSet+Testing.swift
[138/181] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/181] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/181] Compiling OrderedCollections OrderedSet.swift
[141/181] Compiling OrderedCollections _UnsafeBitset.swift
[142/181] Compiling OrderedCollections _HashTable+Bucket.swift
[143/181] Compiling OrderedCollections _HashTable+BucketIterator.swift
[144/181] Compiling OrderedCollections _HashTable+Constants.swift
[145/181] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[146/181] Compiling OrderedCollections _HashTable+Testing.swift
[147/181] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[148/181] Compiling OrderedCollections _HashTable.swift
[149/181] Compiling OrderedCollections _Hashtable+Header.swift
[159/181] Compiling SDGMathematics OrderedEnumeration.swift
[160/181] Compiling SDGMathematics Sequence.swift
[161/181] Compiling SDGMathematics Tuple.swift
[162/181] Compiling SDGMathematics UInt.swift
[163/181] Emitting module SDGMathematics
[164/182] Emitting module OrderedCollections
[166/183] Wrapping AST for SDGMathematics for debugging
[167/183] Wrapping AST for OrderedCollections for debugging
[169/245] Compiling SDGCollections BidirectionalPattern.swift
[170/245] Compiling SDGCollections Pattern.swift
[171/245] Compiling SDGCollections PatternMatch.swift
[172/245] Compiling SDGCollections PatternConsumption.swift
[173/245] Compiling SDGCollections RepetitionMatch.swift
[174/245] Compiling SDGCollections RepetitionPattern.swift
[175/245] Compiling SDGCollections SeparatedComponentMatch.swift
[176/245] Compiling SDGCollections Range.swift
[177/253] Compiling SDGCollections NaryAlternativePatterns.swift
[178/253] Compiling SDGCollections AnyBidirectionalPattern.swift
[179/253] Compiling SDGCollections AnyPattern.swift
[180/253] Compiling SDGCollections AnyPatternMatch.swift
[181/253] Compiling SDGCollections AtomicPatternMatch.swift
[182/253] Compiling SDGCollections ConcatenatedMatch.swift
[183/253] Compiling SDGCollections ConcatenatedPatterns.swift
[184/253] Compiling SDGCollections NaryConcatenatedMatch.swift
[185/253] Compiling SDGCollections NaryConcatenatedPatterns.swift
[186/253] Compiling SDGCollections ConditionalPattern.swift
[187/253] Compiling SDGCollections LiteralPattern.swift
[188/253] Compiling SDGCollections NegatedPattern.swift
[189/253] Compiling SDGCollections NestingContentsPattern.swift
[190/253] Compiling SDGCollections NestingMatch.swift
[191/253] Compiling SDGCollections NestingMatchContents.swift
[192/253] Compiling SDGCollections NestingMatchSegment.swift
[193/253] Compiling SDGCollections NestingPattern.swift
[194/253] Compiling SDGCollections NestingSegmentPattern.swift
[195/253] Compiling SDGCollections FiniteSet.swift
[196/253] Compiling SDGCollections IntensionalSet.swift
[197/253] Compiling SDGCollections Intersection.swift
[198/253] Compiling SDGCollections MutableSet.swift
[199/253] Compiling SDGCollections Set.swift
[200/253] Compiling SDGCollections SetDefinition.swift
[201/253] Compiling SDGCollections SetInRepresentableUniverse.swift
[202/253] Compiling SDGCollections Union.swift
[203/253] Compiling SDGCollections OrderedSet.SubSequence.swift
[204/253] Compiling SDGCollections OrderedSet.swift
[205/253] Compiling SDGCollections ExclusivePrefixMatch.swift
[206/253] Compiling SDGCollections ExclusiveSuffixMatch.swift
[207/253] Compiling SDGCollections InclusivePrefixMatch.swift
[208/253] Compiling SDGCollections InclusiveSuffixMatch.swift
[209/253] Compiling SDGCollections AlternativeMatch.swift
[210/253] Compiling SDGCollections AlternativePatterns.swift
[211/253] Compiling SDGCollections NaryAlternativeMatch.swift
[212/253] Compiling SDGCollections RangeExpression.swift
[213/253] Compiling SDGCollections RangeReplaceableCollection.swift
[214/253] Compiling SDGCollections ReversedCollection.swift
[215/253] Compiling SDGCollections SearchableBidirectionalCollection.swift
[216/253] Compiling SDGCollections SearchableCollection.swift
[217/253] Compiling SDGCollections Slice.swift
[218/253] Compiling SDGCollections AbsoluteComplement.swift
[219/253] Compiling SDGCollections ComparableSet.swift
[220/253] Compiling SDGCollections Operators.swift
[221/253] Compiling SDGCollections AnyCollection.swift
[222/253] Compiling SDGCollections Array.swift
[223/253] Compiling SDGCollections BidirectionalCollection.swift
[224/253] Compiling SDGCollections Collection.swift
[225/253] Compiling SDGCollections CollectionDifference.swift
[226/253] Compiling SDGCollections CollectionDifferenceChange.swift
[227/253] Compiling SDGCollections FillDirection.swift
[228/253] Compiling SDGCollections LexicographicalComparison.swift
[229/253] Compiling SDGCollections Addable.swift
[230/253] Compiling SDGCollections BijectiveMapping.swift
[231/253] Compiling SDGCollections ContextualMapping.swift
[232/253] Compiling SDGCollections Dictionary.swift
[233/253] Compiling SDGCollections CharacterSet.swift
[234/253] Compiling SDGCollections Data.swift
[235/253] Compiling SDGCollections String.swift
[236/253] Compiling SDGCollections StringProtocol.swift
[237/253] Compiling SDGCollections LegacyMode.swift
[238/253] Emitting module SDGCollections
[239/254] Wrapping AST for SDGCollections for debugging
[241/283] Compiling SDGText Font.Definition.swift
[242/283] Compiling SDGText Font.swift
[243/283] Compiling SDGText NSFont.swift
[244/283] Compiling SDGText SwiftUI.Font.swift
[245/286] Compiling SDGText String.swift
[246/286] Compiling SDGText StringClusterView.swift
[247/286] Compiling SDGText StringScalarView.swift
[248/286] Compiling SDGText ExtendedGraphemeCluster.swift
[249/286] Compiling SDGText CharacterSet.swift
[250/286] Compiling SDGText CollectionStringFamily.swift
[251/286] Compiling SDGText CollectionUnicodeScalar.swift
[252/286] Compiling SDGText StaticString.swift
[253/286] Compiling SDGText LineViewIndex.swift
[254/286] Compiling SDGText Newline.swift
[255/286] Compiling SDGText NewlinePattern.swift
[256/286] Compiling SDGText StringFamily.swift
[257/286] Compiling SDGText StrictStringStringInterpolation.swift
[258/286] Compiling SDGText ExtendedGraphemeClusterView.swift
[259/286] Compiling SDGText Line.swift
[260/286] Compiling SDGText LineView.swift
[261/286] Compiling SDGText StringIndex.swift
[262/286] Compiling SDGText UnicodeScalarView.swift
[263/286] Compiling SDGText UnicodeScalar.swift
[264/286] Compiling SDGText SemanticMarkupStringInterpolation.swift
[265/286] Compiling SDGText StrictString.swift
[266/286] Compiling SDGText StrictStringClusterView.swift
[267/286] Compiling SDGText StrictStringInterpolationProtocol.swift
[268/286] Emitting module SDGText
[269/286] Compiling SDGText UIFont.swift
[270/286] Compiling SDGText MarkupPlaygroundDisplay.swift
[271/286] Compiling SDGText Range.swift
[272/286] Compiling SDGText SemanticMarkup.swift
[273/287] Wrapping AST for SDGText for debugging
[275/296] Compiling SDGPersistence StrictString.swift
[276/296] Compiling SDGPersistence String.swift
[277/297] Compiling SDGPersistence ProcessInfo.swift
[278/297] Compiling SDGPersistence Preference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[279/297] Compiling SDGPersistence Data.swift
[280/297] Compiling SDGPersistence FileConvertible.swift
[281/297] Compiling SDGPersistence PreferenceSet.swift
[282/297] Emitting module SDGPersistence
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
[283/297] Compiling SDGPersistence FileManager.swift
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:47:35: error: type 'FileManager' does not conform to protocol 'Hashable'
45 | }
46 |
47 | private static var locations: [FileManager: [RecommendedLocation: URL]] = [:]
| `- error: type 'FileManager' does not conform to protocol 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:50:37: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
48 | private var locations: [RecommendedLocation: URL] {
49 | get {
50 | return FileManager.locations[self] ?? [:]
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
/host/spi-builder-workspace/.build/checkouts/SDGCornerstone/Sources/SDGPersistence/FileManager.swift:53:30: error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
51 | }
52 | set {
53 | FileManager.locations[self] = newValue
| `- error: referencing subscript 'subscript(_:)' on 'Dictionary' requires that 'FileManager' conform to 'Hashable'
54 | }
55 | }
Swift.Dictionary:1:11: note: where 'Key' = 'FileManager'
1 | extension Dictionary {
| `- note: where 'Key' = 'FileManager'
2 | @inlinable public subscript(key: Key) -> Value? { get set }
3 | }
[284/297] Compiling SDGPersistence URL.swift
BUILD FAILURE 6.1 android