Build Information
Failed to build HTTPCoders, reference 0.1.3 (49f599), with Swift 6.3 for Wasm on 14 Apr 2026 12:13:43 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Frizlab/HTTPCoders.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/Frizlab/stream-reader.git
[1/1051] Fetching stream-reader
[1052/24588] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.79s)
[1883/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.20s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (2.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.59s)
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
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/41] Compiling InternalCollectionsUtilities Integer rank.swift
[8/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[9/41] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/43] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[11/43] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/43] Compiling InternalCollectionsUtilities Span+Extras.swift
[13/43] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/43] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/43] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/43] Compiling InternalCollectionsUtilities String+Padding.swift
[18/43] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[19/43] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[20/43] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[21/43] Compiling InternalCollectionsUtilities _SortedCollection.swift
[22/43] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[23/43] Compiling InternalCollectionsUtilities Debugging.swift
[24/43] Compiling InternalCollectionsUtilities Descriptions.swift
[25/43] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/43] Emitting module InternalCollectionsUtilities
[28/99] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[29/99] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[30/99] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[31/99] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[32/99] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[33/99] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[34/99] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[35/99] Compiling OrderedCollections OrderedDictionary+Values.swift
[36/106] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[37/106] 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 [#NominalTypes]
14 |
15 | @available(macOS 10.11, *)
16 | extension URLSessionStreamTask : GenericReadStream {
| `- error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended [#NominalTypes]
17 |
18 | public func read(_ buffer: UnsafeMutableRawPointer, maxLength len: Int) throws -> Int {
[#NominalTypes]: <https://docs.swift.org/compiler/documentation/diagnostics/nominal-types>
[38/107] Compiling StreamReader StreamReaderErrors.swift
[39/107] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[40/107] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/107] 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 [#NominalTypes]
14 |
15 | @available(macOS 10.11, *)
16 | extension URLSessionStreamTask : GenericReadStream {
| `- error: non-nominal type 'URLSessionStreamTask' (aka 'AnyObject') cannot be extended [#NominalTypes]
17 |
18 | public func read(_ buffer: UnsafeMutableRawPointer, maxLength len: Int) throws -> Int {
[#NominalTypes]: <https://docs.swift.org/compiler/documentation/diagnostics/nominal-types>
[42/107] Compiling OrderedCollections OrderedDictionary+Codable.swift
[43/107] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[44/107] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[45/107] Compiling OrderedCollections OrderedSet+Initializers.swift
[46/107] Compiling OrderedCollections OrderedSet+Insertions.swift
[47/107] Compiling OrderedCollections OrderedSet+Invariants.swift
[48/107] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[49/107] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[50/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[51/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[52/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[53/107] 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 | }
[54/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[55/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[56/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[57/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[58/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[59/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[60/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[61/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[62/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[63/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[64/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[65/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[66/107] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[67/107] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[68/107] Compiling StreamReader DataReader.swift
[69/107] Compiling StreamReader GenericStreamReader.swift
[70/107] Compiling StreamReader InputStreamReader.swift
[71/107] Compiling StreamReader StreamReader.swift
[72/107] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[73/107] Compiling StreamReader Matching.swift
[74/107] Emitting module FormURLEncodedCoder
[75/107] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[77/108] Compiling OrderedCollections OrderedDictionary.swift
[78/108] Compiling OrderedCollections OrderedSet+Codable.swift
[79/108] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[80/108] Compiling OrderedCollections OrderedSet+Descriptions.swift
[81/108] Compiling OrderedCollections OrderedSet+Diffing.swift
[82/108] Compiling OrderedCollections OrderedSet+Equatable.swift
[83/108] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[84/108] Compiling OrderedCollections OrderedSet+Hashable.swift
[85/108] Compiling OrderedCollections OrderedSet+Sendable.swift
[86/108] Compiling OrderedCollections OrderedSet+SubSequence.swift
[87/108] Compiling OrderedCollections OrderedSet+Testing.swift
[88/108] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[89/108] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[90/108] Compiling OrderedCollections OrderedSet.swift
[91/108] Compiling OrderedCollections _UnsafeBitset.swift
[94/108] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[95/108] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[96/108] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[97/108] Compiling OrderedCollections OrderedDictionary+Elements.swift
[98/108] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[99/108] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[100/108] Compiling OrderedCollections _HashTable+Bucket.swift
[101/108] Compiling OrderedCollections _HashTable+BucketIterator.swift
[102/108] Compiling OrderedCollections _HashTable+Constants.swift
[103/108] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[104/108] Compiling OrderedCollections _HashTable+Testing.swift
[105/108] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[106/108] Compiling OrderedCollections _HashTable.swift
[107/108] Compiling OrderedCollections _Hashtable+Header.swift
[108/108] Emitting module OrderedCollections
BUILD FAILURE 6.3 wasm