The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Leash, reference 3.2.0 (1fcd9e), with Swift 6.0 for Linux on 9 Oct 2024 08:59:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LucianoPolit/Leash.git
Reference: 3.2.0
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/LucianoPolit/Leash
 * tag               3.2.0      -> FETCH_HEAD
HEAD is now at 1fcd9e5 New release
Cloned https://github.com/LucianoPolit/Leash.git
Revision (git rev-parse @):
1fcd9e5c424722cd0d86ff7c3d1761eacc7607ed
SUCCESS checkout https://github.com/LucianoPolit/Leash.git at 3.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/LucianoPolit/Leash.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:b1f5b321a5d74ef5eaf6f5f3afbfebaaa54c7954de6f859009c18a90e0e1c3b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/AliSoftware/OHHTTPStubs
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Alamofire/Alamofire.git
[1/7888] Fetching ohhttpstubs
[6785/37151] Fetching ohhttpstubs, alamofire
[8767/88935] Fetching ohhttpstubs, alamofire, rxswift
Fetched https://github.com/AliSoftware/OHHTTPStubs from cache (0.69s)
[10177/81047] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.84s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.10s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs
Computed https://github.com/AliSoftware/OHHTTPStubs at 9.1.0 (0.51s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.53s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.1 (0.48s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.9.1
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs
Working copy of https://github.com/AliSoftware/OHHTTPStubs resolved at 9.1.0
Building for debugging...
[0/7] Write sources
[5/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/179] Emitting module Alamofire
[9/184] Compiling RxSwift CombineLatest+arity.swift
[10/184] Compiling RxSwift CombineLatest.swift
[11/184] Compiling RxSwift CompactMap.swift
[12/184] Compiling RxSwift Completable+AndThen.swift
[13/184] Compiling RxSwift Completable.swift
[14/184] Compiling RxSwift CompositeDisposable.swift
[15/184] Compiling RxSwift Concat.swift
[16/184] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[17/184] Compiling RxSwift ConcurrentMainScheduler.swift
[18/184] Compiling RxSwift ConnectableObservableType.swift
[19/184] Compiling RxSwift Create.swift
[20/184] Compiling RxSwift CurrentThreadScheduler.swift
[21/184] Compiling RxSwift Date+Dispatch.swift
[22/184] Compiling RxSwift Debounce.swift
[23/184] Compiling RxSwift Debug.swift
[24/184] Compiling RxSwift DefaultIfEmpty.swift
[25/184] Compiling RxSwift Deferred.swift
[26/184] Compiling RxSwift Delay.swift
[27/184] Compiling RxSwift DelaySubscription.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/202] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[29/202] Compiling Alamofire RetryPolicy.swift
[30/202] Compiling Alamofire ServerTrustEvaluation.swift
[31/202] Compiling Alamofire URLEncodedFormEncoder.swift
[32/202] Compiling Alamofire Validation.swift
[33/202] Compiling Alamofire resource_bundle_accessor.swift
[34/202] Compiling RxSwift SerialDisposable.swift
[35/202] Compiling RxSwift ShareReplayScope.swift
[36/202] Compiling RxSwift Single.swift
[37/202] Compiling RxSwift SingleAssignmentDisposable.swift
[38/202] Compiling RxSwift SingleAsync.swift
[39/202] Compiling RxSwift Sink.swift
[40/202] Compiling RxSwift Skip.swift
[41/202] Compiling RxSwift SkipUntil.swift
[42/202] Compiling RxSwift SkipWhile.swift
[43/202] Compiling RxSwift StartWith.swift
[44/202] Compiling RxSwift SubjectType.swift
[45/202] Compiling RxSwift SubscribeOn.swift
[46/202] Compiling RxSwift SubscriptionDisposable.swift
[47/202] Compiling RxSwift SwiftSupport.swift
[48/202] Compiling RxSwift Switch.swift
[49/202] Compiling RxSwift SwitchIfEmpty.swift
[50/202] Compiling RxSwift SynchronizedDisposeType.swift
[51/202] Compiling RxSwift SynchronizedOnType.swift
[58/202] Compiling RxSwift AtomicInt.swift
[59/202] Compiling RxSwift Bag+Rx.swift
[60/202] Compiling RxSwift Bag.swift
[61/202] Compiling RxSwift BehaviorSubject.swift
[62/202] Compiling RxSwift BinaryDisposable.swift
[63/202] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[64/202] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[65/202] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[66/202] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[67/202] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[68/202] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[69/202] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[70/202] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[71/202] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[77/202] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[78/202] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[79/202] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[80/202] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[81/202] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.1) because it has overridable members that could not be loaded in Swift 5.10
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[93/202] Compiling RxSwift Disposables.swift
[94/202] Compiling RxSwift DisposeBag.swift
[95/202] Compiling RxSwift DisposeBase.swift
[96/202] Compiling RxSwift DistinctUntilChanged.swift
[97/202] Compiling RxSwift Do.swift
[98/202] Compiling RxSwift ElementAt.swift
[99/202] Compiling RxSwift Empty.swift
[100/202] Compiling RxSwift Enumerated.swift
[101/202] Compiling RxSwift Error.swift
[102/202] Compiling RxSwift Errors.swift
[103/202] Compiling RxSwift Event.swift
[104/202] Compiling RxSwift Filter.swift
[105/202] Compiling RxSwift First.swift
[106/202] Compiling RxSwift Generate.swift
[107/202] Compiling RxSwift GroupBy.swift
[108/202] Compiling RxSwift GroupedObservable.swift
[109/202] Compiling RxSwift HistoricalScheduler.swift
[110/202] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[111/202] Compiling RxSwift ImmediateSchedulerType.swift
[112/202] Compiling RxSwift InfiniteSequence.swift
[113/202] Compiling RxSwift InvocableScheduledItem.swift
[114/202] Compiling RxSwift InvocableType.swift
[115/202] Compiling RxSwift Just.swift
[116/202] Compiling RxSwift Lock.swift
[117/202] Compiling RxSwift LockOwnerType.swift
[118/202] Compiling RxSwift MainScheduler.swift
[119/202] Compiling RxSwift Map.swift
[120/202] Compiling RxSwift Materialize.swift
[121/202] Compiling RxSwift Maybe.swift
[122/202] Compiling RxSwift Merge.swift
[123/202] Compiling RxSwift Multicast.swift
[124/202] Compiling RxSwift Never.swift
[125/202] Compiling RxSwift NopDisposable.swift
[141/202] Compiling RxSwift Observable.swift
[142/202] Compiling RxSwift ObservableConvertibleType.swift
[143/202] Compiling RxSwift ObservableType+Extensions.swift
[144/202] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[145/202] Compiling RxSwift ObservableType.swift
[146/202] Compiling RxSwift ObserveOn.swift
[147/202] Compiling RxSwift ObserverBase.swift
[148/202] Compiling RxSwift ObserverType.swift
[149/202] Compiling RxSwift OperationQueueScheduler.swift
[150/202] Compiling RxSwift Optional.swift
[151/202] Compiling RxSwift Platform.Darwin.swift
[152/202] Compiling RxSwift Platform.Linux.swift
[153/202] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[154/202] Compiling RxSwift PrimitiveSequence.swift
[155/202] Compiling RxSwift PriorityQueue.swift
[156/202] Compiling RxSwift Producer.swift
[157/202] Compiling RxSwift PublishSubject.swift
[158/202] Compiling RxSwift Queue.swift
[159/202] Compiling RxSwift Range.swift
[160/202] Compiling RxSwift Reactive.swift
[161/202] Compiling RxSwift RecursiveLock.swift
[162/202] Compiling RxSwift RecursiveScheduler.swift
[163/202] Compiling RxSwift Reduce.swift
[164/202] Compiling RxSwift RefCountDisposable.swift
[165/202] Compiling RxSwift Repeat.swift
[166/202] Compiling RxSwift ReplaySubject.swift
[167/202] Compiling RxSwift RetryWhen.swift
[168/202] Compiling RxSwift Rx.swift
[169/202] Compiling RxSwift RxMutableBox.swift
[170/202] Compiling RxSwift Sample.swift
[171/202] Compiling RxSwift Scan.swift
[172/202] Compiling RxSwift ScheduledDisposable.swift
[173/202] Compiling RxSwift ScheduledItem.swift
[174/202] Compiling RxSwift ScheduledItemType.swift
[175/202] Compiling RxSwift SchedulerServices+Emulation.swift
[176/202] Compiling RxSwift SchedulerType.swift
[177/202] Compiling RxSwift Sequence.swift
[178/202] Compiling RxSwift SerialDispatchQueueScheduler.swift
[186/218] Compiling Leash SuccessInterceptor.swift
/host/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift:32:19: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
30 |     func intercept(
31 |         chain: InterceptorChain<Data>,
32 |         response: HTTPURLResponse,
   |                   `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
33 |         data: Data
34 |     )
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[187/218] Compiling Leash Manager.swift
/host/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift:32:19: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
30 |     func intercept(
31 |         chain: InterceptorChain<Data>,
32 |         response: HTTPURLResponse,
   |                   `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
33 |         data: Data
34 |     )
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[188/220] Compiling Leash Client.swift
[189/220] Compiling Leash Endpoint.swift
[190/220] Compiling Leash QueryEncodable.swift
[191/220] Compiling Leash Response.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[192/220] Compiling Leash Alamofire+Leash.swift
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:340:25: warning: enum case 'execution' has 2 associated values; matching them as a tuple is deprecated
278 |
279 |     enum DataInterception {
280 |         case execution(
    |              `- note: 'execution(endpoint:request:)' declared here
281 |             endpoint: Endpoint,
282 |             request: DataRequest
    :
338 |     ) -> [Interception<Data>] {
339 |         switch type {
340 |         case .execution(let value):
    |                         `- warning: enum case 'execution' has 2 associated values; matching them as a tuple is deprecated
341 |             return executionInterceptions(
342 |                 endpoint: value.endpoint,
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:345:23: warning: enum case 'failure' has 3 associated values; matching them as a tuple is deprecated
282 |             request: DataRequest
283 |         )
284 |         case failure(
    |              `- note: 'failure(endpoint:request:error:)' declared here
285 |             endpoint: Endpoint,
286 |             request: DataRequest,
    :
343 |                 request: value.request
344 |             )
345 |         case .failure(let value):
    |                       `- warning: enum case 'failure' has 3 associated values; matching them as a tuple is deprecated
346 |             return failureInterceptions(
347 |                 endpoint: value.endpoint,
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:351:23: warning: enum case 'success' has 4 associated values; matching them as a tuple is deprecated
287 |             error: Swift.Error
288 |         )
289 |         case success(
    |              `- note: 'success(endpoint:request:response:data:)' declared here
290 |             endpoint: Endpoint,
291 |             request: DataRequest,
    :
349 |                 error: value.error
350 |             )
351 |         case .success(let value):
    |                       `- warning: enum case 'success' has 4 associated values; matching them as a tuple is deprecated
352 |             return successInterceptions(
353 |                 endpoint: value.endpoint,
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:358:26: warning: enum case 'completion' has 3 associated values; matching them as a tuple is deprecated
293 |             data: Data
294 |         )
295 |         case completion(
    |              `- note: 'completion(endpoint:request:response:)' declared here
296 |             endpoint: Endpoint,
297 |             request: DataRequest,
    :
356 |                 data: value.data
357 |             )
358 |         case .completion(let value):
    |                          `- warning: enum case 'completion' has 3 associated values; matching them as a tuple is deprecated
359 |             return completionInterceptions(
360 |                 endpoint: value.endpoint,
[193/220] Compiling Leash Authenticator.swift
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:340:25: warning: enum case 'execution' has 2 associated values; matching them as a tuple is deprecated
278 |
279 |     enum DataInterception {
280 |         case execution(
    |              `- note: 'execution(endpoint:request:)' declared here
281 |             endpoint: Endpoint,
282 |             request: DataRequest
    :
338 |     ) -> [Interception<Data>] {
339 |         switch type {
340 |         case .execution(let value):
    |                         `- warning: enum case 'execution' has 2 associated values; matching them as a tuple is deprecated
341 |             return executionInterceptions(
342 |                 endpoint: value.endpoint,
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:345:23: warning: enum case 'failure' has 3 associated values; matching them as a tuple is deprecated
282 |             request: DataRequest
283 |         )
284 |         case failure(
    |              `- note: 'failure(endpoint:request:error:)' declared here
285 |             endpoint: Endpoint,
286 |             request: DataRequest,
    :
343 |                 request: value.request
344 |             )
345 |         case .failure(let value):
    |                       `- warning: enum case 'failure' has 3 associated values; matching them as a tuple is deprecated
346 |             return failureInterceptions(
347 |                 endpoint: value.endpoint,
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:351:23: warning: enum case 'success' has 4 associated values; matching them as a tuple is deprecated
287 |             error: Swift.Error
288 |         )
289 |         case success(
    |              `- note: 'success(endpoint:request:response:data:)' declared here
290 |             endpoint: Endpoint,
291 |             request: DataRequest,
    :
349 |                 error: value.error
350 |             )
351 |         case .success(let value):
    |                       `- warning: enum case 'success' has 4 associated values; matching them as a tuple is deprecated
352 |             return successInterceptions(
353 |                 endpoint: value.endpoint,
/host/spi-builder-workspace/Source/Core/Alamofire+Leash.swift:358:26: warning: enum case 'completion' has 3 associated values; matching them as a tuple is deprecated
293 |             data: Data
294 |         )
295 |         case completion(
    |              `- note: 'completion(endpoint:request:response:)' declared here
296 |             endpoint: Endpoint,
297 |             request: DataRequest,
    :
356 |                 data: value.data
357 |             )
358 |         case .completion(let value):
    |                          `- warning: enum case 'completion' has 3 associated values; matching them as a tuple is deprecated
359 |             return completionInterceptions(
360 |                 endpoint: value.endpoint,
[194/220] Emitting module Leash
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:110:15: warning: class 'InterceptionOperation' must restate inherited '@unchecked Sendable' conformance
108 | }
109 |
110 | private class InterceptionOperation<T>: AsynchronousOperation {
    |               `- warning: class 'InterceptionOperation' must restate inherited '@unchecked Sendable' conformance
111 |
112 |     typealias FinishHandler = () -> Void
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:147:15: warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
145 | }
146 |
147 | private class AsynchronousOperation: Operation {
    |               `- warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
148 |
149 |     var state: State = .ready {
/host/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift:31:35: warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
29 |     /// Main method responsible for handling the interception.
30 |     func intercept<T: DataResponseSerializerProtocol>(
31 |         chain: InterceptorChain<T.SerializedObject>,
   |                                   `- warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
32 |         response: Response<Data>,
33 |         result: Result<T.SerializedObject, Swift.Error>,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:30:20: note: type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject> {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject
    |                    `- note: type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
/host/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift:33:26: warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
31 |         chain: InterceptorChain<T.SerializedObject>,
32 |         response: Response<Data>,
33 |         result: Result<T.SerializedObject, Swift.Error>,
   |                          `- warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
34 |         serializer: T
35 |     )
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:30:20: note: type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject> {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject
    |                    `- note: type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
/host/spi-builder-workspace/Source/Core/Interceptors/SuccessInterceptor.swift:32:19: error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
30 |     func intercept(
31 |         chain: InterceptorChain<Data>,
32 |         response: HTTPURLResponse,
   |                   `- error: 'HTTPURLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
33 |         data: Data
34 |     )
Foundation.HTTPURLResponse:2:18: note: 'HTTPURLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias HTTPURLResponse = AnyObject
  |                  `- note: 'HTTPURLResponse' has been explicitly marked unavailable here
[195/220] Compiling Leash ExecutionInterceptor.swift
[196/220] Compiling Leash FailureInterceptor.swift
[197/220] Compiling Leash Interceptor.swift
[198/220] Compiling Leash InterceptorChain.swift
[199/220] Compiling Leash Error.swift
[200/220] Compiling Leash CompletionInterceptor.swift
[201/220] Compiling Leash InterceptorsExecutor.swift
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:110:15: warning: class 'InterceptionOperation' must restate inherited '@unchecked Sendable' conformance
108 | }
109 |
110 | private class InterceptionOperation<T>: AsynchronousOperation {
    |               `- warning: class 'InterceptionOperation' must restate inherited '@unchecked Sendable' conformance
111 |
112 |     typealias FinishHandler = () -> Void
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:147:15: warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
145 | }
146 |
147 | private class AsynchronousOperation: Operation {
    |               `- warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
148 |
149 |     var state: State = .ready {
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:72:13: warning: capture of 'self' with non-sendable type 'InterceptorsExecutor<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 | /// no more interceptors are called (neither the finally handler).
 31 | /// The completion handler is always dispatched on the specified queue.
 32 | class InterceptorsExecutor<T> {
    |       `- note: generic class 'InterceptorsExecutor' does not conform to the 'Sendable' protocol
 33 |
 34 |     typealias Interception = (@escaping InterceptorCompletion<T>) -> Void
    :
 70 |
 71 |         operationQueue.addOperation {
 72 |             self.finallyHandler()
    |             `- warning: capture of 'self' with non-sendable type 'InterceptorsExecutor<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 73 |         }
 74 |     }
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:86:22: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
 81 |
 82 |     func dispatch(
 83 |         _ block: @escaping () -> Void
    |           `- note: parameter 'block' is implicitly non-sendable
 84 |     ) {
 85 |         queue.async(
 86 |             execute: block
    |                      `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
 87 |         )
 88 |     }
/host/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift:31:35: warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
29 |     /// Main method responsible for handling the interception.
30 |     func intercept<T: DataResponseSerializerProtocol>(
31 |         chain: InterceptorChain<T.SerializedObject>,
   |                                   `- warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
32 |         response: Response<Data>,
33 |         result: Result<T.SerializedObject, Swift.Error>,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:30:20: note: type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject> {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject
    |                    `- note: type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
/host/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift:33:26: warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
31 |         chain: InterceptorChain<T.SerializedObject>,
32 |         response: Response<Data>,
33 |         result: Result<T.SerializedObject, Swift.Error>,
   |                          `- warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
34 |         serializer: T
35 |     )
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:30:20: note: type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject> {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject
    |                    `- note: type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
[202/220] Compiling Leash SerializationInterceptor.swift
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:110:15: warning: class 'InterceptionOperation' must restate inherited '@unchecked Sendable' conformance
108 | }
109 |
110 | private class InterceptionOperation<T>: AsynchronousOperation {
    |               `- warning: class 'InterceptionOperation' must restate inherited '@unchecked Sendable' conformance
111 |
112 |     typealias FinishHandler = () -> Void
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:147:15: warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
145 | }
146 |
147 | private class AsynchronousOperation: Operation {
    |               `- warning: class 'AsynchronousOperation' must restate inherited '@unchecked Sendable' conformance
148 |
149 |     var state: State = .ready {
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:72:13: warning: capture of 'self' with non-sendable type 'InterceptorsExecutor<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 30 | /// no more interceptors are called (neither the finally handler).
 31 | /// The completion handler is always dispatched on the specified queue.
 32 | class InterceptorsExecutor<T> {
    |       `- note: generic class 'InterceptorsExecutor' does not conform to the 'Sendable' protocol
 33 |
 34 |     typealias Interception = (@escaping InterceptorCompletion<T>) -> Void
    :
 70 |
 71 |         operationQueue.addOperation {
 72 |             self.finallyHandler()
    |             `- warning: capture of 'self' with non-sendable type 'InterceptorsExecutor<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 73 |         }
 74 |     }
/host/spi-builder-workspace/Source/Core/Interceptors/InterceptorsExecutor.swift:86:22: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
 81 |
 82 |     func dispatch(
 83 |         _ block: @escaping () -> Void
    |           `- note: parameter 'block' is implicitly non-sendable
 84 |     ) {
 85 |         queue.async(
 86 |             execute: block
    |                      `- warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
 87 |         )
 88 |     }
/host/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift:31:35: warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
29 |     /// Main method responsible for handling the interception.
30 |     func intercept<T: DataResponseSerializerProtocol>(
31 |         chain: InterceptorChain<T.SerializedObject>,
   |                                   `- warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
32 |         response: Response<Data>,
33 |         result: Result<T.SerializedObject, Swift.Error>,
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:30:20: note: type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject> {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject
    |                    `- note: type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
/host/spi-builder-workspace/Source/Core/Interceptors/SerializationInterceptor.swift:33:26: warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
31 |         chain: InterceptorChain<T.SerializedObject>,
32 |         response: Response<Data>,
33 |         result: Result<T.SerializedObject, Swift.Error>,
   |                          `- warning: cannot use associated type 'SerializedObject' here; 'Alamofire' was not imported by this file
34 |         serializer: T
35 |     )
/host/spi-builder-workspace/.build/checkouts/Alamofire/Source/Features/ResponseSerialization.swift:30:20: note: type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject> {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject
    |                    `- note: type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
BUILD FAILURE 6.0 linux