The Swift Package Index logo.Swift Package Index

Build Information

Failed to build StatiumSwift, reference v0.4.0 (bcb54c), with Swift 6.1 for Linux on 9 Mar 2026 12:42:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
Reference: v0.4.0
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/eu-digital-identity-wallet/eudi-lib-ios-statium-swift
 * tag               v0.4.0     -> FETCH_HEAD
HEAD is now at bcb54c2 Verify before decode, remove test code from production scope
Cloned https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
Revision (git rev-parse @):
bcb54c2c2730a8cb83f34e64ba41ed6f8323670a
SUCCESS checkout https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git at v0.4.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
https://github.com/eu-digital-identity-wallet/eudi-lib-ios-statium-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftcbor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/niscy-eudiw/SwiftCBOR.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "StatiumSwift",
  "name" : "StatiumSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "StatiumSwift",
      "targets" : [
        "StatiumSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StatiumSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "StatiumSwiftTests",
      "path" : "Tests",
      "product_dependencies" : [
        "SwiftCBOR",
        "Collections"
      ],
      "sources" : [
        "Extensions/DataExtensionTests.swift",
        "Status/GetStatusTests.swift",
        "Status/ReadStatusTests.swift",
        "Types/BitsPerStatusTests.swift",
        "Types/CredentialStatusTests.swift",
        "Types/StatusReferenceTests.swift",
        "Types/TimeInternalUnitTests.swift",
        "Utilities/CompressionsTests.swift",
        "Utilities/ConstantsTests.swift",
        "Utilities/JWTTests.swift",
        "VerifyStatus/VerifyStatus.swift"
      ],
      "target_dependencies" : [
        "StatiumSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StatiumSwift",
      "module_type" : "SwiftTarget",
      "name" : "StatiumSwift",
      "path" : "Sources",
      "product_dependencies" : [
        "SwiftCBOR",
        "Collections"
      ],
      "product_memberships" : [
        "StatiumSwift"
      ],
      "sources" : [
        "Extensions/Array+Extensions.swift",
        "Extensions/CBOR+Extensions.swift",
        "Extensions/Data+Extenstions.swift",
        "Services/NetworkingService.swift",
        "Spec/TokenStatusListSpec.swift",
        "Status/GetStatus.swift",
        "Status/ReadStatus.swift",
        "Status/StatusListTokenFetcher.swift",
        "Types/BitsPerStatus.swift",
        "Types/Byte.swift",
        "Types/CredentialStatus.swift",
        "Types/Errors.swift",
        "Types/StatusList.swift",
        "Types/StatusListTokenClaims.swift",
        "Types/StatusListTokenFormat.swift",
        "Types/StatusReference.swift",
        "Types/TimeIntervalUnit.swift",
        "Types/VerifyStatusListTokenSignature.swift",
        "Utilities/CWT.swift",
        "Utilities/Decompress.swift",
        "Utilities/JWT.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/niscy-eudiw/SwiftCBOR.git
Fetching https://github.com/apple/swift-collections.git
[1/1209] Fetching swiftcbor
[1210/23239] Fetching swiftcbor, swift-collections
Fetched https://github.com/niscy-eudiw/SwiftCBOR.git from cache (1.40s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.24s)
Computing version for https://github.com/niscy-eudiw/SwiftCBOR.git
Computed https://github.com/niscy-eudiw/SwiftCBOR.git at 0.6.4 (0.52s)
Creating working copy for https://github.com/niscy-eudiw/SwiftCBOR.git
Working copy of https://github.com/niscy-eudiw/SwiftCBOR.git resolved at 0.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/27] Emitting module InternalCollectionsUtilities
[13/29] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[15/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[18/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[19/29] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[20/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/29] Compiling InternalCollectionsUtilities Debugging.swift
[22/29] Compiling InternalCollectionsUtilities Descriptions.swift
[23/29] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/29] Compiling InternalCollectionsUtilities Integer rank.swift
[27/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[31/304] Compiling HeapModule Heap+Descriptions.swift
[32/304] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[33/304] Compiling HashTreeCollections _HashNode+Structural union.swift
[34/306] Compiling HeapModule _HeapNode.swift
[35/306] Compiling HeapModule Heap.swift
[36/306] Compiling HashTreeCollections _HashNode+Debugging.swift
[37/306] Compiling HashTreeCollections _HashNode+Initializers.swift
[38/306] Compiling HashTreeCollections _HashLevel.swift
[39/306] Compiling HashTreeCollections _HashNode+Builder.swift
[40/306] Compiling HashTreeCollections _Bucket.swift
[41/306] Compiling HashTreeCollections _Hash.swift
[42/306] Compiling HeapModule Heap+Invariants.swift
[43/306] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[44/306] Compiling HeapModule Heap+UnsafeHandle.swift
[45/306] Emitting module HeapModule
[47/307] Compiling HashTreeCollections TreeSet+Hashable.swift
[48/307] Compiling HashTreeCollections TreeSet+Sendable.swift
[49/307] Compiling HashTreeCollections TreeSet+Sequence.swift
[50/307] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[51/307] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[52/307] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[53/307] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[54/307] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[55/307] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[56/307] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[57/317] Compiling HashTreeCollections TreeDictionary+Collection.swift
[58/317] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[59/317] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[60/317] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[61/317] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[62/317] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[63/317] Compiling HashTreeCollections TreeDictionary+Filter.swift
[64/317] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[65/317] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[66/317] Compiling HashTreeCollections TreeDictionary+Keys.swift
[67/317] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[68/317] Compiling HashTreeCollections TreeDictionary+Merge.swift
[69/317] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[70/317] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[71/324] Compiling DequeModule _DequeSlot.swift
[72/324] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/324] Compiling HashTreeCollections _HashNode+Storage.swift
[74/324] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[75/324] Compiling HashTreeCollections _HashNode+Structural filter.swift
[76/324] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[77/324] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[78/324] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[79/324] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[80/324] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[81/324] Compiling HashTreeCollections _HashNode+Invariants.swift
[82/324] Compiling HashTreeCollections _HashNode+Lookups.swift
[83/324] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[84/324] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[85/324] Compiling HashTreeCollections _UnsafePath.swift
[86/324] Compiling HashTreeCollections TreeDictionary+Codable.swift
[100/324] Compiling HashTreeCollections _HashNode+Structural merge.swift
[101/324] Compiling HashTreeCollections _HashTreeIterator.swift
[102/324] Compiling HashTreeCollections _HashTreeStatistics.swift
[103/324] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[104/324] Compiling HashTreeCollections _RawHashNode.swift
[105/324] Compiling HashTreeCollections _UnmanagedHashNode.swift
[114/331] Compiling HashTreeCollections TreeDictionary.swift
[115/331] Compiling HashTreeCollections TreeSet+Codable.swift
[116/331] Compiling HashTreeCollections TreeSet+Collection.swift
[117/331] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[118/331] Compiling HashTreeCollections TreeSet+Debugging.swift
[119/331] Compiling HashTreeCollections TreeSet+Descriptions.swift
[120/331] Compiling HashTreeCollections TreeSet+Equatable.swift
[121/331] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[122/331] Compiling HashTreeCollections TreeSet+Extras.swift
[123/331] Compiling HashTreeCollections TreeSet+Filter.swift
[124/331] Compiling HashTreeCollections _AncestorHashSlots.swift
[125/331] Compiling HashTreeCollections _Bitmap.swift
[142/331] Compiling BitCollections BitSet.Index.swift
[143/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[144/331] Compiling BitCollections BitSet.swift
[152/331] Emitting module BitCollections
[153/331] Emitting module DequeModule
[160/332] Compiling BitCollections Range+Utilities.swift
[161/332] Compiling BitCollections Slice+Utilities.swift
[162/332] Compiling BitCollections UInt+Tricks.swift
[163/341] Compiling _RopeModule _CharacterRecognizer.swift
[164/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[165/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[166/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[167/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[168/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[169/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[170/341] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[171/341] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[172/341] Compiling HashTreeCollections TreeSet.swift
[190/341] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[191/341] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[192/341] Compiling HashTreeCollections _HashNode.swift
[193/341] Compiling HashTreeCollections _HashNodeHeader.swift
[194/341] Compiling HashTreeCollections _HashSlot.swift
[195/341] Compiling HashTreeCollections _HashStack.swift
[196/341] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[197/341] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[241/341] Compiling BitCollections _Word.swift
[243/342] Compiling OrderedCollections OrderedSet.swift
[244/342] Compiling OrderedCollections _UnsafeBitset.swift
[290/342] Emitting module OrderedCollections
[292/343] Emitting module _RopeModule
[315/343] Compiling _RopeModule Rope+Join.swift
[316/343] Compiling _RopeModule Rope+MutatingForEach.swift
[317/343] Compiling _RopeModule Rope+Remove.swift
[318/343] Compiling _RopeModule Rope+RemoveSubrange.swift
[319/343] Compiling _RopeModule Rope+Split.swift
[320/343] Compiling _RopeModule Optional Utilities.swift
[321/343] Compiling _RopeModule String Utilities.swift
[322/343] Compiling _RopeModule String.Index+ABI.swift
[324/343] Emitting module HashTreeCollections
[346/347] Emitting module Collections
[347/347] Compiling Collections Collections.swift
[349/364] Emitting module SwiftCBOR
[350/366] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[351/366] Compiling SwiftCBOR Util.swift
[352/366] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[353/366] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[354/366] Compiling SwiftCBOR AnyCodingKey.swift
[355/366] Compiling SwiftCBOR CBOR.swift
[356/366] Compiling SwiftCBOR CBORDecoder.swift
[357/366] Compiling SwiftCBOR CodableCBOREncoder.swift
[358/366] Compiling SwiftCBOR KeyedEncodingContainer.swift
[359/366] Compiling SwiftCBOR CBORInputStream.swift
[360/366] Compiling SwiftCBOR CBOROptions.swift
[361/366] Compiling SwiftCBOR CBOREncodable.swift
[362/366] Compiling SwiftCBOR CBOREncoder.swift
[363/366] Compiling SwiftCBOR CodableCBORDecoder.swift
[364/366] Compiling SwiftCBOR KeyedDecodingContainer.swift
[365/366] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[366/366] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[368/387] Compiling StatiumSwift NetworkingService.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[369/387] Compiling StatiumSwift TokenStatusListSpec.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[370/387] Compiling StatiumSwift GetStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[371/387] Compiling StatiumSwift StatusReference.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[372/387] Compiling StatiumSwift TimeIntervalUnit.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[373/389] Emitting module StatiumSwift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[374/389] Compiling StatiumSwift ReadStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[375/389] Compiling StatiumSwift StatusListTokenFetcher.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[376/389] Compiling StatiumSwift BitsPerStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[377/389] Compiling StatiumSwift Array+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[378/389] Compiling StatiumSwift CBOR+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[379/389] Compiling StatiumSwift Data+Extenstions.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[380/389] Compiling StatiumSwift StatusList.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[381/389] Compiling StatiumSwift StatusListTokenClaims.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[382/389] Compiling StatiumSwift StatusListTokenFormat.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[383/389] Compiling StatiumSwift Byte.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[384/389] Compiling StatiumSwift CredentialStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[385/389] Compiling StatiumSwift Errors.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[386/389] Compiling StatiumSwift VerifyStatusListTokenSignature.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[387/389] Compiling StatiumSwift CWT.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[388/389] Compiling StatiumSwift Decompress.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[389/389] Compiling StatiumSwift JWT.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[3/17] Compiling InternalCollectionsUtilities Integer rank.swift
[4/17] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[5/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[7/19] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[8/19] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[9/19] Emitting module InternalCollectionsUtilities
[10/19] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[11/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/19] Compiling InternalCollectionsUtilities Debugging.swift
[13/19] Compiling InternalCollectionsUtilities Descriptions.swift
[14/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/294] Compiling HashTreeCollections _HashNode+Structural union.swift
[22/294] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[23/296] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[24/296] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[25/296] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[26/296] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[27/296] Compiling HashTreeCollections _HashNode+Storage.swift
[28/296] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[29/296] Compiling HashTreeCollections _RawHashNode.swift
[30/296] Compiling HashTreeCollections _UnmanagedHashNode.swift
[31/296] Compiling HashTreeCollections _UnsafePath.swift
[32/296] Compiling HashTreeCollections TreeDictionary+Codable.swift
[33/296] Compiling HashTreeCollections TreeDictionary+Collection.swift
[34/296] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[35/303] Compiling HeapModule Heap+UnsafeHandle.swift
[36/303] Compiling HeapModule Heap+Invariants.swift
[37/303] Compiling HeapModule Heap.swift
[38/303] Compiling HeapModule _HeapNode.swift
[39/303] Compiling HeapModule Heap+Descriptions.swift
[40/303] Emitting module HeapModule
[42/304] Compiling HashTreeCollections TreeSet+Hashable.swift
[43/304] Compiling HashTreeCollections TreeSet+Sendable.swift
[44/304] Compiling HashTreeCollections TreeSet+Sequence.swift
[45/304] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[46/304] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[47/304] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[48/304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[49/304] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[50/304] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[51/304] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[52/314] Compiling HashTreeCollections _HashNode+Initializers.swift
[53/314] Compiling HashTreeCollections _HashNode+Invariants.swift
[54/314] Compiling HashTreeCollections _HashNode+Lookups.swift
[55/314] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[56/314] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[57/314] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[58/314] Compiling HashTreeCollections TreeDictionary+Filter.swift
[59/314] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[60/314] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[61/314] Compiling HashTreeCollections TreeDictionary+Keys.swift
[62/314] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[63/314] Compiling HashTreeCollections TreeDictionary+Merge.swift
[64/314] Compiling BitCollections BitSet.Index.swift
[65/314] Compiling BitCollections BitSet._UnsafeHandle.swift
[66/321] Compiling DequeModule _DequeSlot.swift
[67/321] Compiling DequeModule _UnsafeWrappedBuffer.swift
[68/321] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[69/321] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[70/321] Compiling HashTreeCollections _AncestorHashSlots.swift
[71/321] Compiling HashTreeCollections _Bitmap.swift
[72/321] Compiling HashTreeCollections _Bucket.swift
[73/321] Compiling HashTreeCollections _Hash.swift
[74/321] Compiling HashTreeCollections _HashLevel.swift
[85/321] Compiling OrderedCollections OrderedSet+Sendable.swift
[86/321] Compiling OrderedCollections OrderedSet+SubSequence.swift
[87/321] Compiling OrderedCollections OrderedSet+Testing.swift
[88/321] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[89/321] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[90/321] Compiling OrderedCollections OrderedSet.swift
[91/321] Compiling OrderedCollections _UnsafeBitset.swift
[92/321] Compiling HashTreeCollections TreeSet+Equatable.swift
[93/321] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[94/321] Compiling HashTreeCollections TreeSet+Extras.swift
[95/321] Compiling HashTreeCollections TreeSet+Filter.swift
[96/321] Compiling HashTreeCollections _HashNodeHeader.swift
[97/321] Compiling HashTreeCollections _HashSlot.swift
[98/321] Compiling HashTreeCollections _HashStack.swift
[99/321] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[104/321] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[105/321] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[106/321] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[107/321] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[108/321] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[109/321] Compiling HashTreeCollections _HashNode+Structural merge.swift
[110/321] Compiling HashTreeCollections _HashTreeIterator.swift
[111/321] Compiling HashTreeCollections _HashTreeStatistics.swift
[114/321] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[115/321] Compiling HashTreeCollections _HashNode.swift
[126/321] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[127/321] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[128/321] Compiling HashTreeCollections _HashNode+Builder.swift
[129/321] Compiling HashTreeCollections _HashNode+Debugging.swift
[142/321] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[143/321] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[144/321] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[145/321] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[146/321] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[147/321] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[148/321] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[149/321] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[150/321] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[151/321] Compiling HashTreeCollections TreeSet.swift
[159/321] Emitting module DequeModule
[160/322] Emitting module BitCollections
[292/332] Emitting module OrderedCollections
[294/333] Emitting module _RopeModule
[324/333] Compiling _RopeModule Rope+Join.swift
[325/333] Compiling _RopeModule Rope+MutatingForEach.swift
[326/333] Compiling _RopeModule Rope+Remove.swift
[327/333] Compiling _RopeModule Rope+RemoveSubrange.swift
[328/333] Compiling _RopeModule Rope+Split.swift
[329/333] Compiling _RopeModule Optional Utilities.swift
[330/333] Compiling _RopeModule String Utilities.swift
[331/333] Compiling _RopeModule String.Index+ABI.swift
[332/333] Compiling _RopeModule _CharacterRecognizer.swift
[334/334] Emitting module HashTreeCollections
[336/337] Compiling Collections Collections.swift
[337/337] Emitting module Collections
[339/354] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[340/354] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[341/356] Emitting module SwiftCBOR
[342/356] Compiling SwiftCBOR CodableCBOREncoder.swift
[343/356] Compiling SwiftCBOR KeyedEncodingContainer.swift
[344/356] Compiling SwiftCBOR CodableCBORDecoder.swift
[345/356] Compiling SwiftCBOR KeyedDecodingContainer.swift
[346/356] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[347/356] Compiling SwiftCBOR Util.swift
[348/356] Compiling SwiftCBOR CBORInputStream.swift
[349/356] Compiling SwiftCBOR CBOROptions.swift
[350/356] Compiling SwiftCBOR AnyCodingKey.swift
[351/356] Compiling SwiftCBOR CBOR.swift
[352/356] Compiling SwiftCBOR CBORDecoder.swift
[353/356] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[354/356] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[355/356] Compiling SwiftCBOR CBOREncodable.swift
[356/356] Compiling SwiftCBOR CBOREncoder.swift
[358/377] Compiling StatiumSwift StatusReference.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[359/377] Compiling StatiumSwift TimeIntervalUnit.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[360/379] Emitting module StatiumSwift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[361/379] Compiling StatiumSwift Byte.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[362/379] Compiling StatiumSwift CredentialStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[363/379] Compiling StatiumSwift Errors.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[364/379] Compiling StatiumSwift NetworkingService.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[365/379] Compiling StatiumSwift TokenStatusListSpec.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[366/379] Compiling StatiumSwift GetStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[367/379] Compiling StatiumSwift Array+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[368/379] Compiling StatiumSwift CBOR+Extensions.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[369/379] Compiling StatiumSwift Data+Extenstions.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[370/379] Compiling StatiumSwift VerifyStatusListTokenSignature.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[371/379] Compiling StatiumSwift CWT.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[372/379] Compiling StatiumSwift StatusList.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[373/379] Compiling StatiumSwift StatusListTokenClaims.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[374/379] Compiling StatiumSwift StatusListTokenFormat.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[375/379] Compiling StatiumSwift ReadStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[376/379] Compiling StatiumSwift StatusListTokenFetcher.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[377/379] Compiling StatiumSwift BitsPerStatus.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[378/379] Compiling StatiumSwift Decompress.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
[379/379] Compiling StatiumSwift JWT.swift
/host/spi-builder-workspace/Sources/Extensions/Data+Extenstions.swift:17:8: error: no such module 'Compression'
 15 |  */
 16 | import Foundation
 17 | import Compression
    |        `- error: no such module 'Compression'
 18 |
 19 | public extension Data {
BUILD FAILURE 6.1 linux