The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCBOR, reference v0.6.4 (a663e7), with Swift 6.1 for Android on 23 Jan 2026 13:44:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/niscy-eudiw/SwiftCBOR.git
Reference: v0.6.4
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/niscy-eudiw/SwiftCBOR
 * tag               v0.6.4     -> FETCH_HEAD
HEAD is now at a663e7a Merge commit 'fd929a6d8f7651ce0f63fc99397fd5762358cc29'
Cloned https://github.com/niscy-eudiw/SwiftCBOR.git
Revision (git rev-parse @):
a663e7a6bd50d2224223ed60622b531b18499dd0
SUCCESS checkout https://github.com/niscy-eudiw/SwiftCBOR.git at v0.6.4
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/niscy-eudiw/SwiftCBOR.git
https://github.com/niscy-eudiw/SwiftCBOR.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "SwiftCBOR",
  "name" : "SwiftCBOR",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCBOR",
      "targets" : [
        "SwiftCBOR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCBORTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCBORTests",
      "path" : "Tests",
      "sources" : [
        "CBORCodableRoundtripTests.swift",
        "CBORDecoderTests.swift",
        "CBOREncodableTests.swift",
        "CBOREncoderTests.swift",
        "CBORTests.swift",
        "CodableCBORDecoderTests.swift",
        "CodableCBOREncoderTests.swift",
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "SwiftCBOR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCBOR",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCBOR",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "SwiftCBOR"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "CBOR.swift",
        "CBORDecoder.swift",
        "CBOREncodable.swift",
        "CBOREncoder.swift",
        "CBORInputStream.swift",
        "CBOROptions.swift",
        "Decoder/CodableCBORDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CodableCBOREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger+Bytes.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/18728] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.70s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.69s)
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/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/26] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[12/26] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/28] Emitting module InternalCollectionsUtilities
[14/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/28] Compiling InternalCollectionsUtilities Integer rank.swift
[16/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/28] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[18/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/28] Compiling InternalCollectionsUtilities Debugging.swift
[20/28] Compiling InternalCollectionsUtilities Descriptions.swift
[21/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[24/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/28] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[28/28] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[30/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[31/303] Compiling HashTreeCollections _HashNode+Storage.swift
[32/303] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[33/305] Compiling HashTreeCollections _HashNode+Structural filter.swift
[34/305] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[35/305] Compiling HeapModule Heap+Descriptions.swift
[36/305] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[37/305] Compiling HashTreeCollections TreeDictionary+Filter.swift
[38/305] Compiling HeapModule _HeapNode.swift
[39/305] Compiling HeapModule Heap.swift
[40/305] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[41/305] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[42/305] Compiling HeapModule Heap+Invariants.swift
[43/305] Compiling HeapModule Heap+UnsafeHandle.swift
[44/305] Emitting module HeapModule
[45/306] Compiling HashTreeCollections _UnmanagedHashNode.swift
[46/306] Compiling HashTreeCollections _UnsafePath.swift
[47/306] Compiling HashTreeCollections TreeDictionary+Codable.swift
[48/306] Compiling HashTreeCollections TreeDictionary+Collection.swift
[49/306] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[50/306] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[51/306] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[53/313] Compiling HashTreeCollections TreeSet+Hashable.swift
[54/313] Compiling HashTreeCollections TreeSet+Sendable.swift
[55/313] Compiling HashTreeCollections TreeSet+Sequence.swift
[56/313] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[57/313] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[58/313] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[59/313] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[60/313] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[61/313] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[62/313] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[63/323] Compiling DequeModule _DequeSlot.swift
[64/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
[65/323] Emitting module BitCollections
[66/330] Compiling HashTreeCollections _HashSlot.swift
[67/330] Compiling HashTreeCollections _HashStack.swift
[68/330] Compiling HashTreeCollections TreeDictionary.swift
[69/330] Compiling HashTreeCollections TreeSet+Codable.swift
[70/330] Compiling HashTreeCollections TreeSet+Collection.swift
[71/330] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[72/330] Compiling HashTreeCollections TreeSet+Debugging.swift
[73/330] Compiling HashTreeCollections _HashNode+Structural merge.swift
[74/330] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[75/330] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[76/330] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[77/330] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[78/330] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[92/330] Compiling HashTreeCollections TreeSet+Descriptions.swift
[99/330] Compiling HashTreeCollections TreeSet+Equatable.swift
[100/330] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[101/330] Compiling HashTreeCollections TreeSet+Extras.swift
[102/330] Compiling HashTreeCollections TreeSet+Filter.swift
[108/330] Compiling HashTreeCollections TreeDictionary+Keys.swift
[109/330] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[110/330] Compiling HashTreeCollections TreeDictionary+Merge.swift
[111/330] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[112/330] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[113/330] Compiling HashTreeCollections TreeDictionary+Values.swift
[114/330] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[115/330] Compiling HashTreeCollections _RawHashNode.swift
[126/330] Compiling HashTreeCollections _HashTreeIterator.swift
[127/330] Compiling HashTreeCollections _HashTreeStatistics.swift
[136/330] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[137/330] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[138/330] Compiling HashTreeCollections _HashNode+Structural union.swift
[139/330] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[140/330] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[141/330] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[142/330] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[143/330] Compiling HashTreeCollections _HashNode.swift
[144/330] Compiling HashTreeCollections _HashNodeHeader.swift
[145/330] Emitting module DequeModule
[156/340] Compiling _RopeModule _CharacterRecognizer.swift
[157/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[158/340] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[159/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[160/340] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[161/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[162/340] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[163/340] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[164/340] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[165/340] Compiling HashTreeCollections TreeSet.swift
[222/340] Compiling BitCollections BitSet.Index.swift
[223/340] Compiling BitCollections BitSet._UnsafeHandle.swift
[226/340] Compiling BitCollections BitSet.swift
[227/340] Compiling BitCollections Range+Utilities.swift
[228/340] Compiling BitCollections Slice+Utilities.swift
[229/340] Compiling BitCollections UInt+Tricks.swift
[230/340] Compiling BitCollections _Word.swift
[246/341] Compiling OrderedCollections OrderedSet.swift
[247/341] Compiling OrderedCollections _UnsafeBitset.swift
[255/341] Compiling HashTreeCollections _HashNode+Initializers.swift
[256/341] Compiling HashTreeCollections _HashNode+Invariants.swift
[257/341] Compiling HashTreeCollections _HashNode+Lookups.swift
[258/341] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[259/341] Emitting module OrderedCollections
[261/342] Emitting module _RopeModule
[284/342] Compiling _RopeModule Rope+Join.swift
[285/342] Compiling _RopeModule Rope+MutatingForEach.swift
[286/342] Compiling _RopeModule Rope+Remove.swift
[287/342] Compiling _RopeModule Rope+RemoveSubrange.swift
[288/342] Compiling _RopeModule Rope+Split.swift
[289/342] Compiling _RopeModule Optional Utilities.swift
[290/342] Compiling _RopeModule String Utilities.swift
[291/342] Compiling _RopeModule String.Index+ABI.swift
[293/342] Emitting module HashTreeCollections
[345/346] Emitting module Collections
[346/346] Compiling Collections Collections.swift
[348/363] Emitting module SwiftCBOR
[349/365] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[350/365] Compiling SwiftCBOR Util.swift
[351/365] Compiling SwiftCBOR CBORInputStream.swift
[352/365] Compiling SwiftCBOR CBOROptions.swift
[353/365] Compiling SwiftCBOR CBOREncodable.swift
[354/365] Compiling SwiftCBOR CBOREncoder.swift
[355/365] Compiling SwiftCBOR CodableCBOREncoder.swift
[356/365] Compiling SwiftCBOR KeyedEncodingContainer.swift
[357/365] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[358/365] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
[359/365] Compiling SwiftCBOR CodableCBORDecoder.swift
[360/365] Compiling SwiftCBOR KeyedDecodingContainer.swift
[361/365] Compiling SwiftCBOR AnyCodingKey.swift
[362/365] Compiling SwiftCBOR CBOR.swift
[363/365] Compiling SwiftCBOR CBORDecoder.swift
[364/365] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[365/365] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
Build complete! (132.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "SwiftCBOR",
  "name" : "SwiftCBOR",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftCBOR",
      "targets" : [
        "SwiftCBOR"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCBORTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCBORTests",
      "path" : "Tests",
      "sources" : [
        "CBORCodableRoundtripTests.swift",
        "CBORDecoderTests.swift",
        "CBOREncodableTests.swift",
        "CBOREncoderTests.swift",
        "CBORTests.swift",
        "CodableCBORDecoderTests.swift",
        "CodableCBOREncoderTests.swift",
        "Helpers.swift"
      ],
      "target_dependencies" : [
        "SwiftCBOR"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCBOR",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCBOR",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "SwiftCBOR"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "CBOR.swift",
        "CBORDecoder.swift",
        "CBOREncodable.swift",
        "CBOREncoder.swift",
        "CBORInputStream.swift",
        "CBOROptions.swift",
        "Decoder/CodableCBORDecoder.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/CodableCBOREncoder.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger+Bytes.swift",
        "Util.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.