Build Information
Failed to build HTTPCoders, reference main (49f599
), with Swift 6.1 for Wasm on 29 May 2025 08:13:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/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/Frizlab/HTTPCoders
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/HTTPCoders.git
https://github.com/Frizlab/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.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/1051] Fetching stream-reader
[895/17642] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.39s)
[830/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.73s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (2.34s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.12s)
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] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/38] Compiling StreamReader FileDescriptorReader.swift
[9/38] Compiling StreamReader FileHandleReader.swift
[10/38] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/38] Compiling InternalCollectionsUtilities Debugging.swift
[12/38] Compiling InternalCollectionsUtilities Descriptions.swift
[13/38] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/38] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/38] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/38] Emitting module InternalCollectionsUtilities
[18/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/38] Compiling InternalCollectionsUtilities Integer rank.swift
[20/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/94] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[24/94] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[25/94] Compiling StreamReader GenericStreamReader.swift
[26/95] Compiling StreamReader StreamReaderErrors.swift
[27/95] Compiling StreamReader StreamReader.swift
[28/95] Compiling StreamReader DataReader.swift
[29/95] Compiling StreamReader InputStreamReader.swift
[30/95] Compiling OrderedCollections _HashTable+Bucket.swift
[31/95] Compiling OrderedCollections _HashTable+BucketIterator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/95] Emitting module StreamReader
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/URLSessionStreamTaskReader.swift:16:1: error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
14 |
15 | @available(macOS 10.11, *)
16 | extension URLSessionStreamTask : GenericReadStream {
| `- error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
17 |
18 | public func read(_ buffer: UnsafeMutableRawPointer, maxLength len: Int) throws -> Int {
[33/95] Compiling StreamReader URLSessionStreamTaskReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/URLSessionStreamTaskReader.swift:16:1: error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
14 |
15 | @available(macOS 10.11, *)
16 | extension URLSessionStreamTask : GenericReadStream {
| `- error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
17 |
18 | public func read(_ buffer: UnsafeMutableRawPointer, maxLength len: Int) throws -> Int {
[34/95] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[35/95] 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 | }
[36/95] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[37/95] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[38/95] Emitting module FormURLEncodedCoder
[39/95] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[40/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[41/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[42/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[43/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[44/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[45/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[46/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[47/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/96] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/96] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/96] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[55/103] Compiling OrderedCollections OrderedSet+Initializers.swift
[56/103] Compiling OrderedCollections OrderedSet+Insertions.swift
[57/103] Compiling OrderedCollections OrderedSet+Invariants.swift
[58/103] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[59/103] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[60/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[61/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[62/103] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[63/103] Compiling StreamReader Matching.swift
[64/103] Compiling OrderedCollections OrderedDictionary+Codable.swift
[65/103] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[66/103] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[67/103] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[68/103] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[69/103] Compiling OrderedCollections OrderedDictionary+Elements.swift
[70/103] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[71/103] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[72/103] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[73/103] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[74/103] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[75/103] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[76/103] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[77/103] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[78/103] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[79/103] Compiling OrderedCollections OrderedDictionary+Values.swift
[80/103] Compiling OrderedCollections OrderedDictionary.swift
[81/103] Compiling OrderedCollections OrderedSet+Codable.swift
[82/103] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[83/103] Compiling OrderedCollections OrderedSet+Descriptions.swift
[84/103] Compiling OrderedCollections OrderedSet+Diffing.swift
[85/103] Compiling OrderedCollections OrderedSet+Equatable.swift
[86/103] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[87/103] Compiling OrderedCollections OrderedSet+Hashable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/32] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[3/32] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[4/33] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/33] Compiling InternalCollectionsUtilities Debugging.swift
[6/33] Compiling InternalCollectionsUtilities Descriptions.swift
[7/33] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/33] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[9/33] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[10/33] 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 | }
[11/33] Emitting module FormURLEncodedCoder
[12/33] Compiling StreamReader DataReader.swift
[13/34] Compiling StreamReader URLSessionStreamTaskReader.swift
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/URLSessionStreamTaskReader.swift:16:1: error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
14 |
15 | @available(macOS 10.11, *)
16 | extension URLSessionStreamTask : GenericReadStream {
| `- error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
17 |
18 | public func read(_ buffer: UnsafeMutableRawPointer, maxLength len: Int) throws -> Int {
[14/34] Compiling StreamReader InputStreamReader.swift
[15/34] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[16/34] Compiling InternalCollectionsUtilities Integer rank.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/34] Emitting module StreamReader
/host/spi-builder-workspace/.build/checkouts/stream-reader/Sources/StreamReader/Conveniences/URLSessionStreamTaskReader.swift:16:1: error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
14 |
15 | @available(macOS 10.11, *)
16 | extension URLSessionStreamTask : GenericReadStream {
| `- error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended
17 |
18 | public func read(_ buffer: UnsafeMutableRawPointer, maxLength len: Int) throws -> Int {
[18/34] Compiling StreamReader StreamReader.swift
[19/34] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[20/34] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[21/34] Emitting module InternalCollectionsUtilities
[22/34] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/34] Compiling InternalCollectionsUtilities _SortedCollection.swift
[24/34] Compiling StreamReader StreamReaderErrors.swift
[25/34] Compiling StreamReader GenericStreamReader.swift
[26/34] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[29/34] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/34] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/34] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[33/34] Compiling StreamReader Matching.swift
BUILD FAILURE 6.1 wasm