Build Information
Failed to build URLRequestOperation, reference main (d2a0a8
), with Swift 6.1 for Wasm on 28 May 2025 23:47:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/URLRequestOperation.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/URLRequestOperation
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d2a0a89 Use latest prod version of SemiSingleton
Cloned https://github.com/Frizlab/URLRequestOperation.git
Revision (git rev-parse @):
d2a0a897eb9801e9ba51db7c22cc0472ed1219ee
SUCCESS checkout https://github.com/Frizlab/URLRequestOperation.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Frizlab/URLRequestOperation.git
https://github.com/Frizlab/URLRequestOperation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "globalconfmodule",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/GlobalConfModule.git"
},
{
"identity" : "httpcoders",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/HTTPCoders.git"
},
{
"identity" : "retryingoperation",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/RetryingOperation.git"
},
{
"identity" : "safeglobal",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/SafeGlobal.git"
},
{
"identity" : "semisingleton",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Frizlab/SemiSingleton.git"
}
],
"manifest_display_name" : "URLRequestOperation",
"name" : "URLRequestOperation",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "MediaType",
"targets" : [
"MediaType"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLRequestOperation",
"targets" : [
"URLRequestOperation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "URLRequestOperationManualTest",
"targets" : [
"URLRequestOperationManualTest"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "URLRequestOperationTests",
"module_type" : "SwiftTarget",
"name" : "URLRequestOperationTests",
"path" : "Tests/URLRequestOperationTests",
"sources" : [
"IPUtilsTests.swift",
"ReachabilityTests.swift",
"URLRequestOperationTests.swift"
],
"target_dependencies" : [
"URLRequestOperation"
],
"type" : "test"
},
{
"c99name" : "URLRequestOperationManualTest",
"module_type" : "SwiftTarget",
"name" : "URLRequestOperationManualTest",
"path" : "Sources/URLRequestOperationManualTest",
"product_memberships" : [
"URLRequestOperationManualTest"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"URLRequestOperation"
],
"type" : "executable"
},
{
"c99name" : "URLRequestOperation",
"module_type" : "SwiftTarget",
"name" : "URLRequestOperation",
"path" : "Sources/URLRequestOperation",
"product_dependencies" : [
"FormURLEncodedCoder",
"GlobalConfModule",
"Logging",
"RetryingOperation",
"SafeGlobal",
"SemiSingleton"
],
"product_memberships" : [
"URLRequestOperation",
"URLRequestOperationManualTest"
],
"sources" : [
"Glue/BlockDispatcher.swift",
"Glue/HTTPContentCoder+FormURLEncodedEncoding.swift",
"Glue/HTTPContentCoder+JSON.swift",
"Glue/HTTPContentCoder.swift",
"Glue/HTTPURLResponse+Utils.swift",
"Glue/LinuxWeakToWeakMapTable.swift",
"Glue/LogMetadataKeys.swift",
"Glue/NSLock+Linux.swift",
"Glue/Result+Utils.swift",
"Glue/RetryCountsHolder.swift",
"Glue/String+Utils.swift",
"Glue/URL+Utils.swift",
"Glue/URLQueryCoder+HTTPContentCoder+FormURLEncodedEncoding.swift",
"Glue/URLQueryCoder.swift",
"Glue/URLRequest+Utils.swift",
"Glue/URLSession+Linux.swift",
"Operations/Helper Protocols/RequestProcessor.swift",
"Operations/Helper Protocols/ResultProcessor.swift",
"Operations/Helper Protocols/RetryProvider.swift",
"Operations/Helper Protocols/URLResponseValidator.swift",
"Operations/Helpers/Request Processors/AsyncBlockRequestProcessor.swift",
"Operations/Helpers/Request Processors/BlockRequestProcessor.swift",
"Operations/Helpers/Result Processors/AnyResultProcessor.swift",
"Operations/Helpers/Result Processors/DecodeDataResultProcessor.swift",
"Operations/Helpers/Result Processors/DecodeHTTPContentResultProcessor.swift",
"Operations/Helpers/Result Processors/HTTPStatusCodeCheckResultProcessor.swift",
"Operations/Helpers/Result Processors/RecoverHTTPStatusCodeCheckErrorResultProcessor.swift",
"Operations/Helpers/Result Processors/URLMoveResultProcessor.swift",
"Operations/Helpers/Result Processors/URLToFileHandleResultProcessor.swift",
"Operations/Helpers/Retry Helpers/OtherSuccessRetryHelper.swift",
"Operations/Helpers/Retry Helpers/ReachabilityRetryHelper.swift",
"Operations/Helpers/Retry Providers/NetworkErrorRetryProvider.swift",
"Operations/Helpers/Retry Providers/UnretriedErrorsRetryProvider.swift",
"Operations/Helpers/URL Response Validators/HTTPStatusCodeURLResponseValidator.swift",
"Operations/URLRequestDataOperation+APIs-TypedError.swift",
"Operations/URLRequestDataOperation+APIs-UntypedError.swift",
"Operations/URLRequestDataOperation+Data.swift",
"Operations/URLRequestDataOperation+Images.swift",
"Operations/URLRequestDataOperation+String.swift",
"Operations/URLRequestDataOperation.swift",
"Operations/URLRequestDownloadOperation+Open.swift",
"Operations/URLRequestDownloadOperation+Save.swift",
"Operations/URLRequestDownloadOperation.swift",
"Operations/URLRequestStreamOperation.swift",
"Public Session Delegate/URLRequestOperationSessionDelegate.swift",
"Public Session Delegate/URLRequestOperationSessionDelegateProxy.swift",
"Public Session Delegate/URLSessionDelegates.swift",
"Reachability/NotifNameGetter.swift",
"Reachability/ReachabilityObserver.swift",
"Reachability/ReachabilitySubscriber.swift",
"Reachability/SockaddrWrapper.swift",
"URLRequestOperation.swift",
"URLRequestOperationConfig.swift",
"URLRequestOperationErrors.swift",
"URLRequestOperationResult.swift"
],
"target_dependencies" : [
"MediaType"
],
"type" : "library"
},
{
"c99name" : "MediaTypeTests",
"module_type" : "SwiftTarget",
"name" : "MediaTypeTests",
"path" : "Tests/MediaTypeTests",
"sources" : [
"MediaTypeTests.swift"
],
"target_dependencies" : [
"MediaType"
],
"type" : "test"
},
{
"c99name" : "MediaType",
"module_type" : "SwiftTarget",
"name" : "MediaType",
"path" : "Sources/MediaType",
"product_memberships" : [
"MediaType",
"URLRequestOperation",
"URLRequestOperationManualTest"
],
"sources" : [
"MediaType.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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-log.git
Fetching https://github.com/Frizlab/GlobalConfModule.git
Fetching https://github.com/Frizlab/SafeGlobal.git
Fetching https://github.com/Frizlab/HTTPCoders.git
Fetching https://github.com/Frizlab/SemiSingleton.git
Fetching https://github.com/Frizlab/RetryingOperation.git
[1/427] Fetching retryingoperation
[428/504] Fetching retryingoperation, httpcoders
[505/4340] Fetching retryingoperation, httpcoders, swift-log
[736/4522] Fetching retryingoperation, httpcoders, swift-log, safeglobal
[2414/5018] Fetching retryingoperation, httpcoders, swift-log, safeglobal, semisingleton
Fetched https://github.com/Frizlab/RetryingOperation.git from cache (0.49s)
[2191/4591] Fetching httpcoders, swift-log, safeglobal, semisingleton
Fetched https://github.com/Frizlab/HTTPCoders.git from cache (0.50s)
[2517/4514] Fetching swift-log, safeglobal, semisingleton
[3211/5131] Fetching swift-log, safeglobal, semisingleton, globalconfmodule
Fetched https://github.com/Frizlab/SemiSingleton.git from cache (0.59s)
Fetched https://github.com/Frizlab/SafeGlobal.git from cache (0.59s)
Fetched https://github.com/Frizlab/GlobalConfModule.git from cache (0.60s)
Fetched https://github.com/apple/swift-log.git from cache (1.58s)
Computing version for https://github.com/Frizlab/SemiSingleton.git
Computed https://github.com/Frizlab/SemiSingleton.git at 2.1.1 (2.26s)
Fetching https://github.com/Frizlab/RecursiveSyncDispatch.git
[1/174] Fetching recursivesyncdispatch
Fetched https://github.com/Frizlab/RecursiveSyncDispatch.git from cache (0.34s)
Computing version for https://github.com/Frizlab/RecursiveSyncDispatch.git
Computed https://github.com/Frizlab/RecursiveSyncDispatch.git at 1.0.1 (3.75s)
Computing version for https://github.com/Frizlab/GlobalConfModule.git
Computed https://github.com/Frizlab/GlobalConfModule.git at 0.4.2 (1.51s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[1064/71515] Fetching swift-service-context, swift-syntax
Fetched https://github.com/apple/swift-service-context.git from cache (5.34s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.40s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.94s)
Computing version for https://github.com/Frizlab/SafeGlobal.git
Computed https://github.com/Frizlab/SafeGlobal.git at 0.3.3 (0.55s)
Computing version for https://github.com/Frizlab/HTTPCoders.git
Computed https://github.com/Frizlab/HTTPCoders.git at 0.1.3 (0.59s)
Fetching https://github.com/Frizlab/stream-reader.git
Fetching https://github.com/apple/swift-collections.git
[1/1051] Fetching stream-reader
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.40s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.35s)
Computing version for https://github.com/Frizlab/RetryingOperation.git
Computed https://github.com/Frizlab/RetryingOperation.git at 1.2.0 (2.89s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (1.15s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.00s)
Creating working copy for https://github.com/Frizlab/SafeGlobal.git
Working copy of https://github.com/Frizlab/SafeGlobal.git resolved at 0.3.3
Creating working copy for https://github.com/Frizlab/RecursiveSyncDispatch.git
Working copy of https://github.com/Frizlab/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Frizlab/HTTPCoders.git
Working copy of https://github.com/Frizlab/HTTPCoders.git resolved at 0.1.3
Creating working copy for https://github.com/Frizlab/GlobalConfModule.git
Working copy of https://github.com/Frizlab/GlobalConfModule.git resolved at 0.4.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
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/SemiSingleton.git
Working copy of https://github.com/Frizlab/SemiSingleton.git resolved at 2.1.1
Creating working copy for https://github.com/Frizlab/RetryingOperation.git
Working copy of https://github.com/Frizlab/RetryingOperation.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/62] Write sources
[27/62] Compiling _SwiftSyntaxCShims dummy.c
[28/62] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/88] Emitting module RecursiveSyncDispatch
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
| `- error: no such module 'Dispatch'
17 | import Foundation
18 |
[31/88] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/88] Emitting module SwiftSyntax509
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/89] Emitting module SwiftSyntax600
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/89] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/90] Emitting module SwiftSyntax510
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/90] Compiling SwiftSyntax510 Empty.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/91] Compiling ServiceContextModule ServiceContextKey.swift
[40/91] Emitting module ServiceContextModule
[41/91] Compiling ServiceContextModule ServiceContext.swift
[41/91] Wrapping AST for SwiftSyntax509 for debugging
[43/92] Compiling Logging LogHandler.swift
[44/92] Emitting module Logging
[46/92] Wrapping AST for SwiftSyntax600 for debugging
[47/93] Wrapping AST for SwiftSyntax510 for debugging
[48/102] Wrapping AST for ServiceContextModule for debugging
[50/156] Compiling Logging MetadataProvider.swift
[51/156] Compiling Logging Locks.swift
[52/156] Compiling Logging Logging.swift
[54/157] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[55/157] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[56/157] Emitting module FormURLEncodedCoder
[57/157] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[58/157] Emitting module MediaType
[59/157] Compiling MediaType MediaType.swift
[60/158] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[61/158] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[61/158] Wrapping AST for Logging for debugging
[63/158] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
| `- error: no such module 'Dispatch'
17 | import Foundation
18 |
[65/158] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[65/158] Wrapping AST for MediaType for debugging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/34] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling Logging MetadataProvider.swift
[3/60] Compiling RecursiveSyncDispatch RecursiveSyncDispatch.swift
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
| `- error: no such module 'Dispatch'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/60] Emitting module RecursiveSyncDispatch
/host/spi-builder-workspace/.build/checkouts/RecursiveSyncDispatch/Sources/RecursiveSyncDispatch/RecursiveSyncDispatch.swift:16:8: error: no such module 'Dispatch'
14 | limitations under the License. */
15 |
16 | import Dispatch
| `- error: no such module 'Dispatch'
17 | import Foundation
18 |
BUILD FAILURE 6.1 wasm