Build Information
Failed to build Boutique, reference main (2c6347
), with Swift 6.1 for Linux on 8 Jul 2025 21:56:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mergesort/Boutique.git
Reference: main
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/mergesort/Boutique
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2c63478 Removing stray comments in AsyncValueSubject
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
2c63478a79f2b497087bb2f40d78097bb37bcd71
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mergesort/Boutique.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/mergesort/Boutique.git
https://github.com/mergesort/Boutique.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "bodega",
"requirement" : {
"exact" : [
"2.1.3"
]
},
"type" : "sourceControl",
"url" : "https://github.com/mergesort/Bodega.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Boutique",
"name" : "Boutique",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Boutique",
"targets" : [
"Boutique"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BoutiqueTests",
"module_type" : "SwiftTarget",
"name" : "BoutiqueTests",
"path" : "Tests/BoutiqueTests",
"sources" : [
"AsyncStoreTests.swift",
"BoutiqueItem.swift",
"SecurelyStoredValueTests.swift",
"StoreEvent.Tests.Requirements.swift",
"StoreTests.swift",
"StoredTests.swift",
"StoredValueTests.swift"
],
"target_dependencies" : [
"Boutique"
],
"type" : "test"
},
{
"c99name" : "Boutique",
"module_type" : "SwiftTarget",
"name" : "Boutique",
"path" : "Sources/Boutique",
"product_dependencies" : [
"Bodega",
"OrderedCollections"
],
"product_memberships" : [
"Boutique"
],
"sources" : [
"Internal/AsyncValueSubject.swift",
"Internal/BoxedValue.swift",
"Internal/CachedValue.swift",
"Internal/JSONCoders.swift",
"Internal/Keychain.swift",
"Internal/Store.ItemRemovalStrategy.swift",
"SecurelyStoredValue.swift",
"StorableItem.swift",
"Store+Identifiable.swift",
"Store+Observation.swift",
"Store.Operation.swift",
"Store.swift",
"StoreEvent.swift",
"Stored.swift",
"StoredValue+Array.swift",
"StoredValue+Binding.swift",
"StoredValue+Bool.swift",
"StoredValue+Dictionary.swift",
"StoredValue+KeypathSetter.swift",
"StoredValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mergesort/Bodega.git
Fetching https://github.com/apple/swift-collections
[1/1992] Fetching bodega
[1993/4086] Fetching bodega, swift-docc-plugin
[3899/20832] Fetching bodega, swift-docc-plugin, swift-collections
Fetched https://github.com/mergesort/Bodega.git from cache (1.09s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.09s)
Fetched https://github.com/apple/swift-collections from cache (1.11s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (3.02s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9851] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.83s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (1.29s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/153] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (0.66s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (1.12s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3423] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.01s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.61s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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/mergesort/Bodega.git
Working copy of https://github.com/mergesort/Bodega.git resolved at 2.1.3
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/9] Write sources
[7/9] Write swift-version-24593BA9C3E375BF.txt
[9/23] Compiling InternalCollectionsUtilities Descriptions.swift
[10/23] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[11/23] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/24] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/24] Compiling InternalCollectionsUtilities Integer rank.swift
[14/24] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/24] Compiling InternalCollectionsUtilities UInt+reversed.swift
[16/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[17/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/24] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/24] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[20/24] Compiling InternalCollectionsUtilities _SortedCollection.swift
[21/24] Emitting module InternalCollectionsUtilities
[22/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/24] Compiling InternalCollectionsUtilities Debugging.swift
[24/80] Compiling SwiftToolchainCSQLite sqlite3.c
[26/113] Compiling SQLite Coding.swift
[27/113] Compiling SQLite Collation.swift
[28/113] Compiling SQLite CoreFunctions.swift
[29/113] Compiling SQLite CustomFunctions.swift
[30/113] Compiling SQLite DateAndTimeFunctions.swift
[31/113] Compiling SQLite Expression.swift
[32/113] Compiling SQLite Operators.swift
[33/120] Compiling SQLite RTree.swift
[34/120] Compiling SQLite Foundation.swift
[35/120] Compiling SQLite Helpers.swift
[36/120] Compiling SQLite Connection+Schema.swift
[37/120] Compiling SQLite SchemaChanger.swift
[38/120] Compiling SQLite SchemaDefinitions.swift
[39/120] Compiling SQLite SchemaReader.swift
[40/120] Compiling SQLite AggregateFunctions.swift
[41/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[42/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[43/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[44/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[45/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[46/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[47/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[48/120] Compiling SQLite Query+with.swift
[49/120] Compiling OrderedCollections OrderedSet+Insertions.swift
[50/120] Compiling OrderedCollections OrderedSet+Invariants.swift
[51/120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[52/120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[53/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[54/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[55/120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[56/120] Compiling OrderedCollections OrderedDictionary.swift
[57/120] Compiling OrderedCollections OrderedSet+Codable.swift
[58/120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[59/120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[60/120] Compiling OrderedCollections OrderedSet+Diffing.swift
[61/120] Compiling OrderedCollections OrderedSet+Equatable.swift
[62/120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[63/120] Compiling OrderedCollections OrderedSet+Hashable.swift
[64/120] Compiling SQLite SQLiteFeature.swift
[65/120] Compiling SQLite SQLiteVersion.swift
[66/120] Compiling SQLite Statement.swift
[67/120] Compiling SQLite URIQueryParameter.swift
[68/120] Compiling SQLite Value.swift
[69/120] Compiling SQLite Cipher.swift
[70/120] Compiling SQLite FTS4.swift
[71/120] Compiling SQLite FTS5.swift
[72/120] Compiling SQLite Backup.swift
[73/120] Compiling SQLite Blob.swift
[74/120] Compiling SQLite Connection+Aggregation.swift
[75/120] Compiling SQLite Connection+Attach.swift
[76/120] Compiling SQLite Connection+Pragmas.swift
[77/120] Compiling SQLite Connection.swift
[78/120] Compiling SQLite Errors.swift
[79/120] Compiling SQLite Result.swift
[80/120] Compiling OrderedCollections OrderedSet+Sendable.swift
[81/120] Compiling OrderedCollections OrderedSet+SubSequence.swift
[82/120] Compiling OrderedCollections OrderedSet+Testing.swift
[83/120] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[84/120] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[85/120] Compiling OrderedCollections OrderedSet.swift
[86/120] Compiling OrderedCollections _UnsafeBitset.swift
[87/120] Emitting module OrderedCollections
[89/121] Emitting module SQLite
[122/125] Compiling SQLite Query.swift
[123/125] Compiling SQLite Schema.swift
[124/125] Compiling SQLite Setter.swift
[125/125] Compiling SQLite WindowFunctions.swift
[127/134] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[128/135] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[129/135] Emitting module Bodega
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[130/135] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[131/135] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[132/135] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[133/135] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[134/135] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[135/135] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/50] Compiling SQLite Blob.swift
[5/50] Compiling SQLite Connection+Aggregation.swift
[6/50] Compiling SQLite Connection+Attach.swift
[7/50] Compiling SQLite Connection+Pragmas.swift
[8/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/51] Compiling SQLite Result.swift
[11/51] Compiling SQLite SQLiteFeature.swift
[12/51] Emitting module InternalCollectionsUtilities
[13/51] Compiling SQLite Connection.swift
[14/51] Compiling SQLite Errors.swift
[15/51] Compiling SQLite Statement.swift
[16/51] Compiling SQLite URIQueryParameter.swift
[17/51] Compiling SQLite SQLiteVersion.swift
[18/51] Compiling SQLite Backup.swift
[20/53] Emitting module SQLite
[33/53] Compiling SQLite Value.swift
[34/53] Compiling SQLite Cipher.swift
[35/53] Compiling SQLite FTS4.swift
[36/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[43/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[44/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[45/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[46/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[47/111] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[48/111] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[49/111] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[50/118] Compiling OrderedCollections OrderedDictionary.swift
[51/118] Compiling OrderedCollections OrderedSet+Codable.swift
[52/118] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[53/118] Compiling OrderedCollections OrderedSet+Descriptions.swift
[54/118] Compiling OrderedCollections OrderedSet+Diffing.swift
[55/118] Compiling OrderedCollections OrderedSet+Equatable.swift
[56/118] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[57/118] Compiling OrderedCollections OrderedSet+Hashable.swift
[58/118] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[59/118] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[60/118] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[61/118] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[62/118] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[63/118] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[64/118] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[65/118] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[66/118] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/118] Compiling OrderedCollections OrderedSet+Initializers.swift
[76/118] Compiling OrderedCollections OrderedSet+Insertions.swift
[77/118] Compiling OrderedCollections OrderedSet+Invariants.swift
[78/118] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[79/118] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[80/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[81/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[82/118] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[83/118] Compiling OrderedCollections _HashTable+Bucket.swift
[84/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[85/118] Compiling OrderedCollections _HashTable+Constants.swift
[86/118] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[87/118] Compiling OrderedCollections _HashTable+Testing.swift
[88/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[89/118] Compiling OrderedCollections _HashTable.swift
[90/118] Compiling OrderedCollections _Hashtable+Header.swift
[91/118] Compiling OrderedCollections OrderedDictionary+Codable.swift
[92/118] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[93/118] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[94/118] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[95/118] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[96/118] Compiling OrderedCollections OrderedDictionary+Elements.swift
[97/118] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[107/118] Compiling OrderedCollections OrderedSet+Sendable.swift
[108/118] Compiling OrderedCollections OrderedSet+SubSequence.swift
[109/118] Compiling OrderedCollections OrderedSet+Testing.swift
[110/118] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[111/118] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[112/118] Compiling OrderedCollections OrderedSet.swift
[113/118] Compiling OrderedCollections _UnsafeBitset.swift
[114/118] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/128] Compiling Bodega ObjectStorage.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[122/128] Compiling Bodega FileManager.Directory.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[123/128] Compiling Bodega StorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[124/128] Emitting module Bodega
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[125/128] Compiling Bodega DiskStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[126/128] Compiling Bodega CacheKey.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[127/129] Compiling Bodega SQLiteStorageEngine.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[128/129] Compiling Bodega SQLiteStorageEngine+Default.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[129/129] Compiling Bodega String+Formatting.swift
/host/spi-builder-workspace/.build/checkouts/Bodega/Sources/Bodega/String+Formatting.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
BUILD FAILURE 6.1 linux