The Swift Package Index logo.Swift Package Index

Build Information

Successful build of KMPNativeCoroutines, reference v1.0.2 (fce8c8), with Swift 6.1 for macOS (SPM) on 18 Mar 2026 21:56:06 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rickclephas/KMP-NativeCoroutines.git
Reference: v1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rickclephas/KMP-NativeCoroutines
 * tag               v1.0.2     -> FETCH_HEAD
HEAD is now at fce8c8d Bump version to 1.0.2
Cloned https://github.com/rickclephas/KMP-NativeCoroutines.git
Revision (git rev-parse @):
fce8c8d25b874b2038be81bb3ba5cc51af1a976f
SUCCESS checkout https://github.com/rickclephas/KMP-NativeCoroutines.git at v1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rickclephas/KMP-NativeCoroutines.git
https://github.com/rickclephas/KMP-NativeCoroutines.git
{
  "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",
        "AsyncSequenceTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesAsync"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesAsync",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesAsync",
      "path" : "KMPNativeCoroutinesAsync",
      "product_memberships" : [
        "KMPNativeCoroutinesAsync"
      ],
      "sources" : [
        "AsyncError.swift",
        "AsyncFunction.swift",
        "AsyncResult.swift",
        "AsyncSequence.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[1/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-2F0A5646E1D333AE.txt
[8/160] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[9/160] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[10/160] Emitting module KMPNativeCoroutinesCore
[11/160] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[12/160] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[13/169] Compiling KMPNativeCoroutinesCombine Future.swift
/Users/admin/builder/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:120:21: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
118 |         guard let operation = operation, demand >= 1 else { return }
119 |         self.operation = nil
120 |         task = Task {
    |                     `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
121 |             do {
122 |                 let result = try await operation()
123 |                 if let subscriber = self.subscriber {
    |                                     `- note: closure captures 'self' which is accessible to code in the current task
124 |                     _ = subscriber.receive(result)
125 |                     subscriber.receive(completion: .finished)
[14/169] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
[15/169] Emitting module KMPNativeCoroutinesCombine
[16/169] Compiling KMPNativeCoroutinesCombine Publisher.swift
[17/169] Compiling KMPNativeCoroutinesAsync AsyncSequence.swift
/Users/admin/builder/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncSequence.swift:40:34: warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
 38 |                 defer { self.semaphore.signal() }
 39 |                 if let continuation = self.continuation {
 40 |                     continuation.resume(returning: item)
    |                                  |- warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: Passing task-isolated value of non-Sendable type 'Output' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
 41 |                     self.continuation = nil
 42 |                     return next()
/Users/admin/builder/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncSequence.swift:82:38: warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
 80 |                     defer { self.semaphore.signal() }
 81 |                     if let (item, next) = self.item {
 82 |                         continuation.resume(returning: item)
    |                                      |- warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: Passing value of non-Sendable type 'Output' as a 'sending' argument risks causing races in between local and caller code
 83 |                         _ = next()
    |                             `- note: access can happen concurrently
 84 |                         self.item = nil
 85 |                     } else if let result = self.result {
[18/169] Compiling KMPNativeCoroutinesAsync AsyncError.swift
[19/169] Compiling KMPNativeCoroutinesAsync AsyncResult.swift
[20/169] Compiling KMPNativeCoroutinesAsync AsyncFunction.swift
/Users/admin/builder/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncFunction.swift:53:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
 51 |             self.result = result
 52 |             if let continuation = self.continuation {
 53 |                 continuation.resume(returning: result)
    |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
    |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
 54 |                 self.continuation = nil
 55 |             }
[21/169] Emitting module KMPNativeCoroutinesAsync
[22/169] Emitting module RxSwift
[23/185] Compiling RxSwift Sink.swift
[24/185] Compiling RxSwift Skip.swift
[25/185] Compiling RxSwift SkipUntil.swift
[26/185] Compiling RxSwift SkipWhile.swift
[27/185] Compiling RxSwift StartWith.swift
[28/185] Compiling RxSwift SubjectType.swift
[29/185] Compiling RxSwift SubscribeOn.swift
[30/185] Compiling RxSwift SubscriptionDisposable.swift
[31/185] Compiling RxSwift SwiftSupport.swift
[32/185] Compiling RxSwift Switch.swift
[33/185] Compiling RxSwift SwitchIfEmpty.swift
[34/185] Compiling RxSwift SynchronizedDisposeType.swift
[35/185] Compiling RxSwift SynchronizedOnType.swift
[36/185] Compiling RxSwift SynchronizedUnsubscribeType.swift
[37/185] Compiling RxSwift TailRecursiveSink.swift
[38/185] Compiling RxSwift Take.swift
[39/185] Compiling RxSwift Enumerated.swift
[40/185] Compiling RxSwift Error.swift
[41/185] Compiling RxSwift Errors.swift
[42/185] Compiling RxSwift Event.swift
[43/185] Compiling RxSwift Filter.swift
[44/185] Compiling RxSwift First.swift
[45/185] Compiling RxSwift Generate.swift
[46/185] Compiling RxSwift GroupBy.swift
[47/185] Compiling RxSwift GroupedObservable.swift
[48/185] Compiling RxSwift HistoricalScheduler.swift
[49/185] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[50/185] Compiling RxSwift ImmediateSchedulerType.swift
[51/185] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[52/185] Compiling RxSwift Infallible+CombineLatest+arity.swift
[53/185] Compiling RxSwift Infallible+Concurrency.swift
[54/185] Compiling RxSwift Infallible+Create.swift
[55/185] Compiling RxSwift Debug.swift
[56/185] Compiling RxSwift Decode.swift
[57/185] Compiling RxSwift DefaultIfEmpty.swift
[58/185] Compiling RxSwift Deferred.swift
[59/185] Compiling RxSwift Delay.swift
[60/185] Compiling RxSwift DelaySubscription.swift
[61/185] Compiling RxSwift Dematerialize.swift
[62/185] Compiling RxSwift DispatchQueue+Extensions.swift
[63/185] Compiling RxSwift DispatchQueueConfiguration.swift
[64/185] Compiling RxSwift Disposable.swift
[65/185] Compiling RxSwift Disposables.swift
[66/185] Compiling RxSwift DisposeBag.swift
[67/185] Compiling RxSwift DisposeBase.swift
[68/185] Compiling RxSwift DistinctUntilChanged.swift
[69/185] Compiling RxSwift Do.swift
[70/185] Compiling RxSwift ElementAt.swift
[71/185] Compiling RxSwift Empty.swift
[72/185] Compiling RxSwift AddRef.swift
[73/185] Compiling RxSwift Amb.swift
[74/185] Compiling RxSwift AnonymousDisposable.swift
[75/185] Compiling RxSwift AnonymousObserver.swift
[76/185] Compiling RxSwift AnyObserver.swift
[77/185] Compiling RxSwift AsMaybe.swift
[78/185] Compiling RxSwift AsSingle.swift
[79/185] Compiling RxSwift AsyncLock.swift
[80/185] Compiling RxSwift AsyncSubject.swift
[81/185] Compiling RxSwift AtomicInt.swift
[82/185] Compiling RxSwift Bag+Rx.swift
[83/185] Compiling RxSwift Bag.swift
[84/185] Compiling RxSwift BehaviorSubject.swift
[85/185] Compiling RxSwift BinaryDisposable.swift
[86/185] Compiling RxSwift Binder.swift
[87/185] Compiling RxSwift BooleanDisposable.swift
[88/185] Compiling RxSwift Buffer.swift
[89/185] Compiling RxSwift Rx.swift
[90/185] Compiling RxSwift RxMutableBox.swift
[91/185] Compiling RxSwift Sample.swift
[92/185] Compiling RxSwift Scan.swift
[93/185] Compiling RxSwift ScheduledDisposable.swift
[94/185] Compiling RxSwift ScheduledItem.swift
[95/185] Compiling RxSwift ScheduledItemType.swift
[96/185] Compiling RxSwift SchedulerServices+Emulation.swift
[97/185] Compiling RxSwift SchedulerType.swift
[98/185] Compiling RxSwift Sequence.swift
[99/185] Compiling RxSwift SerialDispatchQueueScheduler.swift
[100/185] Compiling RxSwift SerialDisposable.swift
[101/185] Compiling RxSwift ShareReplayScope.swift
[102/185] Compiling RxSwift Single.swift
[103/185] Compiling RxSwift SingleAssignmentDisposable.swift
[104/185] Compiling RxSwift SingleAsync.swift
[105/185] Compiling RxSwift Cancelable.swift
[106/185] Compiling RxSwift Catch.swift
[107/185] Compiling RxSwift CombineLatest+Collection.swift
[108/185] Compiling RxSwift CombineLatest+arity.swift
[109/185] Compiling RxSwift CombineLatest.swift
[110/185] Compiling RxSwift CompactMap.swift
[111/185] Compiling RxSwift Completable+AndThen.swift
[112/185] Compiling RxSwift Completable.swift
[113/185] Compiling RxSwift CompositeDisposable.swift
[114/185] Compiling RxSwift Concat.swift
[115/185] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[116/185] Compiling RxSwift ConcurrentMainScheduler.swift
[117/185] Compiling RxSwift ConnectableObservableType.swift
[118/185] Compiling RxSwift Create.swift
[119/185] Compiling RxSwift CurrentThreadScheduler.swift
[120/185] Compiling RxSwift Date+Dispatch.swift
[121/185] Compiling RxSwift Debounce.swift
[122/185] Compiling RxSwift Never.swift
[123/185] Compiling RxSwift NopDisposable.swift
[124/185] Compiling RxSwift Observable+Concurrency.swift
[125/185] Compiling RxSwift Observable.swift
[126/185] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[127/185] Compiling RxSwift ObservableConvertibleType.swift
[128/185] Compiling RxSwift ObservableType+Extensions.swift
[129/185] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[130/185] Compiling RxSwift ObservableType.swift
[131/185] Compiling RxSwift ObserveOn.swift
[132/185] Compiling RxSwift ObserverBase.swift
[133/185] Compiling RxSwift ObserverType.swift
[134/185] Compiling RxSwift OperationQueueScheduler.swift
[135/185] Compiling RxSwift Optional.swift
[136/185] Compiling RxSwift Platform.Darwin.swift
[137/185] Compiling RxSwift Platform.Linux.swift
[138/185] Compiling RxSwift Infallible+Debug.swift
[139/185] Compiling RxSwift Infallible+Operators.swift
[140/185] Compiling RxSwift Infallible+Zip+arity.swift
[141/185] Compiling RxSwift Infallible.swift
[142/185] Compiling RxSwift InfiniteSequence.swift
[143/185] Compiling RxSwift InvocableScheduledItem.swift
[144/185] Compiling RxSwift InvocableType.swift
[145/185] Compiling RxSwift Just.swift
[146/185] Compiling RxSwift Lock.swift
[147/185] Compiling RxSwift LockOwnerType.swift
[148/185] Compiling RxSwift MainScheduler.swift
[149/185] Compiling RxSwift Map.swift
[150/185] Compiling RxSwift Materialize.swift
[151/185] Compiling RxSwift Maybe.swift
[152/185] Compiling RxSwift Merge.swift
[153/185] Compiling RxSwift Multicast.swift
[154/185] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[155/185] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[156/185] Compiling RxSwift PrimitiveSequence.swift
[157/185] Compiling RxSwift PriorityQueue.swift
[158/185] Compiling RxSwift Producer.swift
[159/185] Compiling RxSwift PublishSubject.swift
[160/185] Compiling RxSwift Queue.swift
[161/185] Compiling RxSwift Range.swift
[162/185] Compiling RxSwift Reactive.swift
[163/185] Compiling RxSwift RecursiveLock.swift
[164/185] Compiling RxSwift RecursiveScheduler.swift
[165/185] Compiling RxSwift Reduce.swift
[166/185] Compiling RxSwift RefCountDisposable.swift
[167/185] Compiling RxSwift Repeat.swift
[168/185] Compiling RxSwift ReplaySubject.swift
[169/185] Compiling RxSwift RetryWhen.swift
[170/185] Compiling RxSwift TakeLast.swift
[171/185] Compiling RxSwift TakeWithPredicate.swift
[172/185] Compiling RxSwift Throttle.swift
[173/185] Compiling RxSwift Timeout.swift
[174/185] Compiling RxSwift Timer.swift
[175/185] Compiling RxSwift ToArray.swift
[176/185] Compiling RxSwift Using.swift
[177/185] Compiling RxSwift VirtualTimeConverterType.swift
[178/185] Compiling RxSwift VirtualTimeScheduler.swift
[179/185] Compiling RxSwift Window.swift
[180/185] Compiling RxSwift WithLatestFrom.swift
[181/185] Compiling RxSwift WithUnretained.swift
[182/185] Compiling RxSwift Zip+Collection.swift
[183/185] Compiling RxSwift Zip+arity.swift
[184/185] Compiling RxSwift Zip.swift
[185/185] Compiling RxSwift resource_bundle_accessor.swift
[186/189] Emitting module KMPNativeCoroutinesRxSwift
[187/189] Compiling KMPNativeCoroutinesRxSwift Single.swift
/Users/admin/builder/spi-builder-workspace/KMPNativeCoroutinesRxSwift/Single.swift:30:29: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
28 |     return Single.deferred {
29 |         return Single.create { observer in
30 |             let task = Task {
   |                             `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
31 |                 do {
32 |                     let result = try await operation()
   |                                            `- note: closure captures 'operation' which is accessible to code in the current task
33 |                     observer(.success(result))
34 |                 } catch {
[188/189] Compiling KMPNativeCoroutinesRxSwift SingleObservable.swift
[189/189] Compiling KMPNativeCoroutinesRxSwift Observable.swift
Build complete! (12.89s)
Fetching https://github.com/ReactiveX/RxSwift.git
[1/54285] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.60s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (5.28s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
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",
        "AsyncSequenceTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesAsync"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesAsync",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesAsync",
      "path" : "KMPNativeCoroutinesAsync",
      "product_memberships" : [
        "KMPNativeCoroutinesAsync"
      ],
      "sources" : [
        "AsyncError.swift",
        "AsyncFunction.swift",
        "AsyncResult.swift",
        "AsyncSequence.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.