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 master (e76d42), with Swift 6.0 for Linux on 9 Oct 2024 08:59:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e76d42d Update README
Cloned https://github.com/LucianoPolit/Leash.git
Revision (git rev-parse @):
e76d42d6c803a1178d7eadc62c797ad2417a7d5a
SUCCESS checkout https://github.com/LucianoPolit/Leash.git at master
========================================
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-1":/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
[7889/37151] Fetching ohhttpstubs, alamofire
[7890/88935] Fetching ohhttpstubs, alamofire, rxswift
Fetched https://github.com/AliSoftware/OHHTTPStubs from cache (0.42s)
[5967/81047] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.92s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.04s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs
Computed https://github.com/AliSoftware/OHHTTPStubs at 9.1.0 (1.30s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.52s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.9.1 (0.45s)
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.9.1
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
[2/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/179] 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) {
[9/197] Emitting module Alamofire
[10/202] Compiling RxSwift AsSingle.swift
[11/202] Compiling RxSwift AsyncLock.swift
[12/202] Compiling RxSwift AsyncSubject.swift
[13/202] Compiling RxSwift AtomicInt.swift
[14/202] Compiling RxSwift Bag+Rx.swift
[15/202] Compiling RxSwift AddRef.swift
[16/202] Compiling RxSwift Amb.swift
[17/202] Compiling RxSwift AnonymousDisposable.swift
[18/202] Compiling RxSwift AnonymousObserver.swift
[19/202] Compiling RxSwift AnyObserver.swift
[20/202] Compiling RxSwift AsMaybe.swift
[21/202] Compiling Alamofire RetryPolicy.swift
[22/202] Compiling Alamofire ServerTrustEvaluation.swift
[23/202] Compiling Alamofire URLEncodedFormEncoder.swift
[24/202] Compiling Alamofire Validation.swift
[25/202] Compiling Alamofire resource_bundle_accessor.swift
[26/202] Compiling RxSwift Observable.swift
[27/202] Compiling RxSwift ObservableConvertibleType.swift
[28/202] Compiling RxSwift ObservableType+Extensions.swift
[29/202] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[30/202] Compiling RxSwift ObservableType.swift
[31/202] Compiling RxSwift ObserveOn.swift
[32/202] Compiling RxSwift ObserverBase.swift
[33/202] Compiling RxSwift ObserverType.swift
[34/202] Compiling RxSwift OperationQueueScheduler.swift
[35/202] Compiling RxSwift Optional.swift
[36/202] Compiling RxSwift Platform.Darwin.swift
[37/202] Compiling RxSwift Platform.Linux.swift
[38/202] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[39/202] Compiling RxSwift PrimitiveSequence.swift
[40/202] Compiling RxSwift PriorityQueue.swift
[41/202] Compiling RxSwift Producer.swift
[42/202] Compiling RxSwift PublishSubject.swift
[43/202] Compiling RxSwift Queue.swift
[44/202] Compiling RxSwift Range.swift
[45/202] Compiling RxSwift ConcurrentMainScheduler.swift
[46/202] Compiling RxSwift ConnectableObservableType.swift
[47/202] Compiling RxSwift Create.swift
[48/202] Compiling RxSwift CurrentThreadScheduler.swift
[49/202] Compiling RxSwift Date+Dispatch.swift
[55/202] Compiling RxSwift InfiniteSequence.swift
[56/202] Compiling RxSwift InvocableScheduledItem.swift
[57/202] Compiling RxSwift InvocableType.swift
[58/202] Compiling RxSwift Just.swift
[59/202] Compiling RxSwift Lock.swift
[60/202] Compiling RxSwift LockOwnerType.swift
[61/202] Compiling RxSwift MainScheduler.swift
[62/202] Compiling RxSwift Map.swift
[63/202] Compiling RxSwift Materialize.swift
[64/202] Compiling RxSwift Maybe.swift
[65/202] Compiling RxSwift Merge.swift
[66/202] Compiling RxSwift Multicast.swift
[67/202] Compiling RxSwift Never.swift
[68/202] Compiling RxSwift NopDisposable.swift
[69/202] Compiling RxSwift Reactive.swift
[70/202] Compiling RxSwift RecursiveLock.swift
[71/202] Compiling RxSwift RecursiveScheduler.swift
[72/202] Compiling RxSwift Reduce.swift
[73/202] Compiling RxSwift RefCountDisposable.swift
[74/202] Compiling RxSwift Repeat.swift
[75/202] Compiling RxSwift ReplaySubject.swift
[76/202] Compiling RxSwift RetryWhen.swift
[77/202] Compiling RxSwift Rx.swift
[78/202] Compiling RxSwift RxMutableBox.swift
[79/202] Compiling RxSwift Sample.swift
[80/202] Compiling RxSwift Scan.swift
[81/202] Compiling RxSwift ScheduledDisposable.swift
[82/202] Compiling RxSwift ScheduledItem.swift
[83/202] Compiling RxSwift ScheduledItemType.swift
[84/202] Compiling RxSwift SchedulerServices+Emulation.swift
[85/202] Compiling RxSwift SchedulerType.swift
[86/202] Compiling RxSwift Sequence.swift
[87/202] Compiling RxSwift SerialDispatchQueueScheduler.swift
[88/202] Compiling RxSwift SerialDisposable.swift
[89/202] Compiling RxSwift ShareReplayScope.swift
[90/202] Compiling RxSwift Single.swift
[91/202] Compiling RxSwift SingleAssignmentDisposable.swift
[92/202] Compiling RxSwift SingleAsync.swift
[93/202] Compiling RxSwift Sink.swift
[94/202] Compiling RxSwift Skip.swift
[95/202] Compiling RxSwift SkipUntil.swift
[96/202] Compiling RxSwift SkipWhile.swift
[97/202] Compiling RxSwift StartWith.swift
[98/202] Compiling RxSwift SubjectType.swift
[99/202] Compiling RxSwift SubscribeOn.swift
[100/202] Compiling RxSwift SubscriptionDisposable.swift
[101/202] Compiling RxSwift SwiftSupport.swift
[102/202] Compiling RxSwift Switch.swift
[103/202] Compiling RxSwift SwitchIfEmpty.swift
[104/202] Compiling RxSwift SynchronizedDisposeType.swift
[105/202] Compiling RxSwift SynchronizedOnType.swift
[106/202] Compiling RxSwift Debounce.swift
[107/202] Compiling RxSwift Debug.swift
[108/202] Compiling RxSwift DefaultIfEmpty.swift
[109/202] Compiling RxSwift Deferred.swift
[110/202] Compiling RxSwift Delay.swift
[111/202] Compiling RxSwift DelaySubscription.swift
[112/202] Compiling RxSwift Bag.swift
[113/202] Compiling RxSwift BehaviorSubject.swift
[114/202] Compiling RxSwift BinaryDisposable.swift
[115/202] Compiling RxSwift BooleanDisposable.swift
[116/202] Compiling RxSwift Buffer.swift
[117/202] Compiling RxSwift Cancelable.swift
[118/202] Compiling RxSwift Catch.swift
[119/202] Compiling RxSwift CombineLatest+Collection.swift
[120/202] Compiling RxSwift CombineLatest+arity.swift
[121/202] Compiling RxSwift CombineLatest.swift
[122/202] Compiling RxSwift CompactMap.swift
[123/202] Compiling RxSwift Completable+AndThen.swift
[124/202] Compiling RxSwift Completable.swift
[125/202] Compiling RxSwift CompositeDisposable.swift
[126/202] Compiling RxSwift Concat.swift
[127/202] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[128/202] Compiling RxSwift SynchronizedUnsubscribeType.swift
[129/202] Compiling RxSwift TailRecursiveSink.swift
[130/202] Compiling RxSwift Take.swift
[131/202] Compiling RxSwift TakeLast.swift
[132/202] Compiling RxSwift TakeUntil.swift
[133/202] Compiling RxSwift TakeWhile.swift
[134/202] Compiling RxSwift Throttle.swift
[135/202] Compiling RxSwift Timeout.swift
[136/202] Compiling RxSwift Timer.swift
[137/202] Compiling RxSwift ToArray.swift
[138/202] Compiling RxSwift Using.swift
[139/202] Compiling RxSwift VirtualTimeConverterType.swift
[140/202] Compiling RxSwift VirtualTimeScheduler.swift
[141/202] Compiling RxSwift Window.swift
[142/202] Compiling RxSwift WithLatestFrom.swift
[143/202] Compiling RxSwift Zip+Collection.swift
[144/202] Compiling RxSwift Zip+arity.swift
[145/202] Compiling RxSwift Zip.swift
[165/203] Compiling RxSwift Dematerialize.swift
[166/203] Compiling RxSwift Deprecated.swift
[167/203] Compiling RxSwift DispatchQueue+Extensions.swift
[168/203] Compiling RxSwift DispatchQueueConfiguration.swift
[169/203] Compiling RxSwift Disposable.swift
[170/203] Compiling RxSwift Disposables.swift
[171/203] Compiling RxSwift DisposeBag.swift
[172/203] Compiling RxSwift DisposeBase.swift
[173/203] Compiling RxSwift DistinctUntilChanged.swift
[174/203] Compiling RxSwift Do.swift
[175/203] Compiling RxSwift ElementAt.swift
[176/203] Compiling RxSwift Empty.swift
[177/203] Compiling RxSwift Enumerated.swift
[178/203] Compiling RxSwift Error.swift
[179/203] Compiling RxSwift Errors.swift
[180/203] Compiling RxSwift Event.swift
[181/203] Compiling RxSwift Filter.swift
[182/203] Compiling RxSwift First.swift
[183/203] Compiling RxSwift Generate.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) {
/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) {
/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) {
/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) {
[204/218] Compiling Leash Error.swift
[205/218] Compiling Leash CompletionInterceptor.swift
[206/218] Compiling Leash ExecutionInterceptor.swift
[207/218] Compiling Leash FailureInterceptor.swift
[208/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
[209/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
[210/220] Compiling Leash QueryEncodable.swift
[211/220] Compiling Leash Response.swift
[212/220] Compiling Leash Client.swift
[213/220] Compiling Leash Endpoint.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[214/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
[215/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,
[216/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,
[217/220] Compiling Leash Interceptor.swift
[218/220] Compiling Leash InterceptorChain.swift
[219/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.
[220/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