The Swift Package Index logo.Swift Package Index

Build Information

Failed to build URLRequestOperation, reference 2.0.0-alpha.14.2 (f33309), with Swift 6.1 for Wasm on 28 May 2025 12:08:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/happn-app/URLRequestOperation.git
Reference: 2.0.0-alpha.14.2
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/URLRequestOperation
 * tag               2.0.0-alpha.14.2 -> FETCH_HEAD
HEAD is now at f33309a Create and use RetryCountsHolder
Cloned https://github.com/happn-app/URLRequestOperation.git
Revision (git rev-parse @):
f33309a783db53b59a2e4426b89fd6be280438b2
SUCCESS checkout https://github.com/happn-app/URLRequestOperation.git at 2.0.0-alpha.14.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/happn-app/URLRequestOperation.git
https://github.com/happn-app/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" : "httpcoders",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-app/HTTPCoders.git"
    },
    {
      "identity" : "retryingoperation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.6",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-app/RetryingOperation.git"
    },
    {
      "identity" : "semisingleton",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0-beta.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/happn-app/SemiSingleton.git"
    }
  ],
  "manifest_display_name" : "URLRequestOperation",
  "name" : "URLRequestOperation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "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",
        "Logging",
        "RetryingOperation",
        "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/Result+Utils.swift",
        "Glue/RetryCountsHolder.swift",
        "Glue/SafeGlobal.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",
        "Scanner+LinuxCompat.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/happn-app/RetryingOperation.git
Fetching https://github.com/happn-app/SemiSingleton.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/happn-app/HTTPCoders.git
[1/71] Fetching httpcoders
[72/492] Fetching httpcoders, semisingleton
[493/887] Fetching httpcoders, semisingleton, retryingoperation
[683/4723] Fetching httpcoders, semisingleton, retryingoperation, swift-log
Fetched https://github.com/happn-app/RetryingOperation.git from cache (0.43s)
Fetched https://github.com/happn-app/SemiSingleton.git from cache (0.43s)
Fetched https://github.com/happn-app/HTTPCoders.git from cache (0.43s)
Fetched https://github.com/apple/swift-log.git from cache (0.43s)
Computing version for https://github.com/happn-app/RetryingOperation.git
Computed https://github.com/happn-app/RetryingOperation.git at 1.1.8 (1.42s)
Computing version for https://github.com/happn-app/HTTPCoders.git
Computed https://github.com/happn-app/HTTPCoders.git at 0.1.2 (1.17s)
Fetching https://github.com/Frizlab/stream-reader.git
Fetching https://github.com/apple/swift-collections.git
[1/1051] Fetching stream-reader
[1052/17642] Fetching stream-reader, swift-collections
Fetched https://github.com/Frizlab/stream-reader.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.21s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (1.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/happn-app/SemiSingleton.git
Computed https://github.com/happn-app/SemiSingleton.git at 2.1.0-beta.1 (0.58s)
Fetching https://github.com/happn-app/RecursiveSyncDispatch.git
[1/178] Fetching recursivesyncdispatch
Fetched https://github.com/happn-app/RecursiveSyncDispatch.git from cache (1.16s)
Computing version for https://github.com/happn-app/RecursiveSyncDispatch.git
Computed https://github.com/happn-app/RecursiveSyncDispatch.git at 1.0.1 (2.14s)
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/happn-app/SemiSingleton.git
Working copy of https://github.com/happn-app/SemiSingleton.git resolved at 2.1.0-beta.1
Creating working copy for https://github.com/happn-app/RetryingOperation.git
Working copy of https://github.com/happn-app/RetryingOperation.git resolved at 1.1.8
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/happn-app/RecursiveSyncDispatch.git
Working copy of https://github.com/happn-app/RecursiveSyncDispatch.git resolved at 1.0.1
Creating working copy for https://github.com/happn-app/HTTPCoders.git
Working copy of https://github.com/happn-app/HTTPCoders.git resolved at 0.1.2
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
Building for debugging...
[0/19] Write sources
[8/19] Write swift-version-24593BA9C3E375BF.txt
[10/37] Compiling Logging MetadataProvider.swift
[11/37] Compiling Logging LogHandler.swift
[12/37] Emitting module Logging
[13/37] Compiling Logging Locks.swift
[14/37] Compiling Logging Logging.swift
[16/38] Emitting module FormURLEncodedCoder
[17/38] Compiling FormURLEncodedCoder FormURLEncodedDecoder.swift
[17/38] Wrapping AST for Logging for debugging
[19/38] Compiling MediaType Scanner+LinuxCompat.swift
[20/38] Emitting module MediaType
[21/38] Compiling MediaType MediaType.swift
[22/41] Compiling FormURLEncodedCoder FormURLEncodedEncoder.swift
[23/43] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
[24/43] Compiling FormURLEncodedCoder FormURLEncodedData.swift
[25/43] Compiling FormURLEncodedCoder FormURLEncodedSerializer.swift
[26/44] Compiling FormURLEncodedCoder URLQueryFragmentConvertible.swift
[27/44] Compiling FormURLEncodedCoder FormURLEncodedParser.swift
[30/45] Compiling RetryingOperation RetryingOperationConfig.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/45] 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 |
[32/45] 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 |
[33/45] Compiling RetryingOperation WrappedRetryingOperation.swift
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:20:38: error: cannot find type 'Operation' in scope
18 |
19 |
20 | public protocol RetryableOperation : Operation {
   |                                      `- error: cannot find type 'Operation' in scope
21 |
22 | 	/* I’d like to add “where T : Self” so that clients of the protocol know ther're given an object kind of class Self,
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:361:36: error: cannot find 'DispatchSemaphore' in scope
359 | 	}
360 |
361 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
362 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
363 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:362:27: error: cannot find 'DispatchQueue' in scope
360 |
361 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
362 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
363 |
364 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:362:112: error: cannot infer contextual base in reference to member 'utility'
360 |
361 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
362 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
363 |
364 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:64:101: error: cannot find type 'OperationQueue' in scope
62 | 	public let maximumNumberOfRetries: Int
63 |
64 | 	public init(maximumNumberOfRetries maxRetry: Int = -1, baseOperation: T, baseOperationQueue queue: OperationQueue? = nil) {
   |                                                                                                     `- error: cannot find type 'OperationQueue' in scope
65 | 		maximumNumberOfRetries = maxRetry
66 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:59:33: error: cannot find type 'OperationQueue' in scope
57 |
58 | 	 If `nil` (default), the base operation will not be launched in a queue. */
59 | 	public let baseOperationQueue: OperationQueue?
   |                                 `- error: cannot find type 'OperationQueue' in scope
60 |
61 | 	/** If `< 0`, the operation is retried indefinitely. */
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:78:15: error: value of type 'T' has no member 'isFinished'
76 | 		if isRetry {
77 | 			guard let op: T = try? currentBaseOperation.operationForRetrying() else {return baseOperationEnded()}
78 | 			assert(!op.isFinished && !op.isExecuting) /* Basic checks on operation to verify it is valid. */
   |               `- error: value of type 'T' has no member 'isFinished'
79 | 			currentBaseOperation = op
80 | 		}
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:78:33: error: value of type 'T' has no member 'isExecuting'
76 | 		if isRetry {
77 | 			guard let op: T = try? currentBaseOperation.operationForRetrying() else {return baseOperationEnded()}
78 | 			assert(!op.isFinished && !op.isExecuting) /* Basic checks on operation to verify it is valid. */
   |                                 `- error: value of type 'T' has no member 'isExecuting'
79 | 			currentBaseOperation = op
80 | 		}
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:83:55: error: value of type 'T' has no member 'start'
81 |
82 | 		if let q = baseOperationQueue {q.addOperation(currentBaseOperation)}
83 | 		else                          {currentBaseOperation.start()}
   |                                                       `- error: value of type 'T' has no member 'start'
84 | 		currentBaseOperation.waitUntilFinished()
85 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:84:24: error: value of type 'T' has no member 'waitUntilFinished'
82 | 		if let q = baseOperationQueue {q.addOperation(currentBaseOperation)}
83 | 		else                          {currentBaseOperation.start()}
84 | 		currentBaseOperation.waitUntilFinished()
   |                        `- error: value of type 'T' has no member 'waitUntilFinished'
85 |
86 | 		let canRetry = (maximumNumberOfRetries < 0 || numberOfRetries! < maximumNumberOfRetries)
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/WrappedRetryingOperation.swift:91:24: error: value of type 'T' has no member 'cancel'
89 |
90 | 	public override func cancelBaseOperation() {
91 | 		currentBaseOperation.cancel()
   |                        `- error: value of type 'T' has no member 'cancel'
92 | 	}
93 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:361:36: error: cannot find 'DispatchSemaphore' in scope
359 | 	}
360 |
361 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
    |                                    `- error: cannot find 'DispatchSemaphore' in scope
362 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
363 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:362:27: error: cannot find 'DispatchQueue' in scope
360 |
361 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
362 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                           `- error: cannot find 'DispatchQueue' in scope
363 |
364 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:362:112: error: cannot infer contextual base in reference to member 'utility'
360 |
361 | 	private let retryStateSemaphore = DispatchSemaphore(value: 1)
362 | 	private let retryQueue = DispatchQueue(label: "Queue for Syncing Retries (for One Retrying Operation)", qos: .utility)
    |                                                                                                                `- error: cannot infer contextual base in reference to member 'utility'
363 |
364 | 	/* Only used for synchronous operations. */
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:101:20: error: property does not override any property from its superclass
 99 | 	 By default an `Operation` is synchronous, which, with no modifications on the `isAsynchronous` property, would make a RetryingOperation synchronous by default too.
100 | 	 This is not such a good behavior; we prefer forcing subclassers to explicitely say whether they’re creating a synchronous or an asynchronous operation. */
101 | 	open override var isAsynchronous: Bool {
    |                    `- error: property does not override any property from its superclass
102 | 		fatalError("isAsynchronous is abstract on a RetryingOperation")
103 | 	}
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:105:29: error: method does not override any method from its superclass
103 | 	}
104 |
105 | 	public final override func start() {
    |                             `- error: method does not override any method from its superclass
106 | 		if !isAsynchronous {super.start()}
107 | 		else {
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:115:29: error: method does not override any method from its superclass
113 | 	/* Note: The synchronous implementation deserves a little more tests.
114 | 	 *       Currently it is only very lightly tested with a few unit tests. */
115 | 	public final override func main() {
    |                             `- error: method does not override any method from its superclass
116 | 		assert(!isAsynchronous)
117 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:306:22: error: cannot find type 'DispatchSourceTimer' in scope
304 | 		private var hasBeenResumed = false
305 |
306 | 		private let timer: DispatchSourceTimer
    |                      `- error: cannot find type 'DispatchSourceTimer' in scope
307 | 		fileprivate let delay: TimeInterval /* For synchronous operations... */
308 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:446:29: error: method does not override any method from its superclass
444 | 	}
445 |
446 | 	public final override func cancel() {
    |                             `- error: method does not override any method from its superclass
447 | 		super.cancel()
448 | 		guard isAsynchronous else {cancelBaseOperation(); return}
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:468:28: error: property does not override any property from its superclass
466 | 	private var isBaseOperationRunning = false
467 |
468 | 	public final override var isExecuting: Bool {
    |                            `- error: property does not override any property from its superclass
469 | 		guard isAsynchronous else {return super.isExecuting}
470 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:475:28: error: property does not override any property from its superclass
473 | 	}
474 |
475 | 	public final override var isFinished: Bool {
    |                            `- error: property does not override any property from its superclass
476 | 		guard isAsynchronous else {return super.isFinished}
477 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:79:32: error: cannot find type 'Operation' in scope
 77 |  A solution is to use `RetryableOperationWrapper`.
 78 |  See the doc of this class for more information. */
 79 | open class RetryingOperation : Operation {
    |                                `- error: cannot find type 'Operation' in scope
 80 |
 81 | 	public var numberOfRetries: Int? {
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:106:23: error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
104 |
105 | 	public final override func start() {
106 | 		if !isAsynchronous {super.start()}
    |                       `- error: 'super' cannot be used in class 'RetryingOperation' because it has no superclass
107 | 		else {
108 | 			/* We are in an asynchronous operation, we must start the operation ourselves. */
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:159:17: error: cannot find 'isCancelled' in scope
157 | 				_startBaseOperationOnQueue(isRetry: isRetry); assert(!isBaseOperationRunning)
158 |
159 | 				let ret = (!isCancelled ? syncOperationRetryHelpers : nil); syncOperationRetryHelpers = nil
    |                 `- error: cannot find 'isCancelled' in scope
160 | 				if ret != nil {retryingState = .waitingToRetry(nRetries)}
161 | 				return setFilteredRetryHelpers(helpers: ret)
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:170:6: error: cannot find 'Thread' in scope
168 | 				let startWaitTime = Date()
169 | 				repeat {
170 | 					Thread.sleep(forTimeInterval: timeToWait.map{ max(0, min(0.5, $0 + startWaitTime.timeIntervalSinceNow)) } ?? 0.5)
    |      `- error: cannot find 'Thread' in scope
171 |
172 | 					let shouldRefreshTimeToWait: Bool = retryQueue.sync{
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:173:23: error: cannot find 'isCancelled' in scope
171 |
172 | 					let shouldRefreshTimeToWait: Bool = retryQueue.sync{
173 | 						let cancelled = isCancelled
    |                       `- error: cannot find 'isCancelled' in scope
174 | 						guard syncRefreshRetryHelpers || cancelled else {return false}
175 |
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:264:16: error: value of type 'RetryingOperation' has no member 'isCancelled'
262 | 			self.isBaseOperationRunning = false
263 |
264 | 			guard !self.isCancelled, let retryHelpers = retryHelpers else {
    |                `- error: value of type 'RetryingOperation' has no member 'isCancelled'
265 | 				self.retryingState = .finished
266 | 				return
/host/spi-builder-workspace/.build/checkouts/RetryingOperation/Sources/RetryingOperation/RetryingOperation.swift:283:12: error: cannot find 'DispatchSource' in scope
281 | 			delay = d
282 |
283 | 			timer = DispatchSource.makeTimerSource(flags: [], queue: retryingOperation.retryQueue)
    |            `- error: cannot find 'DispatchSource' in scope
284 | 			timer.setEventHandler{ retryingOperation._unsafeRetry(withHelpers: nil) }
285 | 			/* We schedule the timer in setup. */
[33/45] Wrapping AST for MediaType for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/29] 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 |
[3/29] 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 |
[4/29] Compiling FormURLEncodedCoder FormURLEncodedEncodingErrors.swift
BUILD FAILURE 6.1 wasm