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 automerge-repo, reference main (cdeb80), with Swift 6.1 for Linux on 29 Apr 2025 19:42:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/automerge/automerge-repo-swift.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/automerge/automerge-repo-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-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/automerge/automerge-swift
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-distributed-tracing
Fetching https://github.com/heckj/Base58Swift
Fetching https://github.com/outfoxx/PotentCodables
[1/485] Fetching base58swift
[103/2534] Fetching base58swift, swift-docc-plugin
[712/7508] Fetching base58swift, swift-docc-plugin, swift-distributed-tracing
[4569/12473] Fetching base58swift, swift-docc-plugin, swift-distributed-tracing, swift-async-algorithms
[4619/18412] Fetching base58swift, swift-docc-plugin, swift-distributed-tracing, swift-async-algorithms, automerge-swift
[14909/89461] Fetching base58swift, swift-docc-plugin, swift-distributed-tracing, swift-async-algorithms, automerge-swift, potentcodables
Fetched https://github.com/apple/swift-distributed-tracing from cache (0.41s)
[15445/84487] Fetching base58swift, swift-docc-plugin, swift-async-algorithms, automerge-swift, potentcodables
Fetched https://github.com/apple/swift-async-algorithms from cache (0.42s)
[11191/79522] Fetching base58swift, swift-docc-plugin, automerge-swift, potentcodables
Fetched https://github.com/heckj/Base58Swift from cache (2.03s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.03s)
Fetched https://github.com/outfoxx/PotentCodables from cache (2.07s)
Fetched https://github.com/automerge/automerge-swift from cache (2.10s)
Computing version for https://github.com/heckj/Base58Swift
Computed https://github.com/heckj/Base58Swift at 2.1.15 (2.56s)
Fetching https://github.com/attaswift/BigInt.git
[1/4771] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git from cache (0.39s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.90s)
Fetching https://github.com/apple/swift-collections.git
[1/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.57s)
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 (0.48s)
Computed https://github.com/apple/swift-async-algorithms at 1.0.0 (0.43s)
Computed https://github.com/outfoxx/PotentCodables at 3.5.0 (0.00s)
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/SusanDoggie/Float16.git
[1/310] Fetching float16
[253/1564] Fetching float16, regex
Fetched https://github.com/SusanDoggie/Float16.git from cache (0.23s)
[828/1254] Fetching regex
Fetched https://github.com/sharplet/Regex.git from cache (0.62s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.09s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (1.81s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.46s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.85s)
Computing version for https://github.com/apple/swift-distributed-tracing
Computed https://github.com/apple/swift-distributed-tracing at 1.2.0 (0.43s)
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.20s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.62s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.48s)
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.86s)
Computing version for https://github.com/automerge/automerge-swift
Computed https://github.com/automerge/automerge-swift at 0.6.1 (0.49s)
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/heckj/Base58Swift
Working copy of https://github.com/heckj/Base58Swift resolved at 2.1.15
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/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/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-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.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/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
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-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/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
[1369/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 (3.74s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/48] Compiling _NumericsShims _NumericsShims.c
[3/48] Write sources
[9/48] Copying PotentCodables.docc
[10/48] Write sources
[18/48] Compiling fy-docbuilder.c
[19/48] Compiling fy-diag.c
[20/48] Compiling fy-input.c
[21/48] Compiling fy-path.c
[22/48] Compiling xxhash.c
[23/48] Compiling fy-ctype.c
[24/48] Compiling fy-utf8.c
[25/48] Compiling fy-blob.c
[26/48] Compiling fy-utils.c
[27/48] Compiling fy-types.c
[28/48] Compiling fy-event.c
[29/48] Compiling fy-doc.c
[30/48] Write swift-version-24593BA9C3E375BF.txt
[31/48] Compiling fy-parse.c
[32/48] Compiling fy-token.c
[33/48] Compiling fy-emit.c
[34/48] Compiling fy-docstate.c
[35/48] Compiling fy-dump.c
[36/48] Compiling fy-atom.c
[37/52] Compiling fy-composer.c
[38/56] Compiling fy-walk.c
[38/56] Write sources
[46/58] Compiling CFloat16 float16.c
[47/83] Compiling fy-accel.c
[49/157] Emitting module DequeModule
[50/159] Compiling DequeModule Deque+Hashable.swift
[51/159] Compiling DequeModule Deque+Sendable.swift
[52/159] Compiling DequeModule Deque+Testing.swift
[53/159] Compiling DequeModule Deque.swift
[54/159] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[55/159] Compiling DequeModule _DequeBuffer.swift
[56/159] Compiling DequeModule _DequeBufferHeader.swift
[57/159] Compiling DequeModule _DequeSlot.swift
[58/159] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/159] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[60/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[61/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[62/159] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[63/159] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[64/159] Compiling OrderedCollections OrderedSet+Sendable.swift
[65/159] Compiling OrderedCollections OrderedSet+SubSequence.swift
[66/159] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[67/159] Compiling DequeModule Deque+CustomReflectable.swift
[68/159] Compiling DequeModule Deque+CustomStringConvertible.swift
[69/159] Compiling DequeModule Deque+Equatable.swift
[70/159] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/159] Compiling DequeModule Deque+Extras.swift
[72/159] Compiling DequeModule Compatibility.swift
[77/165] Compiling OrderedCollections OrderedSet+Initializers.swift
[78/165] Compiling OrderedCollections OrderedSet+Insertions.swift
[79/165] Compiling OrderedCollections OrderedSet+Invariants.swift
[80/165] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[81/165] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[82/165] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[85/165] Compiling DequeModule Deque._Storage.swift
[86/165] Compiling DequeModule Deque._UnsafeHandle.swift
[89/165] Emitting module OrderedCollections
[90/166] Compiling DequeModule Deque+Codable.swift
[91/166] Compiling DequeModule Deque+Collection.swift
[97/166] Compiling ServiceContextModule ServiceContext.swift
[98/166] Compiling ServiceContextModule ServiceContextKey.swift
[99/166] Emitting module ServiceContextModule
[103/167] Compiling RealModule ElementaryFunctions.swift
[106/167] Emitting module RealModule
[107/167] Compiling RealModule Float+Real.swift
[108/167] Compiling RealModule Real.swift
[109/167] Compiling RealModule Float80+Real.swift
[110/167] Compiling RealModule Float16+Real.swift
[111/167] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[112/167] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[113/167] Compiling OrderedCollections OrderedSet+Diffing.swift
[114/167] Compiling OrderedCollections OrderedSet+Equatable.swift
[115/167] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[116/167] Compiling OrderedCollections OrderedSet+Hashable.swift
[117/167] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[118/167] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[119/167] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[120/167] Compiling OrderedCollections OrderedDictionary+Values.swift
[121/167] Compiling OrderedCollections OrderedDictionary.swift
[122/167] Compiling OrderedCollections OrderedSet+Codable.swift
[123/167] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[131/168] Compiling RealModule RealFunctions.swift
[136/175] Emitting module BigInt
[137/177] Emitting module Instrumentation
[138/177] Compiling Instrumentation MultiplexInstrument.swift
[139/177] Compiling Instrumentation NoOpInstrument.swift
[149/181] Compiling Instrumentation Instrument.swift
[150/181] Compiling OrderedCollections OrderedSet+Testing.swift
[151/181] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[152/181] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[153/181] Compiling OrderedCollections OrderedSet.swift
[154/181] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[155/181] Compiling OrderedCollections _UnsafeBitset.swift
[157/182] Compiling Float16 Real.swift
[158/184] Compiling Instrumentation InstrumentationSystem.swift
[159/184] Compiling Instrumentation Locks.swift
[160/185] Compiling Regex Regex.swift
[162/185] Compiling BigInt Subtraction.swift
[163/185] Compiling BigInt Words and Bits.swift
[164/185] Emitting module Float16
[165/185] Compiling Float16 Concurrency.swift
[166/185] Compiling Float16 float16.swift
[170/186] Emitting module Regex
[171/186] Emitting module Collections
[172/186] Compiling Regex Options.swift
[173/186] Compiling Collections Collections.swift
[174/187] Compiling Regex String+ReplaceMatching.swift
[175/187] Compiling Regex Foundation+Ranges.swift
[176/187] Compiling Regex ThreadLocal.swift
[177/187] Compiling Regex MatchResult.swift
[188/210] Compiling Tracing TracingTime.swift
[189/241] Compiling Tracing TracerProtocol.swift
[190/256] Compiling Tracing TracerProtocol+Legacy.swift
[191/256] Compiling Tracing Tracer.swift
[192/265] Compiling Tracing NoOpTracer.swift
[193/265] Compiling Tracing InstrumentationSystem+Tracing.swift
[194/265] Emitting module Tracing
[195/265] Compiling Tracing SpanProtocol.swift
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-4609320-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
[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 ServiceContextModule ServiceContextKey.swift
[5/112] Compiling Regex ThreadLocal.swift
[6/112] Compiling Regex String+ReplaceMatching.swift
[7/112] Compiling OrderedCollections _HashTable+Bucket.swift
[8/112] Compiling OrderedCollections _HashTable+BucketIterator.swift
[9/113] Emitting module Regex
[10/113] Compiling RealModule Real.swift
[11/113] Compiling RealModule Float80+Real.swift
[12/113] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[13/113] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[14/113] Compiling OrderedCollections OrderedDictionary+Elements.swift
[15/113] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[16/115] Compiling Regex Foundation+Ranges.swift
[17/115] Compiling Regex MatchResult.swift
[18/115] Emitting module AutomergeUniffi
[19/115] Compiling RealModule Float16+Real.swift
[20/115] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[21/115] Compiling OrderedCollections _HashTable+Testing.swift
[22/115] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[25/115] Compiling OrderedCollections _HashTable+Constants.swift
[26/115] Compiling Regex Options.swift
[27/115] Emitting module ServiceContextModule
[28/115] Compiling Regex Regex.swift
[29/115] Compiling ServiceContextModule ServiceContext.swift
[30/116] Compiling RealModule ElementaryFunctions.swift
[31/116] Compiling RealModule Float+Real.swift
[32/117] Compiling RealModule RealFunctions.swift
[37/117] Compiling OrderedCollections _HashTable.swift
[38/117] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[39/117] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[40/117] Emitting module RealModule
[41/118] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[42/118] Compiling OrderedCollections OrderedDictionary+Values.swift
[43/118] Compiling OrderedCollections OrderedDictionary.swift
[50/120] Compiling DequeModule _DequeSlot.swift
[51/120] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/122] Compiling OrderedCollections OrderedSet+Initializers.swift
[53/122] Compiling OrderedCollections OrderedSet+Insertions.swift
[54/122] Compiling OrderedCollections OrderedSet+Invariants.swift
[55/122] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[56/122] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[57/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[61/132] Emitting module Instrumentation
[62/132] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[63/132] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[64/132] Compiling OrderedCollections OrderedSet+Diffing.swift
[65/132] Compiling OrderedCollections OrderedSet+Equatable.swift
[66/132] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[67/132] Compiling OrderedCollections OrderedSet+Hashable.swift
[68/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[69/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[70/132] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[71/132] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[72/132] Compiling OrderedCollections OrderedSet+Sendable.swift
[73/132] Compiling OrderedCollections OrderedSet+SubSequence.swift
[74/132] Compiling Instrumentation InstrumentationSystem.swift
[75/134] Compiling Instrumentation Instrument.swift
[76/136] Compiling Instrumentation MultiplexInstrument.swift
[77/136] Compiling Instrumentation NoOpInstrument.swift
[81/136] Compiling OrderedCollections OrderedSet+Codable.swift
[82/136] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[83/136] Emitting module BigInt
[84/136] Compiling Instrumentation Locks.swift
[92/137] Compiling BigInt Words and Bits.swift
[93/137] Compiling OrderedCollections OrderedDictionary+Codable.swift
[94/137] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[95/137] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[96/137] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[97/137] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[98/137] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[105/137] Compiling BigInt Subtraction.swift
[107/137] Emitting module DequeModule
[124/138] Compiling Float16 Concurrency.swift
[125/138] Compiling Float16 Real.swift
[129/142] Compiling OrderedCollections OrderedSet+Testing.swift
[130/142] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[131/142] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[132/142] Compiling OrderedCollections OrderedSet.swift
[133/142] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[134/142] Compiling OrderedCollections _UnsafeBitset.swift
[136/147] Compiling Float16 float16.swift
[137/147] Compiling Tracing InstrumentationSystem+Tracing.swift
[138/147] Emitting module Float16
[139/148] Compiling Tracing TracerProtocol+Legacy.swift
[140/148] Compiling Tracing Tracer.swift
[141/148] Emitting module Tracing
[142/148] Compiling Tracing TracerProtocol.swift
[143/148] Compiling Tracing TracingTime.swift
[145/150] Emitting module OrderedCollections
error: emit-module command failed with exit code 1 (use -v to see invocation)
[147/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 |
[148/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] Compiling Tracing SpanProtocol.swift
[150/151] Compiling Tracing NoOpTracer.swift
BUILD FAILURE 6.1 linux