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

Successful build of RxShell, reference main (bef246), with Swift 6.1 for Linux on 28 Apr 2025 01:36:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CmST0us/RxShell.git
Reference: main
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/CmST0us/RxShell
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bef246d Update README.md
Cloned https://github.com/CmST0us/RxShell.git
Revision (git rev-parse @):
bef246d722460bdc10018fe28de9b53e670ffdc9
SUCCESS checkout https://github.com/CmST0us/RxShell.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CmST0us/RxShell.git
https://github.com/CmST0us/RxShell.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "RxShell",
  "name" : "RxShell",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RxShell",
      "targets" : [
        "RxShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxShell",
      "module_type" : "SwiftTarget",
      "name" : "RxShell",
      "path" : "Sources/RxShell",
      "product_dependencies" : [
        "RxSwift",
        "RxRelay"
      ],
      "product_memberships" : [
        "RxShell"
      ],
      "sources" : [
        "ArgumentBuilder.swift",
        "Extensions.swift",
        "Macros.swift",
        "Shell.swift",
        "Shells.swift",
        "ShellsBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.71s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (6.24s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/150] Compiling RxSwift DispatchQueueConfiguration.swift
[8/150] Compiling RxSwift Disposable.swift
[9/150] Compiling RxSwift Disposables.swift
[10/150] Compiling RxSwift DisposeBag.swift
[11/150] Compiling RxSwift DisposeBase.swift
[12/150] Compiling RxSwift DistinctUntilChanged.swift
[13/150] Compiling RxSwift Do.swift
[14/150] Compiling RxSwift ElementAt.swift
[15/150] Compiling RxSwift Empty.swift
[16/150] Compiling RxSwift Enumerated.swift
[17/150] Compiling RxSwift Error.swift
[18/150] Compiling RxSwift Errors.swift
[19/150] Compiling RxSwift Event.swift
[20/150] Compiling RxSwift Filter.swift
[21/150] Compiling RxSwift First.swift
[22/150] Compiling RxSwift Generate.swift
[23/150] Compiling RxSwift GroupBy.swift
[24/150] Compiling RxSwift GroupedObservable.swift
[25/150] Compiling RxSwift HistoricalScheduler.swift
[26/150] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[27/150] Compiling RxSwift ImmediateSchedulerType.swift
[28/170] Compiling RxSwift SchedulerType.swift
[29/170] Compiling RxSwift Sequence.swift
[30/170] Compiling RxSwift SerialDispatchQueueScheduler.swift
[31/170] Compiling RxSwift SerialDisposable.swift
[32/170] Compiling RxSwift ShareReplayScope.swift
[33/170] Compiling RxSwift Single.swift
[34/170] Compiling RxSwift SingleAssignmentDisposable.swift
[35/170] Compiling RxSwift SingleAsync.swift
[36/170] Compiling RxSwift Sink.swift
[37/170] Compiling RxSwift Skip.swift
[38/170] Compiling RxSwift SkipUntil.swift
[39/170] Compiling RxSwift SkipWhile.swift
[40/170] Compiling RxSwift StartWith.swift
[41/170] Compiling RxSwift SubjectType.swift
[42/170] Compiling RxSwift SubscribeOn.swift
[43/170] Compiling RxSwift SubscriptionDisposable.swift
[44/170] Compiling RxSwift SwiftSupport.swift
[45/170] Compiling RxSwift Switch.swift
[46/170] Compiling RxSwift SwitchIfEmpty.swift
[47/170] Compiling RxSwift SynchronizedDisposeType.swift
[48/170] Compiling RxSwift AddRef.swift
[49/170] Compiling RxSwift Amb.swift
[50/170] Compiling RxSwift AnonymousDisposable.swift
[51/170] Compiling RxSwift AnonymousObserver.swift
[52/170] Compiling RxSwift AnyObserver.swift
[53/170] Compiling RxSwift AsMaybe.swift
[54/170] Compiling RxSwift AsSingle.swift
[55/170] Compiling RxSwift AsyncLock.swift
[56/170] Compiling RxSwift AsyncSubject.swift
[57/170] Compiling RxSwift AtomicInt.swift
[58/170] Compiling RxSwift Bag+Rx.swift
[59/170] Compiling RxSwift Bag.swift
[60/170] Compiling RxSwift BehaviorSubject.swift
[61/170] Compiling RxSwift BinaryDisposable.swift
[62/170] Compiling RxSwift Binder.swift
[63/170] Compiling RxSwift BooleanDisposable.swift
[64/170] Compiling RxSwift Buffer.swift
[65/170] Compiling RxSwift Cancelable.swift
[66/170] Compiling RxSwift Catch.swift
[67/170] Compiling RxSwift CombineLatest+Collection.swift
[68/170] Compiling RxSwift CombineLatest+arity.swift
[69/170] Compiling RxSwift CombineLatest.swift
[70/170] Compiling RxSwift CompactMap.swift
[71/170] Compiling RxSwift Completable+AndThen.swift
[72/170] Compiling RxSwift Completable.swift
[73/170] Compiling RxSwift CompositeDisposable.swift
[74/170] Compiling RxSwift Concat.swift
[75/170] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[76/170] Compiling RxSwift ConcurrentMainScheduler.swift
[77/170] Compiling RxSwift ConnectableObservableType.swift
[78/170] Compiling RxSwift Create.swift
[79/170] Compiling RxSwift CurrentThreadScheduler.swift
[80/170] Compiling RxSwift Date+Dispatch.swift
[81/170] Compiling RxSwift Debounce.swift
[82/170] Compiling RxSwift Debug.swift
[83/170] Compiling RxSwift Decode.swift
[84/170] Compiling RxSwift DefaultIfEmpty.swift
[85/170] Compiling RxSwift Deferred.swift
[86/170] Compiling RxSwift Delay.swift
[87/170] Compiling RxSwift DelaySubscription.swift
[88/170] Compiling RxSwift Dematerialize.swift
[89/170] Compiling RxSwift DispatchQueue+Extensions.swift
[90/170] Compiling RxSwift Never.swift
[91/170] Compiling RxSwift NopDisposable.swift
[92/170] Compiling RxSwift Observable+Concurrency.swift
[93/170] Compiling RxSwift Observable.swift
[94/170] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[95/170] Compiling RxSwift ObservableConvertibleType.swift
[96/170] Compiling RxSwift ObservableType+Extensions.swift
[97/170] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[98/170] Compiling RxSwift ObservableType.swift
[99/170] Compiling RxSwift ObserveOn.swift
[100/170] Compiling RxSwift ObserverBase.swift
[101/170] Compiling RxSwift ObserverType.swift
[102/170] Compiling RxSwift OperationQueueScheduler.swift
[103/170] Compiling RxSwift Optional.swift
[104/170] Compiling RxSwift Platform.Darwin.swift
[105/170] Compiling RxSwift Platform.Linux.swift
[106/170] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[107/170] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[108/170] Compiling RxSwift PrimitiveSequence.swift
[109/170] Compiling RxSwift PriorityQueue.swift
[110/170] Compiling RxSwift Producer.swift
[111/170] Compiling RxSwift PublishSubject.swift
[112/170] Compiling RxSwift Queue.swift
[113/170] Compiling RxSwift Range.swift
[114/170] Compiling RxSwift Reactive.swift
[115/170] Compiling RxSwift RecursiveLock.swift
[116/170] Compiling RxSwift RecursiveScheduler.swift
[117/170] Compiling RxSwift Reduce.swift
[118/170] Compiling RxSwift RefCountDisposable.swift
[119/170] Compiling RxSwift Repeat.swift
[120/170] Compiling RxSwift ReplaySubject.swift
[121/170] Compiling RxSwift RetryWhen.swift
[122/170] Compiling RxSwift Rx.swift
[123/170] Compiling RxSwift RxMutableBox.swift
[124/170] Compiling RxSwift Sample.swift
[125/170] Compiling RxSwift Scan.swift
[126/170] Compiling RxSwift ScheduledDisposable.swift
[127/170] Compiling RxSwift ScheduledItem.swift
[128/170] Compiling RxSwift ScheduledItemType.swift
[129/170] Compiling RxSwift SchedulerServices+Emulation.swift
[130/170] Emitting module RxSwift
[131/170] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[132/170] Compiling RxSwift Infallible+CombineLatest+arity.swift
[133/170] Compiling RxSwift Infallible+Concurrency.swift
[134/170] Compiling RxSwift Infallible+Create.swift
[135/170] Compiling RxSwift Infallible+Debug.swift
[136/170] Compiling RxSwift Infallible+Operators.swift
[137/170] Compiling RxSwift Infallible+Zip+arity.swift
[138/170] Compiling RxSwift Infallible.swift
[139/170] Compiling RxSwift InfiniteSequence.swift
[140/170] Compiling RxSwift InvocableScheduledItem.swift
[141/170] Compiling RxSwift InvocableType.swift
[142/170] Compiling RxSwift Just.swift
[143/170] Compiling RxSwift Lock.swift
[144/170] Compiling RxSwift LockOwnerType.swift
[145/170] Compiling RxSwift MainScheduler.swift
[146/170] Compiling RxSwift Map.swift
[147/170] Compiling RxSwift Materialize.swift
[148/170] Compiling RxSwift Maybe.swift
[149/170] Compiling RxSwift Merge.swift
[150/170] Compiling RxSwift Multicast.swift
[151/170] Compiling RxSwift SynchronizedOnType.swift
[152/170] Compiling RxSwift SynchronizedUnsubscribeType.swift
[153/170] Compiling RxSwift TailRecursiveSink.swift
[154/170] Compiling RxSwift Take.swift
[155/170] Compiling RxSwift TakeLast.swift
[156/170] Compiling RxSwift TakeWithPredicate.swift
[157/170] Compiling RxSwift Throttle.swift
[158/170] Compiling RxSwift Timeout.swift
[159/170] Compiling RxSwift Timer.swift
[160/170] Compiling RxSwift ToArray.swift
[161/170] Compiling RxSwift Using.swift
[162/170] Compiling RxSwift VirtualTimeConverterType.swift
[163/170] Compiling RxSwift VirtualTimeScheduler.swift
[164/170] Compiling RxSwift Window.swift
[165/170] Compiling RxSwift WithLatestFrom.swift
[166/170] Compiling RxSwift WithUnretained.swift
[167/170] Compiling RxSwift Zip+Collection.swift
[168/170] Compiling RxSwift Zip+arity.swift
[169/170] Compiling RxSwift Zip.swift
[170/170] Compiling RxSwift resource_bundle_accessor.swift
[172/178] Compiling RxRelay ReplayRelay.swift
[173/178] Compiling RxRelay Utils.swift
[174/178] Compiling RxRelay resource_bundle_accessor.swift
[175/178] Compiling RxRelay PublishRelay.swift
[176/178] Compiling RxRelay BehaviorRelay.swift
[177/178] Compiling RxRelay Observable+Bind.swift
[178/178] Emitting module RxRelay
[180/186] Compiling RxShell Macros.swift
[181/186] Compiling RxShell ShellsBuilder.swift
[182/186] Emitting module RxShell
[183/186] Compiling RxShell Shells.swift
[184/186] Compiling RxShell ArgumentBuilder.swift
[185/186] Compiling RxShell Extensions.swift
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:115:63: warning: capture of 'outputPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
113 |                 let data = outputPipe.fileHandleForReading.availableData
114 |                 guard data.count > 0 else {
115 |                     NotificationCenter.default.removeObserver(outputPipeDataObserver as Any)
    |                                                               `- warning: capture of 'outputPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
116 |                     return
117 |                 }
Foundation.NSObjectProtocol:1:17: note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
1 | public protocol NSObjectProtocol : AnyObject {
  |                 `- note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
2 |     func isEqual(_ object: Any?) -> Bool
3 |     var hash: Int { get }
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:115:63: warning: capture of 'outputPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in an isolated closure; this is an error in the Swift 6 language mode
113 |                 let data = outputPipe.fileHandleForReading.availableData
114 |                 guard data.count > 0 else {
115 |                     NotificationCenter.default.removeObserver(outputPipeDataObserver as Any)
    |                                                               `- warning: capture of 'outputPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in an isolated closure; this is an error in the Swift 6 language mode
116 |                     return
117 |                 }
Foundation.NSObjectProtocol:1:17: note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
1 | public protocol NSObjectProtocol : AnyObject {
  |                 `- note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
2 |     func isEqual(_ object: Any?) -> Bool
3 |     var hash: Int { get }
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:115:63: warning: reference to captured var 'outputPipeDataObserver' in concurrently-executing code; this is an error in the Swift 6 language mode
113 |                 let data = outputPipe.fileHandleForReading.availableData
114 |                 guard data.count > 0 else {
115 |                     NotificationCenter.default.removeObserver(outputPipeDataObserver as Any)
    |                                                               `- warning: reference to captured var 'outputPipeDataObserver' in concurrently-executing code; this is an error in the Swift 6 language mode
116 |                     return
117 |                 }
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:123:17: warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode
121 |                     print(line, terminator: "")
122 |                 }
123 |                 outputData.append(data)
    |                 `- warning: mutation of captured var 'outputData' in concurrently-executing code; this is an error in the Swift 6 language mode
124 |
125 |                 outputPipe.fileHandleForReading.waitForDataInBackgroundAndNotify()
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:146:63: warning: capture of 'errorPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
144 |                 let data = errorPipe.fileHandleForReading.availableData
145 |                 guard data.count > 0 else {
146 |                     NotificationCenter.default.removeObserver(errorPipeDataObserver as Any)
    |                                                               `- warning: capture of 'errorPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
147 |                     return
148 |                 }
Foundation.NSObjectProtocol:1:17: note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
1 | public protocol NSObjectProtocol : AnyObject {
  |                 `- note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
2 |     func isEqual(_ object: Any?) -> Bool
3 |     var hash: Int { get }
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:146:63: warning: capture of 'errorPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in an isolated closure; this is an error in the Swift 6 language mode
144 |                 let data = errorPipe.fileHandleForReading.availableData
145 |                 guard data.count > 0 else {
146 |                     NotificationCenter.default.removeObserver(errorPipeDataObserver as Any)
    |                                                               `- warning: capture of 'errorPipeDataObserver' with non-sendable type '(any NSObjectProtocol)?' in an isolated closure; this is an error in the Swift 6 language mode
147 |                     return
148 |                 }
Foundation.NSObjectProtocol:1:17: note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
1 | public protocol NSObjectProtocol : AnyObject {
  |                 `- note: protocol 'NSObjectProtocol' does not conform to the 'Sendable' protocol
2 |     func isEqual(_ object: Any?) -> Bool
3 |     var hash: Int { get }
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:146:63: warning: reference to captured var 'errorPipeDataObserver' in concurrently-executing code; this is an error in the Swift 6 language mode
144 |                 let data = errorPipe.fileHandleForReading.availableData
145 |                 guard data.count > 0 else {
146 |                     NotificationCenter.default.removeObserver(errorPipeDataObserver as Any)
    |                                                               `- warning: reference to captured var 'errorPipeDataObserver' in concurrently-executing code; this is an error in the Swift 6 language mode
147 |                     return
148 |                 }
/host/spi-builder-workspace/Sources/RxShell/Extensions.swift:154:17: warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode
152 |                     print(line, terminator: "")
153 |                 }
154 |                 errorData.append(data)
    |                 `- warning: mutation of captured var 'errorData' in concurrently-executing code; this is an error in the Swift 6 language mode
155 |
156 |                 errorPipe.fileHandleForReading.waitForDataInBackgroundAndNotify()
[186/186] Compiling RxShell Shell.swift
Build complete! (24.66s)
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" : "RxShell",
  "name" : "RxShell",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RxShell",
      "targets" : [
        "RxShell"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxShell",
      "module_type" : "SwiftTarget",
      "name" : "RxShell",
      "path" : "Sources/RxShell",
      "product_dependencies" : [
        "RxSwift",
        "RxRelay"
      ],
      "product_memberships" : [
        "RxShell"
      ],
      "sources" : [
        "ArgumentBuilder.swift",
        "Extensions.swift",
        "Macros.swift",
        "Shell.swift",
        "Shells.swift",
        "ShellsBuilder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.