Build Information
Failed to build automerge-repo, reference 0.3.2 (cdeb80
), with Swift 6.1 for Linux on 29 Apr 2025 19:43:36 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/automerge/automerge-repo-swift.git
Reference: 0.3.2
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/automerge/automerge-repo-swift
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at cdeb805 cleaning up documentation - resolving warnings, tweaking a few abstracts, matching code updates (#123)
Cloned https://github.com/automerge/automerge-repo-swift.git
Revision (git rev-parse @):
cdeb8053c3aa2510189429d717ab09e70f134716
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/automerge/automerge-repo-swift.git at 0.3.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/automerge/automerge-repo-swift.git
https://github.com/automerge/automerge-repo-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "automerge-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.7",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/automerge/automerge-swift"
},
{
"identity" : "potentcodables",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/outfoxx/PotentCodables"
},
{
"identity" : "base58swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.14",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/heckj/Base58Swift"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-distributed-tracing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-distributed-tracing"
},
{
"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" : "automerge-repo",
"name" : "automerge-repo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AutomergeRepo",
"targets" : [
"AutomergeRepo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AutomergeRepoTests",
"module_type" : "SwiftTarget",
"name" : "AutomergeRepoTests",
"path" : "Tests/AutomergeRepoTests",
"sources" : [
"BS58IdTests.swift",
"BackoffTests.swift",
"BaseRepoTests.swift",
"CBORExperiments.swift",
"DocHandleTests.swift",
"DocumentIdTests.swift",
"ObservingChangesTest.swift",
"RepoFindTest.swift",
"RepoHelpers.swift",
"SharePolicyTests.swift",
"StorageSubsystemTests.swift",
"TestNetworkProviders/InMemoryNetwork.swift",
"TestNetworkProviders/TestOutgoingNetworkProvider.swift",
"TestNetworkProviders/UnconfiguredTestNetwork.swift",
"TestStorageProviders/InMemoryStorage.swift",
"TwoReposWithInMemoryNetworkTests.swift"
],
"target_dependencies" : [
"AutomergeRepo"
],
"type" : "test"
},
{
"c99name" : "AutomergeRepo",
"module_type" : "SwiftTarget",
"name" : "AutomergeRepo",
"path" : "Sources/AutomergeRepo",
"product_dependencies" : [
"Automerge",
"PotentCodables",
"Base58Swift",
"AsyncAlgorithms",
"Tracing"
],
"product_memberships" : [
"AutomergeRepo"
],
"sources" : [
"AutomergeRepo.swift",
"DocHandle.swift",
"DocumentId.swift",
"EphemeralMessageReceiver.swift",
"Errors.swift",
"InternalDocHandle.swift",
"Networking/Backoff.swift",
"Networking/NetworkAdapterEvents.swift",
"Networking/NetworkEventReceiver.swift",
"Networking/NetworkProvider.swift",
"Networking/NetworkSubsystem.swift",
"Networking/Providers/AvailablePeer.swift",
"Networking/Providers/NWParameters+peerSyncParameters.swift",
"Networking/Providers/P2PAutomergeSyncProtocol.swift",
"Networking/Providers/PeerConnectionInfo.swift",
"Networking/Providers/PeerToPeerConnection.swift",
"Networking/Providers/PeerToPeerProvider.swift",
"Networking/Providers/PeerToPeerProviderConfiguration.swift",
"Networking/Providers/TXTRecordKeys.swift",
"Networking/Providers/WebSocketProvider.swift",
"Networking/Providers/WebSocketProviderConfiguration.swift",
"Networking/Providers/WebSocketProviderState.swift",
"PeerMetadata.swift",
"Repo+LogComponent.swift",
"Repo.swift",
"RepoTypes.swift",
"ShareAuthorizing.swift",
"Storage/DocumentStorage.swift",
"Storage/StorageProvider.swift",
"Sync/CBORCoder.swift",
"Sync/ProtocolState.swift",
"Sync/SyncV1Msg+encode+decode.swift",
"Sync/SyncV1Msg+messages.swift",
"Sync/SyncV1Msg.swift",
"extensions/Data+hexEncodedString.swift",
"extensions/NWPathMonitor+paths.swift",
"extensions/OSLog+extensions.swift",
"extensions/String+hexEncoding.swift",
"extensions/TimeInterval+milliseconds.swift",
"extensions/UUID+bs58String.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/heckj/Base58Swift
Fetching https://github.com/apple/swift-distributed-tracing
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-async-algorithms
[1/2049] Fetching swift-docc-plugin
[227/2534] Fetching swift-docc-plugin, base58swift
[329/7499] Fetching swift-docc-plugin, base58swift, swift-async-algorithms
[379/12473] Fetching swift-docc-plugin, base58swift, swift-async-algorithms, swift-distributed-tracing
Fetching https://github.com/outfoxx/PotentCodables
Fetched https://github.com/apple/swift-async-algorithms from cache (0.85s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.89s)
Fetching https://github.com/automerge/automerge-swift
Fetched https://github.com/heckj/Base58Swift from cache (0.96s)
Fetched https://github.com/apple/swift-distributed-tracing from cache (0.97s)
[1/71049] Fetching potentcodables
[2843/76988] Fetching potentcodables, automerge-swift
Fetched https://github.com/automerge/automerge-swift from cache (4.96s)
Fetched https://github.com/outfoxx/PotentCodables from cache (5.47s)
Computing version for https://github.com/heckj/Base58Swift
Computed https://github.com/heckj/Base58Swift at 2.1.15 (7.15s)
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (0.87s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (2.12s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (4.43s)
Computing version for https://github.com/outfoxx/PotentCodables
Computed https://github.com/heckj/Base58Swift at 2.1.15 (0.00s)
Computed https://github.com/apple/swift-collections.git at 1.0.6 (1.15s)
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (1.00s)
Computed https://github.com/outfoxx/PotentCodables at 3.5.0 (0.00s)
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/sharplet/Regex.git
[1/310] Fetching float16
[296/1564] Fetching float16, regex
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.39s)
[828/1254] Fetching regex
Fetched https://github.com/sharplet/Regex.git from cache (1.25s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (2.36s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.91s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (1.14s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.72s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.93s)
Computing version for https://github.com/apple/swift-distributed-tracing
Computed https://github.com/apple/swift-distributed-tracing at 1.2.0 (1.08s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.42s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.99s)
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.70s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.99s)
Computing version for https://github.com/automerge/automerge-swift
Computed https://github.com/automerge/automerge-swift at 0.6.1 (1.14s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.6
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.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/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-distributed-tracing
Working copy of https://github.com/apple/swift-distributed-tracing resolved at 1.2.0
Creating working copy for https://github.com/outfoxx/PotentCodables
Working copy of https://github.com/outfoxx/PotentCodables resolved at 3.5.0
Creating working copy for https://github.com/heckj/Base58Swift
Working copy of https://github.com/heckj/Base58Swift resolved at 2.1.15
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/automerge/automerge-swift
Working copy of https://github.com/automerge/automerge-swift resolved at 0.6.1
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
Downloading binary artifact https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip
[1371/46544488] Downloading https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip
Downloaded https://github.com/automerge/automerge-swift/releases/download/0.6.1/automergeFFI.xcframework.zip (6.20s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/48] Write sources
[2/48] Copying PotentCodables.docc
[2/48] Write sources
[17/48] Compiling _NumericsShims _NumericsShims.c
[18/48] Compiling fy-utils.c
[19/48] Compiling fy-utf8.c
[20/48] Compiling fy-ctype.c
[20/48] Compiling fy-accel.c
[22/48] Compiling fy-atom.c
[23/48] Compiling fy-blob.c
[24/48] Compiling fy-composer.c
[25/48] Write swift-version-24593BA9C3E375BF.txt
[26/48] Compiling xxhash.c
[27/48] Compiling fy-diag.c
[28/48] Compiling fy-types.c
[29/58] Compiling fy-path.c
[30/58] Compiling fy-input.c
[31/58] Compiling fy-token.c
[32/134] Compiling fy-walk.c
[33/134] Compiling fy-event.c
[34/134] Compiling fy-parse.c
[35/134] Compiling fy-dump.c
[36/134] Compiling fy-emit.c
[37/134] Compiling fy-docstate.c
[38/134] Compiling fy-docbuilder.c
[38/134] Write sources
[43/134] Compiling CFloat16 float16.c
[44/157] Compiling fy-doc.c
[45/157] Write sources
[49/157] Emitting module RealModule
[50/158] Compiling RealModule Float16+Real.swift
[51/158] Compiling RealModule Float80+Real.swift
[52/158] Compiling RealModule ElementaryFunctions.swift
[53/158] Compiling RealModule Float+Real.swift
[54/158] Compiling BigInt Strideable.swift
[55/158] Compiling BigInt String Conversion.swift
[56/160] Compiling BigInt Square Root.swift
[57/160] Compiling BigInt Integer Conversion.swift
[58/160] Compiling BigInt Addition.swift
[59/160] Compiling BigInt BigInt.swift
[60/160] Compiling BigInt BigUInt.swift
[61/160] Emitting module DequeModule
[62/162] Compiling ServiceContextModule ServiceContext.swift
[63/162] Emitting module ServiceContextModule
[64/162] Compiling ServiceContextModule ServiceContextKey.swift
[65/163] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[66/163] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[67/163] Compiling OrderedCollections OrderedSet+Diffing.swift
[68/163] Compiling OrderedCollections OrderedSet+Equatable.swift
[69/163] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[70/163] Compiling OrderedCollections OrderedSet+Hashable.swift
[71/163] Compiling BigInt Words and Bits.swift
[72/163] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[73/163] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[74/163] Compiling OrderedCollections OrderedDictionary+Values.swift
[75/163] Compiling OrderedCollections OrderedDictionary.swift
[76/163] Compiling OrderedCollections OrderedSet+Codable.swift
[77/163] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[78/163] Compiling RealModule Real.swift
[82/163] Compiling BigInt Data Conversion.swift
[83/163] Compiling BigInt Bitwise Ops.swift
[84/163] Compiling BigInt Codable.swift
[85/169] Compiling RealModule RealFunctions.swift
[86/169] Compiling BigInt Random.swift
[87/169] Compiling BigInt Shifts.swift
[89/169] Compiling BigInt Division.swift
[90/169] Compiling BigInt Exponentiation.swift
[91/169] Compiling BigInt Comparable.swift
[94/169] Compiling BigInt Floating Point Conversion.swift
[95/169] Compiling BigInt GCD.swift
[96/169] Compiling BigInt Hashable.swift
[97/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[98/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[99/170] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[100/170] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[101/170] Compiling OrderedCollections OrderedSet+Sendable.swift
[102/170] Compiling OrderedCollections OrderedSet+SubSequence.swift
[107/170] Compiling DequeModule _DequeSlot.swift
[108/170] Compiling DequeModule _UnsafeWrappedBuffer.swift
[109/170] Compiling BigInt Subtraction.swift
[117/170] Compiling OrderedCollections OrderedSet+Initializers.swift
[118/170] Compiling OrderedCollections OrderedSet+Insertions.swift
[119/170] Compiling OrderedCollections OrderedSet+Invariants.swift
[120/170] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[121/170] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[122/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/170] Emitting module OrderedCollections
[145/181] Compiling Instrumentation NoOpInstrument.swift
[146/181] Compiling Instrumentation MultiplexInstrument.swift
[147/181] Emitting module Instrumentation
[148/181] Compiling Float16 Concurrency.swift
[149/181] Compiling OrderedCollections OrderedSet+Testing.swift
[150/181] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[151/181] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[152/181] Compiling OrderedCollections OrderedSet.swift
[153/181] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[154/181] Compiling OrderedCollections _UnsafeBitset.swift
[157/182] Compiling Instrumentation Locks.swift
[158/182] Compiling Instrumentation InstrumentationSystem.swift
[159/182] Compiling Instrumentation Instrument.swift
[161/183] Compiling Float16 Real.swift
[162/183] Compiling Float16 float16.swift
[164/183] Compiling Regex Options.swift
[165/183] Emitting module Float16
[166/184] Compiling Regex ThreadLocal.swift
[167/185] Compiling Regex MatchResult.swift
[168/186] Emitting module BigInt
[178/186] Compiling Regex Regex.swift
[179/186] Compiling Regex String+ReplaceMatching.swift
[180/186] Emitting module Regex
[181/186] Compiling Regex Foundation+Ranges.swift
[183/188] Emitting module Collections
[184/188] Compiling Collections Collections.swift
[188/197] Compiling Tracing TracingTime.swift
[189/197] Compiling Tracing TracerProtocol+Legacy.swift
[190/197] Compiling Tracing TracerProtocol.swift
[191/197] Compiling Tracing Tracer.swift
[192/197] Compiling Tracing NoOpTracer.swift
[193/197] Compiling Tracing SpanProtocol.swift
[194/197] Compiling Tracing InstrumentationSystem+Tracing.swift
[195/197] Emitting module Tracing
error: emit-module command failed with exit code 1 (use -v to see invocation)
[197/266] Emitting module Base58Swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import BigInt
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[198/266] Compiling Base58Swift Base58.swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import BigInt
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[199/266] Emitting module AutomergeUniffi
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[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/112] Compiling Regex Foundation+Ranges.swift
[5/112] Emitting module ServiceContextModule
[6/112] Compiling ServiceContextModule ServiceContext.swift
[7/112] Compiling ServiceContextModule ServiceContextKey.swift
[8/113] Compiling BigInt Bitwise Ops.swift
[9/113] Compiling BigInt Codable.swift
[10/113] Compiling Regex Regex.swift
[12/114] Compiling BigInt Prime Test.swift
[13/114] Compiling BigInt Strideable.swift
[14/114] Compiling BigInt String Conversion.swift
[15/114] Compiling BigInt Random.swift
[16/114] Compiling RealModule Real.swift
[17/116] Compiling Regex String+ReplaceMatching.swift
[18/116] Compiling Regex ThreadLocal.swift
[19/116] Emitting module Regex
[20/116] Compiling RealModule Float16+Real.swift
[21/116] Compiling RealModule ElementaryFunctions.swift
[22/116] Compiling RealModule Float+Real.swift
[23/116] Compiling Regex MatchResult.swift
[24/116] Compiling Regex Options.swift
[25/117] Emitting module BigInt
[26/119] Compiling RealModule Float80+Real.swift
[27/119] Compiling RealModule RealFunctions.swift
[30/125] Compiling BigInt Comparable.swift
[33/125] Compiling BigInt Addition.swift
[34/125] Compiling Instrumentation NoOpInstrument.swift
[35/125] Emitting module Instrumentation
[36/125] Emitting module RealModule
[37/126] Compiling DequeModule _DequeSlot.swift
[38/126] Compiling DequeModule _UnsafeWrappedBuffer.swift
[39/126] Compiling Instrumentation Locks.swift
[40/126] Compiling Instrumentation MultiplexInstrument.swift
[41/126] Compiling BigInt Floating Point Conversion.swift
[42/126] Compiling BigInt GCD.swift
[43/126] Compiling BigInt Hashable.swift
[44/126] Compiling Instrumentation Instrument.swift
[45/126] Compiling Instrumentation InstrumentationSystem.swift
[50/127] Compiling BigInt Division.swift
[51/127] Compiling BigInt Exponentiation.swift
[55/127] Compiling BigInt Integer Conversion.swift
[56/127] Compiling BigInt Multiplication.swift
[66/133] Compiling BigInt BigInt.swift
[67/133] Compiling BigInt BigUInt.swift
[68/133] Compiling BigInt Data Conversion.swift
[69/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[70/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[71/133] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[72/133] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[73/133] Compiling OrderedCollections OrderedSet+Sendable.swift
[74/133] Compiling OrderedCollections OrderedSet+SubSequence.swift
[75/133] Compiling OrderedCollections OrderedSet+Initializers.swift
[76/133] Compiling OrderedCollections OrderedSet+Insertions.swift
[77/133] Compiling OrderedCollections OrderedSet+Invariants.swift
[78/133] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[79/133] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[80/133] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[81/133] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[82/133] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[83/133] Compiling OrderedCollections OrderedSet+Diffing.swift
[84/133] Compiling OrderedCollections OrderedSet+Equatable.swift
[85/133] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[86/133] Compiling OrderedCollections OrderedSet+Hashable.swift
[99/145] Compiling Tracing InstrumentationSystem+Tracing.swift
[100/145] Emitting module DequeModule
[101/146] Compiling BigInt Words and Bits.swift
[102/146] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[103/146] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[104/146] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[105/146] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[106/146] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[107/146] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[114/146] Compiling BigInt Subtraction.swift
[121/146] Compiling Tracing TracerProtocol.swift
[125/146] Compiling Tracing TracingTime.swift
[127/146] Compiling Float16 Concurrency.swift
[130/147] Compiling Tracing Tracer.swift
[131/147] Compiling Tracing TracerProtocol+Legacy.swift
[133/147] Compiling Tracing NoOpTracer.swift
[134/147] Emitting module Tracing
[135/147] Compiling Tracing SpanProtocol.swift
[136/148] Compiling OrderedCollections OrderedSet+Testing.swift
[137/148] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[138/148] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[139/148] Compiling OrderedCollections OrderedSet.swift
[140/148] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[141/148] Compiling OrderedCollections _UnsafeBitset.swift
[143/150] Emitting module OrderedCollections
[144/151] Compiling Float16 Real.swift
[145/151] Compiling Float16 float16.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[146/151] Emitting module Base58Swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import BigInt
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[147/151] Compiling Base58Swift Base58.swift
/host/spi-builder-workspace/.build/checkouts/Base58Swift/Base58Swift/Base58.swift:4:8: error: no such module 'CommonCrypto'
2 |
3 | import BigInt
4 | import CommonCrypto
| `- error: no such module 'CommonCrypto'
5 | import Foundation
6 |
[149/151] Emitting module Float16
[150/152] Emitting module AutomergeUniffi
BUILD FAILURE 6.1 linux