The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RxNimble, reference 6.3.1 (c21ba0), with Swift 6.1 for Linux on 27 Apr 2025 23:09:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/RxSwiftCommunity/RxNimble.git
Reference: 6.3.1
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/RxSwiftCommunity/RxNimble
 * tag               6.3.1      -> FETCH_HEAD
HEAD is now at c21ba0c Version bump.
Cloned https://github.com/RxSwiftCommunity/RxNimble.git
Revision (git rev-parse @):
c21ba0cc2b5a73f7d5f79f0efde00b70c4364f70
SUCCESS checkout https://github.com/RxSwiftCommunity/RxNimble.git at 6.3.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxNimble.git
https://github.com/RxSwiftCommunity/RxNimble.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"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "RxNimble",
  "name" : "RxNimble",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RxNimble",
      "targets" : [
        "RxNimble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxNimbleTests",
      "module_type" : "SwiftTarget",
      "name" : "RxNimbleTests",
      "path" : "Tests/RxNimbleTests",
      "product_dependencies" : [
        "Quick"
      ],
      "sources" : [
        "AnyError.swift",
        "RxNimbleRxBlockingTests.swift",
        "RxNimbleRxTestTests.swift"
      ],
      "target_dependencies" : [
        "RxNimble"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxNimble",
      "module_type" : "SwiftTarget",
      "name" : "RxNimble",
      "path" : "Sources/RxNimble",
      "product_dependencies" : [
        "RxSwift",
        "Nimble",
        "RxTest",
        "RxBlocking"
      ],
      "product_memberships" : [
        "RxNimble"
      ],
      "sources" : [
        "Core/Expectation+Ext.swift",
        "RxBlocking/Expectation+Blocking.swift",
        "RxTest/Equal+RxTest.swift",
        "RxTest/Expectation+RxTest.swift",
        "RxTest/ThrowError+RxTest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/14755] Fetching quick
[7822/34322] Fetching quick, nimble
[22042/87005] Fetching quick, nimble, rxswift
Fetched https://github.com/Quick/Nimble from cache (1.19s)
[65788/67438] Fetching quick, rxswift
Fetched https://github.com/Quick/Quick from cache (4.00s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.14s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 6.1.0 (4.60s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (0.44s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 13.7.1 (0.43s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.68s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.64s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 13.7.1
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 6.1.0
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
Building for debugging...
[0/7] Write sources
[3/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/213] Emitting module Nimble
[9/221] Emitting module RxSwift
[10/241] Compiling RxSwift Error.swift
[11/241] Compiling RxSwift Errors.swift
[12/241] Compiling RxSwift Event.swift
[13/241] Compiling RxSwift Filter.swift
[14/241] Compiling RxSwift First.swift
[15/241] Compiling RxSwift Generate.swift
[16/241] Compiling RxSwift GroupBy.swift
[17/241] Compiling RxSwift GroupedObservable.swift
[18/241] Compiling RxSwift HistoricalScheduler.swift
[19/241] Compiling RxSwift Decode.swift
[20/241] Compiling RxSwift DefaultIfEmpty.swift
[21/241] Compiling RxSwift Deferred.swift
[22/241] Compiling RxSwift Delay.swift
[23/241] Compiling RxSwift DelaySubscription.swift
[24/241] Compiling RxSwift Dematerialize.swift
[25/241] Compiling RxSwift DispatchQueue+Extensions.swift
[26/241] Compiling RxSwift DispatchQueueConfiguration.swift
[27/241] Compiling RxSwift AtomicInt.swift
[28/241] Compiling RxSwift Bag+Rx.swift
[29/241] Compiling RxSwift Bag.swift
[30/241] Compiling RxSwift BehaviorSubject.swift
[31/241] Compiling RxSwift BinaryDisposable.swift
[32/241] Compiling RxSwift Binder.swift
[33/241] Compiling RxSwift BooleanDisposable.swift
[34/241] Compiling RxSwift Buffer.swift
[35/241] Compiling RxSwift Cancelable.swift
[36/241] Compiling RxSwift Catch.swift
[37/241] Compiling RxSwift CombineLatest+Collection.swift
[38/241] Compiling RxSwift CombineLatest+arity.swift
[39/241] Compiling RxSwift CombineLatest.swift
[40/241] Compiling RxSwift CompactMap.swift
[41/241] Compiling RxSwift Completable+AndThen.swift
[42/241] Compiling RxSwift Completable.swift
[43/241] Compiling RxSwift CompositeDisposable.swift
[44/241] Compiling RxSwift Concat.swift
[45/241] Compiling RxSwift AddRef.swift
[46/241] Compiling RxSwift Amb.swift
[47/241] Compiling RxSwift AnonymousDisposable.swift
[48/241] Compiling RxSwift AnonymousObserver.swift
[49/241] Compiling RxSwift AnyObserver.swift
[50/241] Compiling RxSwift AsMaybe.swift
[51/241] Compiling RxSwift AsSingle.swift
[52/241] Compiling RxSwift AsyncLock.swift
[53/241] Compiling RxSwift AsyncSubject.swift
[60/241] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[61/241] Compiling RxSwift ConcurrentMainScheduler.swift
[62/241] Compiling RxSwift ConnectableObservableType.swift
[63/241] Compiling RxSwift Create.swift
[64/241] Compiling RxSwift CurrentThreadScheduler.swift
[65/241] Compiling RxSwift Date+Dispatch.swift
[66/241] Compiling RxSwift Debounce.swift
[67/241] Compiling RxSwift Debug.swift
[75/241] Compiling RxSwift Disposable.swift
[76/241] Compiling RxSwift Disposables.swift
[77/241] Compiling RxSwift DisposeBag.swift
[78/241] Compiling RxSwift DisposeBase.swift
[79/241] Compiling RxSwift DistinctUntilChanged.swift
[80/241] Compiling RxSwift Do.swift
[81/241] Compiling RxSwift ElementAt.swift
[82/241] Compiling RxSwift Empty.swift
[83/241] Compiling RxSwift Enumerated.swift
[84/241] Compiling RxSwift Producer.swift
[85/241] Compiling RxSwift PublishSubject.swift
[86/241] Compiling RxSwift Queue.swift
[87/241] Compiling RxSwift Range.swift
[89/241] Compiling RxSwift Reactive.swift
[91/241] Compiling RxSwift RecursiveLock.swift
[93/241] Compiling RxSwift RecursiveScheduler.swift
[95/241] Compiling RxSwift Reduce.swift
[97/241] Compiling RxSwift RefCountDisposable.swift
[99/241] Compiling RxSwift Repeat.swift
[101/241] Compiling RxSwift ReplaySubject.swift
[103/241] Compiling RxSwift RetryWhen.swift
[104/241] Compiling RxSwift Rx.swift
[105/241] Compiling RxSwift RxMutableBox.swift
[106/241] Compiling RxSwift Sample.swift
[107/241] Compiling RxSwift Scan.swift
[108/241] Compiling RxSwift ScheduledDisposable.swift
[109/241] Compiling RxSwift ScheduledItem.swift
[110/241] Compiling RxSwift ScheduledItemType.swift
[111/241] Compiling RxSwift SchedulerServices+Emulation.swift
[112/241] Compiling RxSwift SchedulerType.swift
[113/241] Compiling RxSwift Sequence.swift
[114/241] Compiling RxSwift SerialDispatchQueueScheduler.swift
[115/241] Compiling RxSwift SerialDisposable.swift
[116/241] Compiling RxSwift ShareReplayScope.swift
[117/241] Compiling RxSwift Single.swift
[118/241] Compiling RxSwift SingleAssignmentDisposable.swift
[119/241] Compiling RxSwift SingleAsync.swift
[120/241] Compiling RxSwift Sink.swift
[121/241] Compiling RxSwift Skip.swift
[122/241] Compiling RxSwift SkipUntil.swift
[123/241] Compiling RxSwift SkipWhile.swift
[124/241] Compiling RxSwift StartWith.swift
[125/241] Compiling RxSwift SubjectType.swift
[126/241] Compiling RxSwift SubscribeOn.swift
[127/241] Compiling RxSwift SubscriptionDisposable.swift
[128/241] Compiling RxSwift SwiftSupport.swift
[129/241] Compiling RxSwift Switch.swift
[130/241] Compiling RxSwift SwitchIfEmpty.swift
[131/241] Compiling RxSwift SynchronizedDisposeType.swift
[132/241] Compiling Nimble Requirement.swift
[133/241] Compiling Nimble AsyncAwait.swift
[134/241] Compiling Nimble AsyncTimerSequence.swift
[135/241] Compiling Nimble Errors.swift
[136/241] Compiling Nimble NimbleTimeInterval.swift
[137/241] Compiling Nimble PollAwait.swift
[138/241] Compiling Nimble SourceLocation.swift
[139/241] Compiling Nimble Stringers.swift
[140/242] Compiling RxSwift Never.swift
[141/242] Compiling RxSwift NopDisposable.swift
[142/242] Compiling RxSwift Observable+Concurrency.swift
[143/242] Compiling RxSwift Observable.swift
[144/242] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[145/242] Compiling RxSwift ObservableConvertibleType.swift
[146/242] Compiling RxSwift ObservableType+Extensions.swift
[147/242] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[148/242] Compiling RxSwift ObservableType.swift
[149/242] Compiling RxSwift ObserveOn.swift
[150/242] Compiling RxSwift ObserverBase.swift
[151/242] Compiling RxSwift ObserverType.swift
[152/242] Compiling RxSwift OperationQueueScheduler.swift
[153/242] Compiling RxSwift Optional.swift
[154/242] Compiling RxSwift Platform.Darwin.swift
[155/242] Compiling RxSwift Platform.Linux.swift
[156/242] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[157/242] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[158/242] Compiling RxSwift PrimitiveSequence.swift
[159/242] Compiling RxSwift PriorityQueue.swift
[208/242] Compiling RxSwift Infallible+Zip+arity.swift
[209/242] Compiling RxSwift Infallible.swift
[210/242] Compiling RxSwift InfiniteSequence.swift
[211/242] Compiling RxSwift InvocableScheduledItem.swift
[212/242] Compiling RxSwift InvocableType.swift
[213/242] Compiling RxSwift Just.swift
[214/242] Compiling RxSwift Lock.swift
[215/242] Compiling RxSwift LockOwnerType.swift
[216/242] Compiling RxSwift MainScheduler.swift
[217/242] Compiling RxSwift Map.swift
[218/242] Compiling RxSwift Materialize.swift
[219/242] Compiling RxSwift Maybe.swift
[220/242] Compiling RxSwift Merge.swift
[221/242] Compiling RxSwift Multicast.swift
[223/242] Compiling RxSwift SynchronizedOnType.swift
[224/242] Compiling RxSwift SynchronizedUnsubscribeType.swift
[225/242] Compiling RxSwift TailRecursiveSink.swift
[226/242] Compiling RxSwift Take.swift
[227/242] Compiling RxSwift TakeLast.swift
[228/242] Compiling RxSwift TakeWithPredicate.swift
[229/242] Compiling RxSwift Throttle.swift
[230/242] Compiling RxSwift Timeout.swift
[231/242] Compiling RxSwift Timer.swift
[232/242] Compiling RxSwift ToArray.swift
[233/242] Compiling RxSwift Using.swift
[234/242] Compiling RxSwift VirtualTimeConverterType.swift
[235/242] Compiling RxSwift VirtualTimeScheduler.swift
[236/242] Compiling RxSwift Window.swift
[237/242] Compiling RxSwift WithLatestFrom.swift
[238/242] Compiling RxSwift WithUnretained.swift
[239/242] Compiling RxSwift Zip+Collection.swift
[240/242] Compiling RxSwift Zip+arity.swift
[241/242] Compiling RxSwift Zip.swift
[242/242] Compiling RxSwift resource_bundle_accessor.swift
[244/266] Compiling RxBlocking RecursiveLock.swift
[245/266] Compiling RxBlocking Platform.Linux.swift
[246/266] Compiling RxBlocking Resources.swift
[247/266] Compiling RxBlocking Platform.Darwin.swift
[248/267] Emitting module RxTest
[249/268] Compiling RxBlocking ObservableConvertibleType+Blocking.swift
[250/268] Compiling RxBlocking BlockingObservable.swift
[251/268] Compiling RxTest Any+Equatable.swift
[252/268] Compiling RxTest Bag.swift
[253/268] Emitting module RxBlocking
[254/268] Compiling RxTest TestableObserver.swift
[255/268] Compiling RxBlocking RunLoopLock.swift
[256/269] Compiling RxTest TestSchedulerVirtualTimeConverter.swift
[257/269] Compiling RxTest TestableObservable.swift
[258/269] Compiling RxTest HotObservable.swift
[259/269] Compiling RxTest Recorded+Event.swift
[260/269] Compiling RxTest ColdObservable.swift
[261/269] Compiling RxTest Event+Equatable.swift
[262/269] Compiling RxTest XCTest+Rx.swift
[263/269] Compiling RxTest Recorded.swift
[264/269] Compiling RxTest RxTest.swift
[265/269] Compiling RxTest Subscription.swift
[266/269] Compiling RxTest TestScheduler.swift
[271/276] Compiling RxNimble Expectation+Ext.swift
[272/276] Compiling RxNimble Expectation+Blocking.swift
[273/276] Emitting module RxNimble
[274/276] Compiling RxNimble ThrowError+RxTest.swift
[275/276] Compiling RxNimble Expectation+RxTest.swift
[276/276] Compiling RxNimble Equal+RxTest.swift
Build complete! (24.78s)
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"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "13.0.0",
            "upper_bound" : "14.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    }
  ],
  "manifest_display_name" : "RxNimble",
  "name" : "RxNimble",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "RxNimble",
      "targets" : [
        "RxNimble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxNimbleTests",
      "module_type" : "SwiftTarget",
      "name" : "RxNimbleTests",
      "path" : "Tests/RxNimbleTests",
      "product_dependencies" : [
        "Quick"
      ],
      "sources" : [
        "AnyError.swift",
        "RxNimbleRxBlockingTests.swift",
        "RxNimbleRxTestTests.swift"
      ],
      "target_dependencies" : [
        "RxNimble"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxNimble",
      "module_type" : "SwiftTarget",
      "name" : "RxNimble",
      "path" : "Sources/RxNimble",
      "product_dependencies" : [
        "RxSwift",
        "Nimble",
        "RxTest",
        "RxBlocking"
      ],
      "product_memberships" : [
        "RxNimble"
      ],
      "sources" : [
        "Core/Expectation+Ext.swift",
        "RxBlocking/Expectation+Blocking.swift",
        "RxTest/Equal+RxTest.swift",
        "RxTest/Expectation+RxTest.swift",
        "RxTest/ThrowError+RxTest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7.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
Done.