The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Leash, reference 3.2.0 (1fcd9e), with Swift 6.2 for Linux on 18 Jun 2025 16:59:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path:  $PWD
https://github.com/LucianoPolit/Leash.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/AliSoftware/OHHTTPStubs
[1/7900] Fetching ohhttpstubs
[7506/60603] Fetching ohhttpstubs, rxswift
Fetched https://github.com/AliSoftware/OHHTTPStubs from cache (0.92s)
[7379/52703] Fetching rxswift
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/ReactiveX/RxSwift.git from cache (8.56s)
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.67s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs
Computed https://github.com/AliSoftware/OHHTTPStubs at 9.1.0 (14.75s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.77s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.40s)
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs
Working copy of https://github.com/AliSoftware/OHHTTPStubs resolved at 9.1.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/179] Emitting module Alamofire
[9/184] Compiling RxSwift Maybe.swift
[10/184] Compiling RxSwift Merge.swift
[11/184] Compiling RxSwift Multicast.swift
[12/184] Compiling RxSwift Never.swift
[13/184] Compiling RxSwift NopDisposable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/184] 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.2) 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.2) 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) {
[15/202] Compiling Alamofire RetryPolicy.swift
[16/202] Compiling Alamofire ServerTrustEvaluation.swift
[17/202] Compiling Alamofire URLEncodedFormEncoder.swift
[18/202] Compiling Alamofire Validation.swift
[19/202] Compiling Alamofire resource_bundle_accessor.swift
[20/202] Compiling RxSwift Repeat.swift
[21/202] Compiling RxSwift ReplaySubject.swift
[22/202] Compiling RxSwift RetryWhen.swift
[23/202] Compiling RxSwift Rx.swift
[24/202] Compiling RxSwift RxMutableBox.swift
[25/202] Compiling RxSwift Sample.swift
[26/202] Compiling RxSwift Scan.swift
[27/202] Compiling RxSwift ScheduledDisposable.swift
[28/202] Compiling RxSwift ScheduledItem.swift
[29/202] Compiling RxSwift ScheduledItemType.swift
[30/202] Compiling RxSwift SchedulerServices+Emulation.swift
[31/202] Compiling RxSwift SchedulerType.swift
[32/202] Compiling RxSwift Sequence.swift
[33/202] Compiling RxSwift SerialDispatchQueueScheduler.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
[52/202] Compiling RxSwift Observable.swift
[53/202] Compiling RxSwift ObservableConvertibleType.swift
[54/202] Compiling RxSwift ObservableType+Extensions.swift
[55/202] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[56/202] Compiling RxSwift ObservableType.swift
[57/202] Compiling RxSwift ObserveOn.swift
[58/202] Compiling RxSwift ObserverBase.swift
[59/202] Compiling RxSwift ObserverType.swift
[60/202] Compiling RxSwift OperationQueueScheduler.swift
[61/202] Compiling RxSwift Optional.swift
[62/202] Compiling RxSwift Platform.Darwin.swift
[63/202] Compiling RxSwift Platform.Linux.swift
[64/202] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[65/202] Compiling RxSwift PrimitiveSequence.swift
[66/202] Compiling RxSwift PriorityQueue.swift
[67/202] Compiling RxSwift Producer.swift
[68/202] Compiling RxSwift PublishSubject.swift
[69/202] Compiling RxSwift Queue.swift
[70/202] Compiling RxSwift Range.swift
[71/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.2) 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.2) 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) {
[72/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.2) 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.2) 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) {
[73/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.2) 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.2) 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) {
[74/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.2) 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.2) 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) {
[75/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.2) 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.2) 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) {
[76/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.2) 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.2) 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 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.2) 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.2) 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 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.2) 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.2) 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 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.2) 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.2) 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 AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.2) 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.2) 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 Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.2) 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.2) 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) {
[82/202] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.2) 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.2) 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) {
[83/202] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.2) 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.2) 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) {
[84/202] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.2) 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.2) 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) {
[85/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.2) 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.2) 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) {
[86/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.2) 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.2) 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) {
[87/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.2) 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.2) 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) {
[88/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.2) 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.2) 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) {
[89/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.2) 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.2) 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) {
[114/202] Compiling RxSwift GroupBy.swift
[115/202] Compiling RxSwift GroupedObservable.swift
[116/202] Compiling RxSwift HistoricalScheduler.swift
[117/202] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[118/202] Compiling RxSwift Lock.swift
[119/202] Compiling RxSwift LockOwnerType.swift
[120/202] Compiling RxSwift MainScheduler.swift
[121/202] Compiling RxSwift Map.swift
[122/202] Compiling RxSwift Materialize.swift
[123/202] Compiling RxSwift ImmediateSchedulerType.swift
[124/202] Compiling RxSwift InfiniteSequence.swift
[125/202] Compiling RxSwift InvocableScheduledItem.swift
[126/202] Compiling RxSwift InvocableType.swift
[127/202] Compiling RxSwift Just.swift
[128/202] Compiling RxSwift Dematerialize.swift
[129/202] Compiling RxSwift Deprecated.swift
[130/202] Compiling RxSwift DispatchQueue+Extensions.swift
[131/202] Compiling RxSwift DispatchQueueConfiguration.swift
[132/202] Compiling RxSwift Disposable.swift
[133/202] Compiling RxSwift Disposables.swift
[134/202] Compiling RxSwift DisposeBag.swift
[135/202] Compiling RxSwift DisposeBase.swift
[136/202] Compiling RxSwift DistinctUntilChanged.swift
[137/202] Compiling RxSwift Do.swift
[138/202] Compiling RxSwift ElementAt.swift
[139/202] Compiling RxSwift Empty.swift
[140/202] Compiling RxSwift Enumerated.swift
[141/202] Compiling RxSwift Error.swift
[142/202] Compiling RxSwift Errors.swift
[143/202] Compiling RxSwift Event.swift
[144/202] Compiling RxSwift Filter.swift
[145/202] Compiling RxSwift First.swift
[146/202] Compiling RxSwift Generate.swift
[147/202] Compiling RxSwift CombineLatest+arity.swift
[148/202] Compiling RxSwift CombineLatest.swift
[149/202] Compiling RxSwift CompactMap.swift
[150/202] Compiling RxSwift Completable+AndThen.swift
[151/202] Compiling RxSwift Completable.swift
[152/202] Compiling RxSwift CompositeDisposable.swift
[153/202] Compiling RxSwift Concat.swift
[154/202] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[155/202] Compiling RxSwift ConcurrentMainScheduler.swift
[156/202] Compiling RxSwift ConnectableObservableType.swift
[157/202] Compiling RxSwift Create.swift
[158/202] Compiling RxSwift CurrentThreadScheduler.swift
[159/202] Compiling RxSwift Date+Dispatch.swift
[160/202] Compiling RxSwift Debounce.swift
[161/202] Compiling RxSwift Debug.swift
[162/202] Compiling RxSwift DefaultIfEmpty.swift
[163/202] Compiling RxSwift Deferred.swift
[164/202] Compiling RxSwift Delay.swift
[165/202] Compiling RxSwift DelaySubscription.swift
[186/218] Compiling Leash ExecutionInterceptor.swift
[187/218] Compiling Leash FailureInterceptor.swift
[188/218] Compiling Leash Error.swift
[189/218] Compiling Leash CompletionInterceptor.swift
[190/218] Compiling Leash Interceptor.swift
[191/218] Compiling Leash InterceptorChain.swift
[192/220] Compiling Leash QueryEncodable.swift
[193/220] Compiling Leash Response.swift
[194/220] 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
[195/220] 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
[196/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: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: associated type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject>: Sendable {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject: Sendable
    |                    `- note: associated 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: associated type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject>: Sendable {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject: Sendable
    |                    `- note: associated type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
[197/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: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: associated type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject>: Sendable {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject: Sendable
    |                    `- note: associated 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: associated type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject>: Sendable {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject: Sendable
    |                    `- note: associated type declared here
 31 |
 32 |     /// Serialize the response `Data` into the provided type.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[198/220] Compiling Leash Client.swift
[199/220] Compiling Leash Endpoint.swift
[200/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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
359 |             return completionInterceptions(
360 |                 endpoint: value.endpoint,
[201/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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
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 [#deprecation]
359 |             return completionInterceptions(
360 |                 endpoint: value.endpoint,
[202/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: associated type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject>: Sendable {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject: Sendable
    |                    `- note: associated 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: associated type declared here
 28 | public protocol DataResponseSerializerProtocol<SerializedObject>: Sendable {
 29 |     /// The type of serialized object to be created.
 30 |     associatedtype SerializedObject: Sendable
    |                    `- note: associated 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
BUILD FAILURE 6.2 linux