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 RxProperty, reference master (f6066c), with Swift 6.1 for Linux on 25 Apr 2025 10:41:19 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/inamiy/rxproperty.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/inamiy/rxproperty
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f6066cd Merge pull request #11 from inamiy/rxswift6
Cloned https://github.com/inamiy/rxproperty.git
Revision (git rev-parse @):
f6066cdde000f01b42f72c58c481a1c68eee2319
SUCCESS checkout https://github.com/inamiy/rxproperty.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/inamiy/rxproperty.git
https://github.com/inamiy/rxproperty.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    }
  ],
  "manifest_display_name" : "RxProperty",
  "name" : "RxProperty",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RxProperty",
      "targets" : [
        "RxProperty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxPropertyTests",
      "module_type" : "SwiftTarget",
      "name" : "RxPropertyTests",
      "path" : "Tests/RxPropertyTests",
      "sources" : [
        "RxPropertyTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RxProperty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxProperty",
      "module_type" : "SwiftTarget",
      "name" : "RxProperty",
      "path" : "Sources/RxProperty",
      "product_dependencies" : [
        "RxSwift",
        "RxRelay"
      ],
      "product_memberships" : [
        "RxProperty"
      ],
      "sources" : [
        "RxProperty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
[1/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (5.20s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (7.13s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[1/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/150] Emitting module RxSwift
[8/170] Compiling RxSwift CombineLatest.swift
[9/170] Compiling RxSwift CompactMap.swift
[10/170] Compiling RxSwift Completable+AndThen.swift
[11/170] Compiling RxSwift Completable.swift
[12/170] Compiling RxSwift CompositeDisposable.swift
[13/170] Compiling RxSwift Concat.swift
[14/170] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[15/170] Compiling RxSwift ConcurrentMainScheduler.swift
[16/170] Compiling RxSwift ConnectableObservableType.swift
[17/170] Compiling RxSwift Create.swift
[18/170] Compiling RxSwift CurrentThreadScheduler.swift
[19/170] Compiling RxSwift Date+Dispatch.swift
[20/170] Compiling RxSwift Debounce.swift
[21/170] Compiling RxSwift Debug.swift
[22/170] Compiling RxSwift Decode.swift
[23/170] Compiling RxSwift DefaultIfEmpty.swift
[24/170] Compiling RxSwift Deferred.swift
[25/170] Compiling RxSwift Delay.swift
[26/170] Compiling RxSwift DelaySubscription.swift
[27/170] Compiling RxSwift Dematerialize.swift
[28/170] Compiling RxSwift DispatchQueue+Extensions.swift
[29/170] Compiling RxSwift SynchronizedOnType.swift
[30/170] Compiling RxSwift SynchronizedUnsubscribeType.swift
[31/170] Compiling RxSwift TailRecursiveSink.swift
[32/170] Compiling RxSwift Take.swift
[33/170] Compiling RxSwift TakeLast.swift
[34/170] Compiling RxSwift TakeWithPredicate.swift
[35/170] Compiling RxSwift Throttle.swift
[36/170] Compiling RxSwift Timeout.swift
[37/170] Compiling RxSwift Timer.swift
[38/170] Compiling RxSwift ToArray.swift
[39/170] Compiling RxSwift Using.swift
[40/170] Compiling RxSwift VirtualTimeConverterType.swift
[41/170] Compiling RxSwift VirtualTimeScheduler.swift
[42/170] Compiling RxSwift Window.swift
[43/170] Compiling RxSwift WithLatestFrom.swift
[44/170] Compiling RxSwift WithUnretained.swift
[45/170] Compiling RxSwift Zip+Collection.swift
[46/170] Compiling RxSwift Zip+arity.swift
[47/170] Compiling RxSwift Zip.swift
[48/170] Compiling RxSwift resource_bundle_accessor.swift
[49/170] Compiling RxSwift SchedulerType.swift
[50/170] Compiling RxSwift Sequence.swift
[51/170] Compiling RxSwift SerialDispatchQueueScheduler.swift
[52/170] Compiling RxSwift SerialDisposable.swift
[53/170] Compiling RxSwift ShareReplayScope.swift
[54/170] Compiling RxSwift Single.swift
[55/170] Compiling RxSwift SingleAssignmentDisposable.swift
[56/170] Compiling RxSwift SingleAsync.swift
[57/170] Compiling RxSwift Sink.swift
[58/170] Compiling RxSwift Skip.swift
[59/170] Compiling RxSwift SkipUntil.swift
[60/170] Compiling RxSwift SkipWhile.swift
[61/170] Compiling RxSwift StartWith.swift
[62/170] Compiling RxSwift SubjectType.swift
[63/170] Compiling RxSwift SubscribeOn.swift
[64/170] Compiling RxSwift SubscriptionDisposable.swift
[65/170] Compiling RxSwift SwiftSupport.swift
[66/170] Compiling RxSwift Switch.swift
[67/170] Compiling RxSwift SwitchIfEmpty.swift
[68/170] Compiling RxSwift SynchronizedDisposeType.swift
[69/170] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[70/170] Compiling RxSwift Infallible+CombineLatest+arity.swift
[71/170] Compiling RxSwift Infallible+Concurrency.swift
[72/170] Compiling RxSwift Infallible+Create.swift
[73/170] Compiling RxSwift Infallible+Debug.swift
[74/170] Compiling RxSwift Infallible+Operators.swift
[75/170] Compiling RxSwift Infallible+Zip+arity.swift
[76/170] Compiling RxSwift Infallible.swift
[77/170] Compiling RxSwift InfiniteSequence.swift
[78/170] Compiling RxSwift InvocableScheduledItem.swift
[79/170] Compiling RxSwift InvocableType.swift
[80/170] Compiling RxSwift Just.swift
[81/170] Compiling RxSwift Lock.swift
[82/170] Compiling RxSwift LockOwnerType.swift
[83/170] Compiling RxSwift MainScheduler.swift
[84/170] Compiling RxSwift Map.swift
[85/170] Compiling RxSwift Materialize.swift
[86/170] Compiling RxSwift Maybe.swift
[87/170] Compiling RxSwift Merge.swift
[88/170] Compiling RxSwift Multicast.swift
[89/170] Compiling RxSwift Never.swift
[90/170] Compiling RxSwift NopDisposable.swift
[91/170] Compiling RxSwift Observable+Concurrency.swift
[92/170] Compiling RxSwift Observable.swift
[93/170] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[94/170] Compiling RxSwift ObservableConvertibleType.swift
[95/170] Compiling RxSwift ObservableType+Extensions.swift
[96/170] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[97/170] Compiling RxSwift ObservableType.swift
[98/170] Compiling RxSwift ObserveOn.swift
[99/170] Compiling RxSwift ObserverBase.swift
[100/170] Compiling RxSwift ObserverType.swift
[101/170] Compiling RxSwift OperationQueueScheduler.swift
[102/170] Compiling RxSwift Optional.swift
[103/170] Compiling RxSwift Platform.Darwin.swift
[104/170] Compiling RxSwift Platform.Linux.swift
[105/170] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[106/170] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[107/170] Compiling RxSwift PrimitiveSequence.swift
[108/170] Compiling RxSwift PriorityQueue.swift
[109/170] Compiling RxSwift Producer.swift
[110/170] Compiling RxSwift PublishSubject.swift
[111/170] Compiling RxSwift Queue.swift
[112/170] Compiling RxSwift Range.swift
[113/170] Compiling RxSwift Reactive.swift
[114/170] Compiling RxSwift RecursiveLock.swift
[115/170] Compiling RxSwift RecursiveScheduler.swift
[116/170] Compiling RxSwift Reduce.swift
[117/170] Compiling RxSwift RefCountDisposable.swift
[118/170] Compiling RxSwift Repeat.swift
[119/170] Compiling RxSwift ReplaySubject.swift
[120/170] Compiling RxSwift RetryWhen.swift
[121/170] Compiling RxSwift Rx.swift
[122/170] Compiling RxSwift RxMutableBox.swift
[123/170] Compiling RxSwift Sample.swift
[124/170] Compiling RxSwift Scan.swift
[125/170] Compiling RxSwift ScheduledDisposable.swift
[126/170] Compiling RxSwift ScheduledItem.swift
[127/170] Compiling RxSwift ScheduledItemType.swift
[128/170] Compiling RxSwift SchedulerServices+Emulation.swift
[129/170] Compiling RxSwift DispatchQueueConfiguration.swift
[130/170] Compiling RxSwift Disposable.swift
[131/170] Compiling RxSwift Disposables.swift
[132/170] Compiling RxSwift DisposeBag.swift
[133/170] Compiling RxSwift DisposeBase.swift
[134/170] Compiling RxSwift DistinctUntilChanged.swift
[135/170] Compiling RxSwift Do.swift
[136/170] Compiling RxSwift ElementAt.swift
[137/170] Compiling RxSwift Empty.swift
[138/170] Compiling RxSwift Enumerated.swift
[139/170] Compiling RxSwift Error.swift
[140/170] Compiling RxSwift Errors.swift
[141/170] Compiling RxSwift Event.swift
[142/170] Compiling RxSwift Filter.swift
[143/170] Compiling RxSwift First.swift
[144/170] Compiling RxSwift Generate.swift
[145/170] Compiling RxSwift GroupBy.swift
[146/170] Compiling RxSwift GroupedObservable.swift
[147/170] Compiling RxSwift HistoricalScheduler.swift
[148/170] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[149/170] Compiling RxSwift ImmediateSchedulerType.swift
[150/170] Compiling RxSwift AddRef.swift
[151/170] Compiling RxSwift Amb.swift
[152/170] Compiling RxSwift AnonymousDisposable.swift
[153/170] Compiling RxSwift AnonymousObserver.swift
[154/170] Compiling RxSwift AnyObserver.swift
[155/170] Compiling RxSwift AsMaybe.swift
[156/170] Compiling RxSwift AsSingle.swift
[157/170] Compiling RxSwift AsyncLock.swift
[158/170] Compiling RxSwift AsyncSubject.swift
[159/170] Compiling RxSwift AtomicInt.swift
[160/170] Compiling RxSwift Bag+Rx.swift
[161/170] Compiling RxSwift Bag.swift
[162/170] Compiling RxSwift BehaviorSubject.swift
[163/170] Compiling RxSwift BinaryDisposable.swift
[164/170] Compiling RxSwift Binder.swift
[165/170] Compiling RxSwift BooleanDisposable.swift
[166/170] Compiling RxSwift Buffer.swift
[167/170] Compiling RxSwift Cancelable.swift
[168/170] Compiling RxSwift Catch.swift
[169/170] Compiling RxSwift CombineLatest+Collection.swift
[170/170] Compiling RxSwift CombineLatest+arity.swift
[172/178] Compiling RxRelay ReplayRelay.swift
[173/178] Compiling RxRelay resource_bundle_accessor.swift
[174/178] Compiling RxRelay Utils.swift
[175/178] Compiling RxRelay PublishRelay.swift
[176/178] Compiling RxRelay BehaviorRelay.swift
[177/178] Emitting module RxRelay
[178/178] Compiling RxRelay Observable+Bind.swift
[180/181] Compiling RxProperty RxProperty.swift
[181/181] Emitting module RxProperty
Build complete! (21.97s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift"
    }
  ],
  "manifest_display_name" : "RxProperty",
  "name" : "RxProperty",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RxProperty",
      "targets" : [
        "RxProperty"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxPropertyTests",
      "module_type" : "SwiftTarget",
      "name" : "RxPropertyTests",
      "path" : "Tests/RxPropertyTests",
      "sources" : [
        "RxPropertyTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "RxProperty"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxProperty",
      "module_type" : "SwiftTarget",
      "name" : "RxProperty",
      "path" : "Sources/RxProperty",
      "product_dependencies" : [
        "RxSwift",
        "RxRelay"
      ],
      "product_memberships" : [
        "RxProperty"
      ],
      "sources" : [
        "RxProperty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
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.