The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of HTTPCoders with Swift 5.10 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/HTTPCoders.git
Reference: 0.1.3
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/Frizlab/HTTPCoders
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 49f599a Update dependencies and enable strict concurrency checks
Cloned https://github.com/Frizlab/HTTPCoders.git
Revision (git rev-parse @):
49f599a83f9b4b986d0e49ccf73d51b0d3ae618f
SUCCESS checkout https://github.com/Frizlab/HTTPCoders.git at 0.1.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/Frizlab/HTTPCoders.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/995] Fetching stream-reader
[996/14794] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.92s)
Fetched https://github.com/apple/swift-collections.git from cache (0.94s)
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.5.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.0
Updating https://github.com/apple/swift-collections.git
Updating https://github.com/Frizlab/stream-reader.git
Updated https://github.com/Frizlab/stream-reader.git (0.29s)
Updated https://github.com/apple/swift-collections.git (0.29s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.5.2 (0.85s)
Fetching https://github.com/apple/swift-system.git
[1/3179] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.38s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
Building for debugging...
[0/8] Write sources
[6/8] Write swift-version-24593BA9C3E375BF.txt
[6/8] Compiling CSystem shims.c
[9/54] Emitting module SystemPackage
[10/56] Compiling _CollectionsUtilities Specialize.swift
[11/56] Compiling SystemPackage SystemString.swift
[12/56] Compiling _CollectionsUtilities Debugging.swift
[13/56] Compiling _CollectionsUtilities Descriptions.swift
[14/56] Compiling _CollectionsUtilities RandomAccessCollection+Offsets.swift
[16/58] Compiling _CollectionsUtilities UInt+reversed.swift
[17/58] Compiling _CollectionsUtilities _UnsafeBitSet+Index.swift
[18/58] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[19/58] Compiling _CollectionsUtilities _UnsafeBitSet.swift
[20/58] Compiling _CollectionsUtilities _SortedCollection.swift
[21/58] Compiling _CollectionsUtilities _UniqueCollection.swift
[22/58] Compiling _CollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/58] Compiling _CollectionsUtilities Integer rank.swift
[24/58] Compiling _CollectionsUtilities UInt+first and last set bit.swift
[25/58] Compiling SystemPackage Util.swift
[26/58] Emitting module _CollectionsUtilities
[27/58] Compiling SystemPackage UtilConsumers.swift
[28/58] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/58] Compiling _CollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/58] Compiling _CollectionsUtilities UnsafeRawPointer extensions.swift
[40/58] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[41/58] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/114] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[44/114] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
/host/spi-builder-workspace/Sources/FormURLEncodedCoder/FormURLEncodedSerializer.swift:111:13: warning: let '_allowedCharacters' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let _allowedCharacters: CharacterSet = {
            ^
[45/114] Compiling OrderedCollections OrderedSet+Insertions.swift
[46/114] Compiling OrderedCollections OrderedSet+Invariants.swift
[47/114] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[48/114] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[49/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[50/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[51/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[52/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[53/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[54/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[58/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[59/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[60/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[62/122] Compiling FormURLEncodedCoder FormURLEncodedData.swift
/host/spi-builder-workspace/Sources/FormURLEncodedCoder/FormURLEncodedData.swift:81:10: warning: TODO
#warning("TODO")
         ^~~~~~
[63/122] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[64/122] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[65/122] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[66/122] Emitting module FormURLEncodedCoder
/host/spi-builder-workspace/Sources/FormURLEncodedCoder/FormURLEncodedSerializer.swift:111:13: warning: let '_allowedCharacters' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
private let _allowedCharacters: CharacterSet = {
            ^
[67/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[68/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[69/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[70/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[71/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[72/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[73/129] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/131] Compiling OrderedCollections OrderedDictionary.swift
[75/131] Compiling OrderedCollections OrderedSet+Codable.swift
[76/131] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[77/131] Compiling OrderedCollections OrderedSet+Descriptions.swift
[78/131] Compiling OrderedCollections OrderedSet+Diffing.swift
[79/131] Compiling OrderedCollections OrderedSet+Equatable.swift
[80/131] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[81/131] Compiling OrderedCollections OrderedSet+Hashable.swift
[82/131] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[83/132] Compiling OrderedCollections OrderedSet+Initializers.swift
[90/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[92/132] Compiling StreamReader InputStreamReader.swift
[93/133] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[94/133] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[95/133] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[96/133] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[97/133] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[98/133] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[99/133] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[100/133] Compiling OrderedCollections OrderedDictionary+Values.swift
[101/133] Emitting module StreamReader
[102/133] Compiling StreamReader FileDescriptorReader.swift
[103/133] Compiling StreamReader FileHandleReader.swift
[104/133] Compiling OrderedCollections OrderedDictionary+Codable.swift
[105/133] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[106/133] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[107/133] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[108/133] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[109/133] Compiling OrderedCollections OrderedDictionary+Elements.swift
[110/133] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[111/133] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[112/133] Compiling StreamReader URLSessionStreamTaskReader.swift
[113/133] Compiling StreamReader Matching.swift
[114/133] Compiling StreamReader StreamReader.swift
[115/133] Compiling StreamReader DataReader.swift
[116/133] Compiling StreamReader GenericStreamReader.swift
[117/133] Compiling StreamReader StreamReaderErrors.swift
[120/134] Compiling OrderedCollections _HashTable+Constants.swift
[121/134] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[122/134] Compiling OrderedCollections _HashTable+Testing.swift
[123/134] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[124/134] Compiling OrderedCollections _HashTable.swift
[125/134] Compiling OrderedCollections _Hashtable+Header.swift
[127/134] Compiling OrderedCollections OrderedSet+Sendable.swift
[128/134] Compiling OrderedCollections OrderedSet+SubSequence.swift
[129/134] Compiling OrderedCollections OrderedSet+Testing.swift
[130/134] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[131/134] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[132/134] Compiling OrderedCollections OrderedSet.swift
[133/134] Compiling OrderedCollections _UnsafeBitset.swift
[134/134] Emitting module OrderedCollections
[136/154] Compiling FormDataCoder FormDataEncoder.Encoder.swift
[137/154] Compiling FormDataCoder FormDataEncoder.KeyedContainer.swift
[138/154] Compiling FormDataCoder FormDataEncoder.SingleValueContainer.swift
[139/156] Compiling FormDataCoder FormDataDecoder.SingleValueContainer.swift
[140/156] Compiling FormDataCoder FormDataDecoder.UnkeyedContainer.swift
[141/156] Compiling FormDataCoder FormDataDecoder.swift
[142/156] Emitting module FormDataCoder
[143/156] Compiling FormDataCoder BasicCodingKey.swift
[144/156] Compiling FormDataCoder FormDataDecoder.Decoder.swift
[145/156] Compiling FormDataCoder FormDataDecoder.KeyedContainer.swift
[146/156] Compiling FormDataCoder MultipartPart.swift
[147/156] Compiling FormDataCoder MultipartPartConvertible.swift
[148/156] Compiling FormDataCoder FormDataEncoder.UnkeyedContainer.swift
[149/156] Compiling FormDataCoder FormDataEncoder.swift
[150/156] Compiling FormDataCoder Storage.swift
[151/156] Compiling FormDataCoder FormDataEncodingErrors.swift
[152/156] Compiling FormDataCoder HTTPHeaders.swift
[153/156] Compiling FormDataCoder MultipartFormData.swift
[154/156] Compiling FormDataCoder MultipartParser.swift
[155/156] Compiling FormDataCoder MultipartSerializer.swift
[156/156] Compiling FormDataCoder Utilities.swift
Build complete! (15.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/stream-reader.git"
    }
  ],
  "manifest_display_name" : "HTTPCoders",
  "name" : "HTTPCoders",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FormDataCoder",
      "targets" : [
        "FormDataCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FormURLEncodedCoder",
      "targets" : [
        "FormURLEncodedCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FormURLEncodedCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "FormURLEncodedCoderTests",
      "path" : "Tests/FormURLEncodedCoderTests",
      "sources" : [
        "FormURLEncodedEncodingTests.swift"
      ],
      "target_dependencies" : [
        "FormURLEncodedCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FormURLEncodedCoder",
      "module_type" : "SwiftTarget",
      "name" : "FormURLEncodedCoder",
      "path" : "Sources/FormURLEncodedCoder",
      "product_memberships" : [
        "FormURLEncodedCoder"
      ],
      "sources" : [
        "Decoder/FormURLEncodedDecoder.swift",
        "Encoder/FormURLEncodedEncoder.swift",
        "FormURLEncodedData.swift",
        "FormURLEncodedEncodingErrors.swift",
        "FormURLEncodedParser.swift",
        "FormURLEncodedSerializer.swift",
        "URLQueryFragmentConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FormDataCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "FormDataCoderTests",
      "path" : "Tests/FormDataCoderTests",
      "sources" : [
        "FormDataEncoderTests.swift"
      ],
      "target_dependencies" : [
        "FormDataCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FormDataCoder",
      "module_type" : "SwiftTarget",
      "name" : "FormDataCoder",
      "path" : "Sources/FormDataCoder",
      "product_dependencies" : [
        "OrderedCollections",
        "StreamReader"
      ],
      "product_memberships" : [
        "FormDataCoder"
      ],
      "sources" : [
        "BasicCodingKey.swift",
        "Decoder/FormDataDecoder.Decoder.swift",
        "Decoder/FormDataDecoder.KeyedContainer.swift",
        "Decoder/FormDataDecoder.SingleValueContainer.swift",
        "Decoder/FormDataDecoder.UnkeyedContainer.swift",
        "Decoder/FormDataDecoder.swift",
        "Encoder/FormDataEncoder.Encoder.swift",
        "Encoder/FormDataEncoder.KeyedContainer.swift",
        "Encoder/FormDataEncoder.SingleValueContainer.swift",
        "Encoder/FormDataEncoder.UnkeyedContainer.swift",
        "Encoder/FormDataEncoder.swift",
        "Encoder/Storage.swift",
        "FormDataEncodingErrors.swift",
        "HTTPHeaders.swift",
        "MultipartFormData.swift",
        "MultipartParser.swift",
        "MultipartPart.swift",
        "MultipartPartConvertible.swift",
        "MultipartSerializer.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.