Build Information
Successful build of KMPNativeCoroutines, reference v0.13.3 (5012d8
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 06:14:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rickclephas/KMP-NativeCoroutines.git
Reference: v0.13.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rickclephas/KMP-NativeCoroutines
* tag v0.13.3 -> FETCH_HEAD
HEAD is now at 5012d81 Bump version to 0.13.3
Cloned https://github.com/rickclephas/KMP-NativeCoroutines.git
Revision (git rev-parse @):
5012d81217e962e0174af9631a5a8d350ac97ec9
SUCCESS checkout https://github.com/rickclephas/KMP-NativeCoroutines.git at v0.13.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/rickclephas/KMP-NativeCoroutines.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Copying PrivacyInfo.xcprivacy
[2/7] Write sources
[6/7] Write swift-version-1EA4D86E10B52AF.txt
[8/160] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[9/160] Emitting module KMPNativeCoroutinesCore
[10/160] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[11/160] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[12/160] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[13/168] Compiling KMPNativeCoroutinesAsync AsyncStream.swift
[14/168] Compiling KMPNativeCoroutinesAsync AsyncResult.swift
[15/168] Compiling KMPNativeCoroutinesAsync AsyncFunction.swift
/Users/admin/builder/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncFunction.swift:16:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
14 | public func asyncFunction<Result, Failure: Error, Unit>(for nativeSuspend: @escaping NativeSuspend<Result, Failure, Unit>) async throws -> Result {
15 | let asyncFunctionActor = AsyncFunctionActor<Result, Unit>()
16 | return try await withTaskCancellationHandler {
| |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
| `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
17 | Task { await asyncFunctionActor.cancel() }
18 | } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[16/168] Emitting module KMPNativeCoroutinesAsync
[17/168] Emitting module KMPNativeCoroutinesCombine
[18/168] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
[19/168] Compiling KMPNativeCoroutinesCombine Future.swift
[20/168] Compiling KMPNativeCoroutinesCombine Publisher.swift
[21/168] Emitting module RxSwift
[22/184] Compiling RxSwift Rx.swift
[23/184] Compiling RxSwift RxMutableBox.swift
[24/184] Compiling RxSwift Sample.swift
[25/184] Compiling RxSwift Scan.swift
[26/184] Compiling RxSwift ScheduledDisposable.swift
[27/184] Compiling RxSwift ScheduledItem.swift
[28/184] Compiling RxSwift ScheduledItemType.swift
[29/184] Compiling RxSwift SchedulerServices+Emulation.swift
[30/184] Compiling RxSwift SchedulerType.swift
[31/184] Compiling RxSwift Sequence.swift
[32/184] Compiling RxSwift SerialDispatchQueueScheduler.swift
[33/184] Compiling RxSwift SerialDisposable.swift
[34/184] Compiling RxSwift ShareReplayScope.swift
[35/184] Compiling RxSwift Single.swift
[36/184] Compiling RxSwift SingleAssignmentDisposable.swift
[37/184] Compiling RxSwift SingleAsync.swift
[38/184] Compiling RxSwift Never.swift
[39/184] Compiling RxSwift NopDisposable.swift
[40/184] Compiling RxSwift Observable+Concurrency.swift
[41/184] Compiling RxSwift Observable.swift
[42/184] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[43/184] Compiling RxSwift ObservableConvertibleType.swift
[44/184] Compiling RxSwift ObservableType+Extensions.swift
[45/184] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[46/184] Compiling RxSwift ObservableType.swift
[47/184] Compiling RxSwift ObserveOn.swift
[48/184] Compiling RxSwift ObserverBase.swift
[49/184] Compiling RxSwift ObserverType.swift
[50/184] Compiling RxSwift OperationQueueScheduler.swift
[51/184] Compiling RxSwift Optional.swift
[52/184] Compiling RxSwift Platform.Darwin.swift
[53/184] Compiling RxSwift Platform.Linux.swift
[54/184] Compiling RxSwift Enumerated.swift
[55/184] Compiling RxSwift Error.swift
[56/184] Compiling RxSwift Errors.swift
[57/184] Compiling RxSwift Event.swift
[58/184] Compiling RxSwift Filter.swift
[59/184] Compiling RxSwift First.swift
[60/184] Compiling RxSwift Generate.swift
[61/184] Compiling RxSwift GroupBy.swift
[62/184] Compiling RxSwift GroupedObservable.swift
[63/184] Compiling RxSwift HistoricalScheduler.swift
[64/184] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[65/184] Compiling RxSwift ImmediateSchedulerType.swift
[66/184] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[67/184] Compiling RxSwift Infallible+CombineLatest+arity.swift
[68/184] Compiling RxSwift Infallible+Concurrency.swift
[69/184] Compiling RxSwift Infallible+Create.swift
[70/184] Compiling RxSwift Sink.swift
[71/184] Compiling RxSwift Skip.swift
[72/184] Compiling RxSwift SkipUntil.swift
[73/184] Compiling RxSwift SkipWhile.swift
[74/184] Compiling RxSwift StartWith.swift
[75/184] Compiling RxSwift SubjectType.swift
[76/184] Compiling RxSwift SubscribeOn.swift
[77/184] Compiling RxSwift SubscriptionDisposable.swift
[78/184] Compiling RxSwift SwiftSupport.swift
[79/184] Compiling RxSwift Switch.swift
[80/184] Compiling RxSwift SwitchIfEmpty.swift
[81/184] Compiling RxSwift SynchronizedDisposeType.swift
[82/184] Compiling RxSwift SynchronizedOnType.swift
[83/184] Compiling RxSwift SynchronizedUnsubscribeType.swift
[84/184] Compiling RxSwift TailRecursiveSink.swift
[85/184] Compiling RxSwift Take.swift
[86/184] Compiling RxSwift Debug.swift
[87/184] Compiling RxSwift Decode.swift
[88/184] Compiling RxSwift DefaultIfEmpty.swift
[89/184] Compiling RxSwift Deferred.swift
[90/184] Compiling RxSwift Delay.swift
[91/184] Compiling RxSwift DelaySubscription.swift
[92/184] Compiling RxSwift Dematerialize.swift
[93/184] Compiling RxSwift DispatchQueue+Extensions.swift
[94/184] Compiling RxSwift DispatchQueueConfiguration.swift
[95/184] Compiling RxSwift Disposable.swift
[96/184] Compiling RxSwift Disposables.swift
[97/184] Compiling RxSwift DisposeBag.swift
[98/184] Compiling RxSwift DisposeBase.swift
[99/184] Compiling RxSwift DistinctUntilChanged.swift
[100/184] Compiling RxSwift Do.swift
[101/184] Compiling RxSwift ElementAt.swift
[102/184] Compiling RxSwift Empty.swift
[103/184] Compiling RxSwift AddRef.swift
[104/184] Compiling RxSwift Amb.swift
[105/184] Compiling RxSwift AnonymousDisposable.swift
[106/184] Compiling RxSwift AnonymousObserver.swift
[107/184] Compiling RxSwift AnyObserver.swift
[108/184] Compiling RxSwift AsMaybe.swift
[109/184] Compiling RxSwift AsSingle.swift
[110/184] Compiling RxSwift AsyncLock.swift
[111/184] Compiling RxSwift AsyncSubject.swift
[112/184] Compiling RxSwift AtomicInt.swift
[113/184] Compiling RxSwift Bag+Rx.swift
[114/184] Compiling RxSwift Bag.swift
[115/184] Compiling RxSwift BehaviorSubject.swift
[116/184] Compiling RxSwift BinaryDisposable.swift
[117/184] Compiling RxSwift Binder.swift
[118/184] Compiling RxSwift BooleanDisposable.swift
[119/184] Compiling RxSwift Buffer.swift
[120/184] Compiling RxSwift Infallible+Debug.swift
[121/184] Compiling RxSwift Infallible+Operators.swift
[122/184] Compiling RxSwift Infallible+Zip+arity.swift
[123/184] Compiling RxSwift Infallible.swift
[124/184] Compiling RxSwift InfiniteSequence.swift
[125/184] Compiling RxSwift InvocableScheduledItem.swift
[126/184] Compiling RxSwift InvocableType.swift
[127/184] Compiling RxSwift Just.swift
[128/184] Compiling RxSwift Lock.swift
[129/184] Compiling RxSwift LockOwnerType.swift
[130/184] Compiling RxSwift MainScheduler.swift
[131/184] Compiling RxSwift Map.swift
[132/184] Compiling RxSwift Materialize.swift
[133/184] Compiling RxSwift Maybe.swift
[134/184] Compiling RxSwift Merge.swift
[135/184] Compiling RxSwift Multicast.swift
[136/184] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[137/184] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[138/184] Compiling RxSwift PrimitiveSequence.swift
[139/184] Compiling RxSwift PriorityQueue.swift
[140/184] Compiling RxSwift Producer.swift
[141/184] Compiling RxSwift PublishSubject.swift
[142/184] Compiling RxSwift Queue.swift
[143/184] Compiling RxSwift Range.swift
[144/184] Compiling RxSwift Reactive.swift
[145/184] Compiling RxSwift RecursiveLock.swift
[146/184] Compiling RxSwift RecursiveScheduler.swift
[147/184] Compiling RxSwift Reduce.swift
[148/184] Compiling RxSwift RefCountDisposable.swift
[149/184] Compiling RxSwift Repeat.swift
[150/184] Compiling RxSwift ReplaySubject.swift
[151/184] Compiling RxSwift RetryWhen.swift
[152/184] Compiling RxSwift Cancelable.swift
[153/184] Compiling RxSwift Catch.swift
[154/184] Compiling RxSwift CombineLatest+Collection.swift
[155/184] Compiling RxSwift CombineLatest+arity.swift
[156/184] Compiling RxSwift CombineLatest.swift
[157/184] Compiling RxSwift CompactMap.swift
[158/184] Compiling RxSwift Completable+AndThen.swift
[159/184] Compiling RxSwift Completable.swift
[160/184] Compiling RxSwift CompositeDisposable.swift
[161/184] Compiling RxSwift Concat.swift
[162/184] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[163/184] Compiling RxSwift ConcurrentMainScheduler.swift
[164/184] Compiling RxSwift ConnectableObservableType.swift
[165/184] Compiling RxSwift Create.swift
[166/184] Compiling RxSwift CurrentThreadScheduler.swift
[167/184] Compiling RxSwift Date+Dispatch.swift
[168/184] Compiling RxSwift Debounce.swift
[169/184] Compiling RxSwift TakeLast.swift
[170/184] Compiling RxSwift TakeWithPredicate.swift
[171/184] Compiling RxSwift Throttle.swift
[172/184] Compiling RxSwift Timeout.swift
[173/184] Compiling RxSwift Timer.swift
[174/184] Compiling RxSwift ToArray.swift
[175/184] Compiling RxSwift Using.swift
[176/184] Compiling RxSwift VirtualTimeConverterType.swift
[177/184] Compiling RxSwift VirtualTimeScheduler.swift
[178/184] Compiling RxSwift Window.swift
[179/184] Compiling RxSwift WithLatestFrom.swift
[180/184] Compiling RxSwift WithUnretained.swift
[181/184] Compiling RxSwift Zip+Collection.swift
[182/184] Compiling RxSwift Zip+arity.swift
[183/184] Compiling RxSwift Zip.swift
[184/184] Compiling RxSwift resource_bundle_accessor.swift
[185/188] Emitting module KMPNativeCoroutinesRxSwift
[186/188] Compiling KMPNativeCoroutinesRxSwift Observable.swift
[187/188] Compiling KMPNativeCoroutinesRxSwift SingleObservable.swift
[188/188] Compiling KMPNativeCoroutinesRxSwift Single.swift
Build complete! (13.75s)
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52693] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.78s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (7.23s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Build complete.
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "KMPNativeCoroutines",
"name" : "KMPNativeCoroutines",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "KMPNativeCoroutinesCore",
"targets" : [
"KMPNativeCoroutinesCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KMPNativeCoroutinesCombine",
"targets" : [
"KMPNativeCoroutinesCombine"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KMPNativeCoroutinesAsync",
"targets" : [
"KMPNativeCoroutinesAsync"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "KMPNativeCoroutinesRxSwift",
"targets" : [
"KMPNativeCoroutinesRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "KMPNativeCoroutinesRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesRxSwiftTests",
"path" : "KMPNativeCoroutinesRxSwiftTests",
"sources" : [
"ObservableTests.swift",
"SingleTests.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesRxSwift"
],
"type" : "test"
},
{
"c99name" : "KMPNativeCoroutinesRxSwift",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesRxSwift",
"path" : "KMPNativeCoroutinesRxSwift",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"KMPNativeCoroutinesRxSwift"
],
"sources" : [
"Observable.swift",
"Single.swift",
"SingleObservable.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCore"
],
"type" : "library"
},
{
"c99name" : "KMPNativeCoroutinesCore",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesCore",
"path" : "KMPNativeCoroutinesCore",
"product_memberships" : [
"KMPNativeCoroutinesCore",
"KMPNativeCoroutinesCombine",
"KMPNativeCoroutinesAsync",
"KMPNativeCoroutinesRxSwift"
],
"sources" : [
"NativeCallback.swift",
"NativeCancellable.swift",
"NativeFlow.swift",
"NativeSuspend.swift"
],
"type" : "library"
},
{
"c99name" : "KMPNativeCoroutinesCombineTests",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesCombineTests",
"path" : "KMPNativeCoroutinesCombineTests",
"sources" : [
"FutureTests.swift",
"PublisherTests.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCombine"
],
"type" : "test"
},
{
"c99name" : "KMPNativeCoroutinesCombine",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesCombine",
"path" : "KMPNativeCoroutinesCombine",
"product_memberships" : [
"KMPNativeCoroutinesCombine"
],
"sources" : [
"Future.swift",
"FuturePublisher.swift",
"Publisher.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCore"
],
"type" : "library"
},
{
"c99name" : "KMPNativeCoroutinesAsyncTests",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesAsyncTests",
"path" : "KMPNativeCoroutinesAsyncTests",
"sources" : [
"AsyncFunctionTests.swift",
"AsyncResultTests.swift",
"AsyncStreamTests.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesAsync"
],
"type" : "test"
},
{
"c99name" : "KMPNativeCoroutinesAsync",
"module_type" : "SwiftTarget",
"name" : "KMPNativeCoroutinesAsync",
"path" : "KMPNativeCoroutinesAsync",
"product_memberships" : [
"KMPNativeCoroutinesAsync"
],
"sources" : [
"AsyncFunction.swift",
"AsyncResult.swift",
"AsyncStream.swift"
],
"target_dependencies" : [
"KMPNativeCoroutinesCore"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.