The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCBOR, reference master (a663e7), with Swift 6.1 for Linux on 23 Jan 2026 13:45:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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

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:         linux
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-3":/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:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.48s)
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 UnsafeMutableRawBufferPointer+Extras.swift
[13/28] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[14/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[15/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[16/28] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/28] Compiling InternalCollectionsUtilities Integer rank.swift
[20/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/28] Compiling InternalCollectionsUtilities Debugging.swift
[22/28] Compiling InternalCollectionsUtilities Descriptions.swift
[23/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[24/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[25/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[27/28] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[28/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[30/303] Compiling OrderedCollections _HashTable+Constants.swift
[31/303] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[32/303] Compiling OrderedCollections _HashTable+Testing.swift
[33/303] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[34/305] Compiling HeapModule Heap.swift
[35/305] Compiling HeapModule _HeapNode.swift
[36/305] Compiling HeapModule Heap+Invariants.swift
[37/305] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/305] Compiling HeapModule Heap+Descriptions.swift
[39/305] Compiling HeapModule Heap+UnsafeHandle.swift
[40/305] Compiling OrderedCollections _HashTable+Bucket.swift
[41/305] Compiling OrderedCollections _HashTable+BucketIterator.swift
[42/305] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[43/305] Compiling OrderedCollections OrderedDictionary+Elements.swift
[44/305] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[45/305] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[46/305] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[47/305] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[48/305] Emitting module BitCollections
[49/312] Emitting module HeapModule
[56/313] Compiling DequeModule _DequeSlot.swift
[58/313] Compiling HashTreeCollections TreeSet+Hashable.swift
[59/313] Compiling HashTreeCollections TreeSet+Sendable.swift
[60/313] Compiling HashTreeCollections TreeSet+Sequence.swift
[61/313] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[62/313] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[63/313] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[64/313] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[65/313] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[66/313] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[67/313] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[68/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[69/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[70/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[71/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[72/319] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/319] Compiling BitCollections BitSet.Index.swift
[74/319] Compiling BitCollections BitSet._UnsafeHandle.swift
[75/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[76/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[77/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[78/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[79/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[80/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[81/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[82/330] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/330] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[90/330] Compiling DequeModule _UnsafeWrappedBuffer.swift
[91/330] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[92/330] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/330] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[94/330] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[95/330] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[96/330] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[97/330] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[100/330] Compiling OrderedCollections OrderedDictionary+Values.swift
[101/330] Compiling OrderedCollections OrderedSet+Initializers.swift
[102/330] Compiling OrderedCollections OrderedSet+Insertions.swift
[103/330] Compiling OrderedCollections OrderedSet+Invariants.swift
[104/330] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[105/330] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[106/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[107/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[108/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[109/330] Compiling OrderedCollections OrderedDictionary.swift
[110/330] Compiling OrderedCollections OrderedSet+Codable.swift
[111/330] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[112/330] Compiling OrderedCollections OrderedSet+Descriptions.swift
[113/330] Compiling OrderedCollections OrderedSet+Diffing.swift
[126/330] Compiling OrderedCollections OrderedSet+Equatable.swift
[127/330] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[128/330] Compiling OrderedCollections OrderedSet+Hashable.swift
[149/330] Compiling OrderedCollections OrderedSet+Sendable.swift
[150/330] Compiling OrderedCollections OrderedSet+SubSequence.swift
[151/330] Compiling OrderedCollections OrderedSet+Testing.swift
[152/330] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[153/330] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[154/330] Compiling OrderedCollections OrderedSet.swift
[155/330] Compiling OrderedCollections _UnsafeBitset.swift
[156/330] Compiling HashTreeCollections TreeSet+Equatable.swift
[157/330] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[158/330] Compiling HashTreeCollections TreeSet+Extras.swift
[159/330] Compiling HashTreeCollections TreeSet+Filter.swift
[168/330] Emitting module DequeModule
[170/331] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[171/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[172/331] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[173/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[174/331] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[175/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[176/331] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[177/331] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[178/331] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[179/331] Compiling HashTreeCollections TreeSet.swift
[279/341] Emitting module OrderedCollections
[281/342] Emitting module _RopeModule
[304/342] Compiling _RopeModule Rope+Join.swift
[305/342] Compiling _RopeModule Rope+MutatingForEach.swift
[306/342] Compiling _RopeModule Rope+Remove.swift
[307/342] Compiling _RopeModule Rope+RemoveSubrange.swift
[308/342] Compiling _RopeModule Rope+Split.swift
[309/342] Compiling _RopeModule Optional Utilities.swift
[310/342] Compiling _RopeModule String Utilities.swift
[311/342] Compiling _RopeModule String.Index+ABI.swift
[312/342] Compiling _RopeModule _CharacterRecognizer.swift
[313/342] Emitting module HashTreeCollections
[345/346] Compiling Collections Collections.swift
[346/346] Emitting module Collections
[348/363] Compiling SwiftCBOR CBORInputStream.swift
[349/363] Compiling SwiftCBOR CBOROptions.swift
[350/365] Compiling SwiftCBOR FixedWidthInteger+Bytes.swift
[351/365] Compiling SwiftCBOR Util.swift
[352/365] Compiling SwiftCBOR AnyCodingKey.swift
[353/365] Compiling SwiftCBOR CBOR.swift
[354/365] Compiling SwiftCBOR CBORDecoder.swift
[355/365] Compiling SwiftCBOR CBOREncodable.swift
[356/365] Compiling SwiftCBOR CBOREncoder.swift
[357/365] Emitting module SwiftCBOR
[358/365] Compiling SwiftCBOR CodableCBOREncoder.swift
[359/365] Compiling SwiftCBOR KeyedEncodingContainer.swift
[360/365] Compiling SwiftCBOR SingleValueEncodingContainer.swift
[361/365] Compiling SwiftCBOR UnkeyedEncodingContainer.swift
[362/365] Compiling SwiftCBOR CodableCBORDecoder.swift
[363/365] Compiling SwiftCBOR KeyedDecodingContainer.swift
[364/365] Compiling SwiftCBOR SingleValueDecodingContainer.swift
[365/365] Compiling SwiftCBOR UnkeyedDecodingContainer.swift
Build complete! (75.84s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:5a651828b24304580408903d9e8c129215b04dc69edd6058f3847d01e034cce9
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.