The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Boutique, reference main (9379e6), with Swift 6.1 for Linux on 1 May 2025 11:30:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.3
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 9379e6a Merge pull request #78 from mergesort/dynamic-property
Cloned https://github.com/mergesort/Boutique.git
Revision (git rev-parse @):
9379e6a0b13bfb01c2ae655b65962d8479b63428
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-4606859-0":/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-collections
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mergesort/Bodega.git
[1/1992] Fetching bodega
[400/4041] Fetching bodega, swift-docc-plugin
[4042/20347] Fetching bodega, swift-docc-plugin, swift-collections
Fetched https://github.com/mergesort/Bodega.git from cache (1.12s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.13s)
Fetched https://github.com/apple/swift-collections from cache (1.15s)
Computing version for https://github.com/mergesort/Bodega.git
Computed https://github.com/mergesort/Bodega.git at 2.1.3 (3.40s)
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9607] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.91s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (1.44s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.19s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (2.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.95s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.79s)
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.3
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
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.3
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.1.4
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
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/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/58] Compiling SQLite Coding.swift
[10/58] Compiling SQLite Collation.swift
[11/58] Compiling SQLite CoreFunctions.swift
[12/58] Emitting module InternalCollectionsUtilities
[13/60] Compiling SQLite Value.swift
[14/60] Compiling SQLite Cipher.swift
[15/60] Compiling SQLite Blob.swift
[16/60] Compiling SQLite Connection+Aggregation.swift
[17/60] Compiling SQLite Connection+Attach.swift
[18/60] Compiling SQLite Connection+Pragmas.swift
[19/60] Compiling SQLite CustomFunctions.swift
[20/60] Compiling SQLite Backup.swift
[21/60] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/60] Compiling InternalCollectionsUtilities Integer rank.swift
[23/60] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[24/60] Compiling SQLite Statement.swift
[25/60] Compiling SQLite URIQueryParameter.swift
[26/60] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/60] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/116] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[30/116] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[31/116] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[32/116] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[33/116] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[34/116] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[35/116] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[36/116] Compiling OrderedCollections OrderedDictionary+Values.swift
[37/123] Compiling OrderedCollections OrderedDictionary.swift
[38/123] Compiling OrderedCollections OrderedSet+Codable.swift
[39/123] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[40/123] Compiling OrderedCollections OrderedSet+Descriptions.swift
[41/123] Compiling OrderedCollections OrderedSet+Diffing.swift
[42/123] Compiling OrderedCollections OrderedSet+Equatable.swift
[43/123] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[44/123] Compiling OrderedCollections OrderedSet+Hashable.swift
[45/123] Compiling OrderedCollections OrderedDictionary+Codable.swift
[46/123] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[47/123] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[48/123] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[49/123] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[50/123] Compiling OrderedCollections OrderedDictionary+Elements.swift
[51/123] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[52/123] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[55/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[56/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[57/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[58/123] Compiling OrderedCollections _HashTable+BucketIterator.swift
[59/123] Compiling OrderedCollections _HashTable+Constants.swift
[60/123] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[61/123] Compiling OrderedCollections _HashTable+Testing.swift
[62/123] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[63/123] Compiling OrderedCollections _HashTable.swift
[64/123] Compiling OrderedCollections _Hashtable+Header.swift
[65/123] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[71/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/127] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[74/127] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[75/127] Compiling OrderedCollections _HashTable+Bucket.swift
[76/127] Emitting module SQLite
[87/127] Compiling SQLite Query.swift
[88/127] Compiling SQLite Schema.swift
[89/127] Compiling SQLite Setter.swift
[90/127] Compiling SQLite WindowFunctions.swift
[91/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[92/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[100/127] Compiling OrderedCollections OrderedSet+Initializers.swift
[101/127] Compiling OrderedCollections OrderedSet+Insertions.swift
[102/127] Compiling OrderedCollections OrderedSet+Invariants.swift
[103/127] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[104/127] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[105/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[106/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[107/127] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[116/127] Emitting module OrderedCollections
[117/127] Compiling OrderedCollections OrderedSet+Sendable.swift
[118/127] Compiling OrderedCollections OrderedSet+SubSequence.swift
[119/127] Compiling OrderedCollections OrderedSet+Testing.swift
[120/127] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[121/127] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[122/127] Compiling OrderedCollections OrderedSet.swift
[123/127] Compiling OrderedCollections _UnsafeBitset.swift
[130/137] 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 |
[131/138] 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 |
[132/138] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[133/138] 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 |
[134/138] 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 |
[135/138] 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 |
[136/138] 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 |
[137/138] 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 |
[138/138] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
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/53] Compiling SQLite Connection+Attach.swift
[5/53] Compiling SQLite Connection+Pragmas.swift
[6/53] Compiling SQLite Connection.swift
[7/53] Compiling SQLite Errors.swift
[8/55] Compiling SQLite Backup.swift
[9/55] Compiling SQLite Blob.swift
[10/55] Compiling SQLite Connection+Aggregation.swift
[11/55] Emitting module InternalCollectionsUtilities
[12/55] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/55] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/55] Compiling SQLite Result.swift
[15/55] Compiling SQLite SQLiteFeature.swift
[16/55] Compiling SQLite SQLiteVersion.swift
[17/55] Compiling SQLite FTS4.swift
[18/55] Compiling SQLite FTS5.swift
[19/55] Compiling SQLite Value.swift
[20/55] Compiling SQLite Cipher.swift
[21/55] Compiling SQLite Statement.swift
[22/55] Compiling SQLite URIQueryParameter.swift
[26/56] Compiling SQLite Helpers.swift
[27/56] Compiling SQLite Connection+Schema.swift
[34/60] Emitting module SQLite
[45/115] Compiling OrderedCollections _HashTable+Testing.swift
[46/115] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[47/115] Compiling OrderedCollections _HashTable.swift
[48/115] Compiling OrderedCollections _Hashtable+Header.swift
[49/115] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[50/115] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[51/115] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[52/115] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[53/115] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[54/115] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[55/115] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[56/115] Compiling OrderedCollections OrderedDictionary+Values.swift
[57/122] Compiling OrderedCollections OrderedDictionary.swift
[58/122] Compiling OrderedCollections OrderedSet+Codable.swift
[59/122] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[60/122] Compiling OrderedCollections OrderedSet+Descriptions.swift
[61/122] Compiling OrderedCollections OrderedSet+Diffing.swift
[62/122] Compiling OrderedCollections OrderedSet+Equatable.swift
[63/122] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[64/122] Compiling OrderedCollections OrderedSet+Hashable.swift
[65/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[66/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[67/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[68/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[69/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[70/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[71/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[72/122] Compiling OrderedCollections OrderedSet+Initializers.swift
[73/122] Compiling OrderedCollections OrderedSet+Insertions.swift
[74/122] Compiling OrderedCollections OrderedSet+Invariants.swift
[75/122] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[76/122] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[77/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[78/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[79/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[80/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[81/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[82/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[83/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[84/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[85/122] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[86/122] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[87/122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[88/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[89/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[90/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[91/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[92/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[93/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[94/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[103/122] Compiling OrderedCollections _HashTable+Bucket.swift
[104/122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[105/122] Compiling OrderedCollections _HashTable+Constants.swift
[106/122] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[111/122] Compiling OrderedCollections OrderedSet+Sendable.swift
[112/122] Compiling OrderedCollections OrderedSet+SubSequence.swift
[113/122] Compiling OrderedCollections OrderedSet+Testing.swift
[114/122] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[115/122] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[116/122] Compiling OrderedCollections OrderedSet.swift
[117/122] Compiling OrderedCollections _UnsafeBitset.swift
[118/122] Emitting module OrderedCollections
[125/132] 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 |
[126/133] 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 |
[127/133] 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)
[128/133] 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 |
[129/133] 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 |
[130/133] 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/133] 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/133] 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 |
[133/133] 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