This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 6.0 for macOS (SPM).

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/HTTPCoders.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/happn-app/HTTPCoders
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ef38cec Add a Readme
Cloned https://github.com/happn-app/HTTPCoders.git
Revision (git rev-parse @):
ef38cec9debac9690ad1ff00ae2b19694266c799
SUCCESS checkout https://github.com/happn-app/HTTPCoders.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/happn-app/HTTPCoders.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-6F35C1178C84523A.txt
[6/69] Compiling OrderedCollections OrderedSet+Codable.swift
[7/69] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[8/69] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[9/69] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[10/69] Compiling OrderedCollections OrderedSet+Diffing.swift
[11/74] Compiling OrderedCollections _HashTable+Bucket.swift
[12/74] Compiling OrderedCollections _HashTable+BucketIterator.swift
[13/74] Compiling OrderedCollections _HashTable+Constants.swift
[14/74] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[15/74] Compiling OrderedCollections _HashTable+Testing.swift
[16/74] Emitting module OrderedCollections
[17/74] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[18/74] Compiling OrderedCollections _HashTable.swift
[19/74] Compiling OrderedCollections _Hashtable+Header.swift
[20/74] Compiling OrderedCollections OrderedDictionary+Codable.swift
[21/74] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[22/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[23/74] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[24/74] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[25/74] Compiling OrderedCollections OrderedSet+SubSequence.swift
[26/74] Compiling OrderedCollections OrderedSet+Testing.swift
[27/74] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[28/74] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[29/74] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[30/74] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[31/74] Compiling OrderedCollections OrderedDictionary+Elements.swift
[32/74] Compiling OrderedCollections OrderedSet+Equatable.swift
[33/74] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[34/74] Compiling OrderedCollections OrderedSet+Hashable.swift
[35/74] Compiling OrderedCollections OrderedSet+Initializers.swift
[36/74] Compiling OrderedCollections OrderedSet+Insertions.swift
[37/74] Compiling OrderedCollections OrderedSet+Invariants.swift
[38/74] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[39/74] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[40/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[41/74] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[42/74] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[43/74] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[44/74] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[45/74] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[46/74] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[47/74] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[48/74] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[49/74] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[50/74] Compiling OrderedCollections OrderedDictionary+Values.swift
[51/74] Compiling OrderedCollections OrderedDictionary.swift
[52/74] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[53/74] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[54/74] Compiling OrderedCollections OrderedSet.swift
[55/74] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[56/74] Compiling OrderedCollections _UnsafeBitset.swift
[57/74] Compiling StreamReader Matching.swift
[58/74] Compiling StreamReader FileHandleReader.swift
[59/74] Compiling StreamReader URLSessionStreamTaskReader.swift
[60/74] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[61/74] Compiling FormURLEncodedCoder FormURLEncodedData.swift
/Users/admin/builder/spi-builder-workspace/Sources/FormURLEncodedCoder/FormURLEncodedData.swift:81:10: warning: TODO
 79 | 			try self.asUrlDecoded().hash(into: &into)
 80 | 		} catch {
 81 | #warning("TODO")
    |          `- warning: TODO
 82 | //			Logger(label: "codes.vapor.url").report(error: error)
 83 | 		}
[62/74] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[63/74] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[64/74] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[65/74] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[66/74] Emitting module StreamReader
[67/74] Compiling StreamReader InputStreamReader.swift
[68/74] Compiling StreamReader FileDescriptorReader.swift
[69/74] Compiling StreamReader StreamReader.swift
[70/74] Compiling StreamReader StreamReaderErrors.swift
[71/74] Compiling StreamReader GenericStreamReader.swift
[72/74] Compiling StreamReader DataReader.swift
[73/74] Emitting module FormURLEncodedCoder
[74/74] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[75/93] Compiling FormDataCoder FormDataEncoder.swift
[76/93] Compiling FormDataCoder Storage.swift
[77/95] Compiling FormDataCoder FormDataEncodingErrors.swift
[78/95] Compiling FormDataCoder HTTPHeaders.swift
[79/95] Compiling FormDataCoder FormDataEncoder.Encoder.swift
[80/95] Compiling FormDataCoder FormDataEncoder.KeyedContainer.swift
[81/95] Compiling FormDataCoder MultipartPart.swift
[82/95] Compiling FormDataCoder MultipartPartConvertible.swift
[83/95] Compiling FormDataCoder FormDataDecoder.UnkeyedContainer.swift
[84/95] Compiling FormDataCoder FormDataDecoder.swift
[85/95] Compiling FormDataCoder FormDataDecoder.KeyedContainer.swift
[86/95] Compiling FormDataCoder FormDataDecoder.SingleValueContainer.swift
[87/95] Compiling FormDataCoder MultipartFormData.swift
[88/95] Compiling FormDataCoder MultipartParser.swift
[89/95] Compiling FormDataCoder FormDataEncoder.SingleValueContainer.swift
[90/95] Compiling FormDataCoder FormDataEncoder.UnkeyedContainer.swift
[91/95] Compiling FormDataCoder BasicCodingKey.swift
[92/95] Compiling FormDataCoder FormDataDecoder.Decoder.swift
[93/95] Emitting module FormDataCoder
[94/95] Compiling FormDataCoder MultipartSerializer.swift
[95/95] Compiling FormDataCoder Utilities.swift
Build complete! (28.05s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/995] Fetching stream-reader
[907/15024] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (1.91s)
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.5.0 (0.71s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.3 (0.73s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.3
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.0
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" : "/Users/admin/builder/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.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.