The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCBOR, reference master (a663e7), with Swift 6.1 for Android on 23 Jan 2026 13:46:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-4606859-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 (1.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.34s)
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] Emitting module InternalCollectionsUtilities
[12/28] Compiling InternalCollectionsUtilities Debugging.swift
[13/28] Compiling InternalCollectionsUtilities Descriptions.swift
[14/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/28] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[17/28] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[18/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/28] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[21/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[23/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[24/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[25/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[26/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/28] Compiling InternalCollectionsUtilities Integer rank.swift
[28/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/281] Compiling HeapModule Heap+Invariants.swift
[31/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[32/303] Compiling HeapModule Heap+Descriptions.swift
[33/303] Compiling _RopeModule BigSubstring+UTF8View.swift
[34/303] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[35/305] Compiling HeapModule _HeapNode.swift
[36/305] Compiling HeapModule Heap.swift
[37/305] Compiling _RopeModule BigString+Chunk+Counts.swift
[38/305] Compiling _RopeModule BigString+Chunk+Description.swift
[39/305] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[40/305] Compiling _RopeModule BigString+Chunk+Splitting.swift
[41/305] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[42/305] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[43/305] Compiling HeapModule Heap+UnsafeHandle.swift
[44/305] Emitting module HeapModule
[46/306] Compiling _RopeModule Rope+_Storage.swift
[47/306] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[48/306] Compiling _RopeModule Rope+_UnsafeHandle.swift
[49/306] Compiling _RopeModule Rope.swift
[50/306] Compiling _RopeModule RopeElement.swift
[51/306] Compiling _RopeModule RopeMetric.swift
[52/306] Compiling _RopeModule RopeSummary.swift
[53/306] Compiling _RopeModule BigString+Equatable.swift
[54/306] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[55/306] Compiling _RopeModule BigString+Hashing.swift
[56/306] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[57/306] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[58/306] Compiling _RopeModule BigString+Sequence.swift
[59/306] Compiling _RopeModule BigString+TextOutputStream.swift
[60/313] Compiling _RopeModule BigString+CustomStringConvertible.swift
[67/313] Compiling _RopeModule Rope+Debugging.swift
[68/313] Compiling _RopeModule Rope+Invariants.swift
[69/313] Compiling _RopeModule Rope+_Node.swift
[70/313] Compiling _RopeModule BigString+Builder.swift
[71/313] Compiling _RopeModule BigString+Contents.swift
[72/313] Compiling _RopeModule BigString+Debugging.swift
[73/313] Compiling _RopeModule BigString+Index.swift
[74/320] Compiling DequeModule _DequeSlot.swift
[75/320] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/320] Compiling _RopeModule BigString+Chunk.swift
[77/320] Compiling _RopeModule BigString+BidirectionalCollection.swift
[78/320] Compiling _RopeModule BigString+UnicodeScalarView.swift
[79/320] Compiling _RopeModule BigSubstring+UTF16View.swift
[95/320] Compiling _RopeModule BigString+Ingester.swift
[96/320] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[97/320] Compiling _RopeModule BigString+Chunk+Breaks.swift
[112/320] Compiling _RopeModule _RopeItem.swift
[113/320] Compiling _RopeModule _RopePath.swift
[114/320] Compiling _RopeModule BigString+Append.swift
[115/320] Compiling _RopeModule BigString+Initializers.swift
[116/320] Compiling _RopeModule BigString+Insert.swift
[117/320] Compiling _RopeModule BigString+Managing Breaks.swift
[118/320] Compiling _RopeModule BigString+Invariants.swift
[119/320] Compiling _RopeModule BigString+Iterators.swift
[120/320] Compiling _RopeModule BigString+Metrics.swift
[121/320] Compiling _RopeModule BigString+Summary.swift
[122/320] Compiling _RopeModule BigString.swift
[123/320] Compiling _RopeModule BigString+Comparable.swift
[124/320] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[128/320] Emitting module BitCollections
[137/320] Emitting module DequeModule
[166/331] Compiling BitCollections BitSet.Index.swift
[167/331] Compiling BitCollections BitSet._UnsafeHandle.swift
[168/331] Compiling BitCollections BitSet.swift
[169/331] Compiling BitCollections Range+Utilities.swift
[170/331] Compiling BitCollections Slice+Utilities.swift
[171/331] Compiling BitCollections UInt+Tricks.swift
[172/331] Compiling BitCollections _Word.swift
[187/332] Compiling OrderedCollections OrderedSet.swift
[188/332] Compiling OrderedCollections _UnsafeBitset.swift
[192/332] Compiling _RopeModule Rope+Sequence.swift
[193/332] Compiling _RopeModule Rope+Append.swift
[194/332] Compiling _RopeModule Rope+Extract.swift
[195/332] Compiling _RopeModule Rope+Find.swift
[196/332] Compiling _RopeModule Rope+ForEachWhile.swift
[197/332] Compiling _RopeModule Rope+Insert.swift
[209/341] Compiling _RopeModule Rope+Join.swift
[210/341] Compiling _RopeModule Rope+MutatingForEach.swift
[211/341] Compiling _RopeModule Rope+Remove.swift
[212/341] Compiling _RopeModule Rope+RemoveSubrange.swift
[213/341] Compiling _RopeModule Rope+Split.swift
[214/341] Compiling _RopeModule Optional Utilities.swift
[215/341] Compiling _RopeModule String Utilities.swift
[216/341] Compiling _RopeModule String.Index+ABI.swift
[248/341] Compiling _RopeModule _CharacterRecognizer.swift
[249/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[250/341] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[251/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[252/341] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[253/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[254/341] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[255/341] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[256/341] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[257/341] Compiling HashTreeCollections TreeSet.swift
[258/341] Emitting module OrderedCollections
[293/342] Emitting module _RopeModule
[294/342] Emitting module HashTreeCollections
[345/346] Emitting module Collections
[346/346] Compiling Collections Collections.swift
[348/363] Compiling SwiftCBOR CBORInputStream.swift
[349/363] Compiling SwiftCBOR CBOROptions.swift
[350/365] Emitting module SwiftCBOR
[351/365] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[352/365] Compiling SwiftCBOR Util.swift
[353/365] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[354/365] Compiling SwiftCBOR UnkeyedEncodingContainer.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 CBOREncodable.swift
[360/365] Compiling SwiftCBOR CBOREncoder.swift
[361/365] Compiling SwiftCBOR AnyCodingKey.swift
[362/365] Compiling SwiftCBOR CBOR.swift
[363/365] Compiling SwiftCBOR CBORDecoder.swift
[364/365] Compiling SwiftCBOR CodableCBORDecoder.swift
[365/365] Compiling SwiftCBOR KeyedDecodingContainer.swift
Build complete! (71.17s)
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.