The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of HTTPCoders, reference main (ef38ce), with Swift 6.1 for Android on 28 May 2025 23:51:21 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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.63.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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/happn-app/HTTPCoders.git
https://github.com/happn-app/HTTPCoders.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
Fetching https://github.com/Frizlab/stream-reader.git
[1/1051] Fetching stream-reader
[1052/17642] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (1.33s)
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (1.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.71s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.6.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/37] Emitting module InternalCollectionsUtilities
[8/38] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[9/38] Compiling InternalCollectionsUtilities Debugging.swift
[10/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[12/38] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/38] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/38] Compiling InternalCollectionsUtilities Descriptions.swift
[15/38] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/38] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[17/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[18/38] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/38] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[21/38] Compiling InternalCollectionsUtilities Integer rank.swift
[23/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[24/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[25/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[26/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[27/94] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[28/94] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[29/94] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[30/94] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[31/94] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[32/94] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[33/94] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[34/94] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[35/94] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[36/94] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[37/94] Compiling OrderedCollections OrderedDictionary+Values.swift
[38/101] Compiling OrderedCollections OrderedDictionary.swift
[39/101] Compiling OrderedCollections OrderedSet+Codable.swift
[40/101] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[41/101] Compiling OrderedCollections OrderedSet+Descriptions.swift
[42/101] Compiling OrderedCollections OrderedSet+Diffing.swift
[43/101] Compiling OrderedCollections OrderedSet+Equatable.swift
[44/101] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[45/101] Compiling OrderedCollections OrderedSet+Hashable.swift
[46/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[47/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[48/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[49/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[50/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[51/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[52/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[53/101] Compiling OrderedCollections OrderedSet+Initializers.swift
[54/101] Compiling OrderedCollections OrderedSet+Insertions.swift
[55/101] Compiling OrderedCollections OrderedSet+Invariants.swift
[56/101] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[57/101] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[58/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[59/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[60/101] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[61/101] Compiling OrderedCollections OrderedSet+Sendable.swift
[62/101] Compiling OrderedCollections OrderedSet+SubSequence.swift
[63/101] Compiling OrderedCollections OrderedSet+Testing.swift
[64/101] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[65/101] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[66/101] Compiling OrderedCollections OrderedSet.swift
[67/101] Compiling OrderedCollections _UnsafeBitset.swift
[68/101] Compiling OrderedCollections OrderedDictionary+Codable.swift
[69/101] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[70/101] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[71/101] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[72/101] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[73/101] Compiling OrderedCollections OrderedDictionary+Elements.swift
[74/101] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[75/101] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[76/101] Compiling OrderedCollections _HashTable+Bucket.swift
[77/101] Compiling OrderedCollections _HashTable+BucketIterator.swift
[78/101] Compiling OrderedCollections _HashTable+Constants.swift
[79/101] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[80/101] Compiling OrderedCollections _HashTable+Testing.swift
[81/101] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[82/101] Compiling OrderedCollections _HashTable.swift
[83/101] Compiling OrderedCollections _Hashtable+Header.swift
[84/101] Emitting module OrderedCollections
[86/102] Compiling StreamReader GenericStreamReader.swift
[87/103] Compiling StreamReader URLSessionStreamTaskReader.swift
[88/103] Compiling StreamReader Matching.swift
[89/103] Compiling StreamReader StreamReader.swift
[90/103] Emitting module StreamReader
[91/103] Compiling StreamReader InputStreamReader.swift
[94/103] Compiling StreamReader DataReader.swift
[95/103] Compiling StreamReader StreamReaderErrors.swift
[96/104] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[97/104] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[98/104] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[99/104] 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 | 		}
[100/104] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[101/104] Emitting module FormURLEncodedCoder
[102/104] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[103/104] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[106/124] Emitting module FormDataCoder
[107/126] Compiling FormDataCoder FormDataEncodingErrors.swift
[108/126] Compiling FormDataCoder HTTPHeaders.swift
[109/126] Compiling FormDataCoder MultipartSerializer.swift
[110/126] Compiling FormDataCoder Utilities.swift
[111/126] Compiling FormDataCoder BasicCodingKey.swift
[112/126] Compiling FormDataCoder FormDataDecoder.Decoder.swift
[113/126] Compiling FormDataCoder FormDataDecoder.KeyedContainer.swift
[114/126] Compiling FormDataCoder MultipartPart.swift
[115/126] Compiling FormDataCoder MultipartPartConvertible.swift
[116/126] Compiling FormDataCoder FormDataEncoder.Encoder.swift
[117/126] Compiling FormDataCoder FormDataEncoder.KeyedContainer.swift
[118/126] Compiling FormDataCoder FormDataEncoder.SingleValueContainer.swift
[119/126] Compiling FormDataCoder FormDataDecoder.SingleValueContainer.swift
[120/126] Compiling FormDataCoder FormDataDecoder.UnkeyedContainer.swift
[121/126] Compiling FormDataCoder FormDataDecoder.swift
[122/126] Compiling FormDataCoder MultipartFormData.swift
[123/126] Compiling FormDataCoder MultipartParser.swift
[124/126] Compiling FormDataCoder FormDataEncoder.UnkeyedContainer.swift
[125/126] Compiling FormDataCoder FormDataEncoder.swift
[126/126] Compiling FormDataCoder Storage.swift
Build complete! (22.86s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.