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, reference main (ef38ce), with Swift 6.0 for Linux on 30 Nov 2024 06:15:15 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/HTTPCoders.git
Reference: main
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/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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/happn-app/HTTPCoders.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/995] Fetching stream-reader
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.23s)
[1/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.06s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.5.2 (0.43s)
Fetching https://github.com/apple/swift-system.git
[1/3919] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.61s)
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.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
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
Building for debugging...
[0/8] Write sources
[6/8] Compiling CSystem shims.c
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/61] Emitting module SystemPackage
[10/64] Emitting module InternalCollectionsUtilities
[11/64] Compiling SystemPackage FileOperations.swift
[12/64] Compiling SystemPackage FilePath.swift
[13/64] Compiling SystemPackage FilePathComponentView.swift
[14/64] Compiling SystemPackage Util+StringArray.swift
[15/64] Compiling SystemPackage Util.swift
[16/64] Compiling SystemPackage UtilConsumers.swift
[20/66] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/66] Compiling SystemPackage MachPort.swift
[22/66] Compiling SystemPackage PlatformString.swift
[23/66] Compiling SystemPackage SystemString.swift
[24/66] Compiling InternalCollectionsUtilities UInt+reversed.swift
[25/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/66] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/66] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/66] Compiling InternalCollectionsUtilities Debugging.swift
[29/66] Compiling InternalCollectionsUtilities Descriptions.swift
[30/66] Compiling InternalCollectionsUtilities _SortedCollection.swift
[31/66] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/66] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/66] Compiling InternalCollectionsUtilities Specialize.swift
[35/66] Compiling InternalCollectionsUtilities Integer rank.swift
[36/66] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/66] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[42/66] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[44/122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[45/122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[46/122] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[47/122] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[48/122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[49/122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[50/122] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[51/122] Compiling OrderedCollections OrderedDictionary+Values.swift
[52/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[53/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[54/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[55/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[56/122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[57/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[58/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[59/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[61/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[62/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[63/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[65/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/132] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/132] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[68/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[69/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[70/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[71/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[72/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[73/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[74/132] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[75/139] Compiling OrderedCollections OrderedDictionary.swift
[76/139] Compiling OrderedCollections OrderedSet+Codable.swift
[77/139] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[78/139] Compiling OrderedCollections OrderedSet+Descriptions.swift
[79/139] Compiling OrderedCollections OrderedSet+Diffing.swift
[80/139] Compiling OrderedCollections OrderedSet+Equatable.swift
[81/139] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[82/139] Compiling OrderedCollections OrderedSet+Hashable.swift
[83/139] Emitting module StreamReader
[84/140] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[85/140] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[86/140] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[87/140] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[88/140] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[89/140] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[90/140] Emitting module FormURLEncodedCoder
[91/140] Compiling FormURLEncodedCoder FormURLEncodedData.swift
/host/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 | 		}
[92/140] Compiling OrderedCollections OrderedSet+Initializers.swift
[93/140] Compiling OrderedCollections OrderedSet+Insertions.swift
[94/140] Compiling OrderedCollections OrderedSet+Invariants.swift
[95/140] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[96/140] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[97/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[98/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[99/140] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[117/141] Compiling StreamReader DataReader.swift
[118/141] Compiling StreamReader GenericStreamReader.swift
[119/141] Compiling StreamReader Matching.swift
[120/141] Compiling StreamReader FileDescriptorReader.swift
[121/141] Compiling StreamReader FileHandleReader.swift
[122/141] Compiling OrderedCollections _HashTable+Constants.swift
[123/141] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[124/141] Compiling OrderedCollections _HashTable+Testing.swift
[125/141] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[126/141] Compiling OrderedCollections _HashTable.swift
[127/141] Compiling OrderedCollections _Hashtable+Header.swift
[128/141] Compiling StreamReader StreamReader.swift
[129/141] Compiling StreamReader StreamReaderErrors.swift
[130/141] Compiling StreamReader URLSessionStreamTaskReader.swift
[133/141] Compiling StreamReader InputStreamReader.swift
[135/142] Compiling OrderedCollections OrderedSet+Sendable.swift
[136/142] Compiling OrderedCollections OrderedSet+SubSequence.swift
[137/142] Compiling OrderedCollections OrderedSet+Testing.swift
[138/142] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[139/142] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[140/142] Compiling OrderedCollections OrderedSet.swift
[141/142] Compiling OrderedCollections _UnsafeBitset.swift
[142/142] Emitting module OrderedCollections
[144/162] Compiling FormDataCoder FormDataEncoder.UnkeyedContainer.swift
[145/162] Compiling FormDataCoder FormDataEncoder.swift
[146/162] Compiling FormDataCoder Storage.swift
[147/162] Compiling FormDataCoder MultipartPart.swift
[148/162] Compiling FormDataCoder MultipartPartConvertible.swift
[149/162] Compiling FormDataCoder FormDataEncoder.Encoder.swift
[150/162] Compiling FormDataCoder FormDataEncoder.KeyedContainer.swift
[151/162] Compiling FormDataCoder FormDataEncoder.SingleValueContainer.swift
[152/164] Compiling FormDataCoder FormDataEncodingErrors.swift
[153/164] Compiling FormDataCoder HTTPHeaders.swift
[154/164] Compiling FormDataCoder BasicCodingKey.swift
[155/164] Compiling FormDataCoder FormDataDecoder.Decoder.swift
[156/164] Compiling FormDataCoder FormDataDecoder.KeyedContainer.swift
[157/164] Emitting module FormDataCoder
[158/164] Compiling FormDataCoder MultipartFormData.swift
[159/164] Compiling FormDataCoder MultipartParser.swift
[160/164] Compiling FormDataCoder FormDataDecoder.SingleValueContainer.swift
[161/164] Compiling FormDataCoder FormDataDecoder.UnkeyedContainer.swift
[162/164] Compiling FormDataCoder FormDataDecoder.swift
[163/164] Compiling FormDataCoder MultipartSerializer.swift
[164/164] Compiling FormDataCoder Utilities.swift
Build complete! (21.10s)
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.5"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.