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 RxGRDB, reference master (600096), with Swift 6.2 (beta) for Linux on 23 Jun 2025 09:03:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxGRDB.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/RxSwiftCommunity/RxGRDB
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 600096b v4.0.0
Cloned https://github.com/RxSwiftCommunity/RxGRDB.git
Revision (git rev-parse @):
600096b61fab5a9823887c9af63f30a51d02ea6f
SUCCESS checkout https://github.com/RxSwiftCommunity/RxGRDB.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxGRDB.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "RxGRDB",
 7 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/groue/GRDB.swift.git
[1/111431] Fetching grdb.swift
[3344/164141] Fetching grdb.swift, rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (8.17s)
[50144/111431] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (25.12s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 7.5.0 (31.70s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.99s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 7.5.0
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/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Copying Info.plist
[0/7] Write sources
[5/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/297] Compiling RxSwift SchedulerType.swift
[9/297] Compiling RxSwift Sequence.swift
[10/297] Compiling RxSwift SerialDispatchQueueScheduler.swift
[11/297] Compiling RxSwift SerialDisposable.swift
[12/297] Compiling RxSwift ShareReplayScope.swift
[13/297] Compiling RxSwift Single.swift
[14/297] Compiling RxSwift SingleAssignmentDisposable.swift
[15/297] Compiling RxSwift SingleAsync.swift
[16/297] Compiling RxSwift Sink.swift
[17/297] Compiling RxSwift Skip.swift
[18/297] Compiling RxSwift SkipUntil.swift
[19/297] Compiling RxSwift SkipWhile.swift
[20/297] Compiling RxSwift StartWith.swift
[21/297] Compiling RxSwift SubjectType.swift
[22/297] Compiling RxSwift SubscribeOn.swift
[23/297] Compiling RxSwift SubscriptionDisposable.swift
[24/297] Compiling RxSwift SwiftSupport.swift
[25/297] Compiling RxSwift Switch.swift
[26/297] Compiling RxSwift SwitchIfEmpty.swift
[27/297] Compiling RxSwift SynchronizedDisposeType.swift
[28/317] Compiling RxSwift Producer.swift
[29/317] Compiling RxSwift PublishSubject.swift
[30/317] Compiling RxSwift Queue.swift
[31/317] Compiling RxSwift Range.swift
[32/317] Compiling RxSwift Reactive.swift
[33/317] Compiling RxSwift RecursiveLock.swift
[34/317] Compiling RxSwift RecursiveScheduler.swift
[35/317] Compiling RxSwift Reduce.swift
[36/317] Compiling RxSwift RefCountDisposable.swift
[37/317] Compiling RxSwift Repeat.swift
[38/317] Compiling RxSwift ReplaySubject.swift
[39/317] Compiling RxSwift RetryWhen.swift
[40/317] Compiling RxSwift Rx.swift
[41/317] Compiling RxSwift RxMutableBox.swift
[42/317] Compiling RxSwift Sample.swift
[43/317] Compiling RxSwift Scan.swift
[44/317] Compiling RxSwift ScheduledDisposable.swift
[45/317] Compiling RxSwift ScheduledItem.swift
[46/317] Compiling RxSwift ScheduledItemType.swift
[47/317] Compiling RxSwift SchedulerServices+Emulation.swift
[48/317] Compiling RxSwift Never.swift
[49/317] Compiling RxSwift NopDisposable.swift
[50/317] Compiling RxSwift Observable+Concurrency.swift
[51/317] Compiling RxSwift Observable.swift
[52/317] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[53/317] Compiling RxSwift ObservableConvertibleType.swift
[54/317] Compiling RxSwift ObservableType+Extensions.swift
[55/317] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[56/317] Compiling RxSwift ObservableType.swift
[57/317] Compiling RxSwift ObserveOn.swift
[58/317] Compiling RxSwift ObserverBase.swift
[59/317] Compiling RxSwift ObserverType.swift
[60/317] Compiling RxSwift OperationQueueScheduler.swift
[61/317] Compiling RxSwift Optional.swift
[62/317] Compiling RxSwift Platform.Darwin.swift
[63/317] Compiling RxSwift Platform.Linux.swift
[64/317] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[65/317] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[66/317] Compiling RxSwift PrimitiveSequence.swift
[67/317] Compiling RxSwift PriorityQueue.swift
[68/317] Compiling GRDB NSString.swift
[69/317] Compiling GRDB SQLiteDateParser.swift
[70/317] Compiling GRDB URL.swift
[71/317] Compiling GRDB UUID.swift
[72/317] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[73/317] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[74/317] Compiling RxSwift Infallible+Zip+arity.swift
[75/317] Compiling RxSwift Infallible.swift
[76/317] Compiling RxSwift InfiniteSequence.swift
[77/317] Compiling RxSwift InvocableScheduledItem.swift
[78/317] Compiling RxSwift InvocableType.swift
[79/317] Compiling RxSwift Just.swift
[80/317] Compiling RxSwift Lock.swift
[81/317] Compiling RxSwift LockOwnerType.swift
[82/317] Compiling RxSwift MainScheduler.swift
[83/317] Compiling RxSwift Map.swift
[84/317] Compiling RxSwift Materialize.swift
[85/317] Compiling RxSwift Maybe.swift
[86/317] Compiling RxSwift Merge.swift
[87/317] Compiling RxSwift Multicast.swift
[88/317] Compiling RxSwift DispatchQueueConfiguration.swift
[89/317] Compiling RxSwift Disposable.swift
[90/317] Compiling RxSwift Disposables.swift
[91/317] Compiling RxSwift DisposeBag.swift
[92/317] Compiling RxSwift DisposeBase.swift
[93/317] Compiling RxSwift DistinctUntilChanged.swift
[94/317] Compiling RxSwift Do.swift
[95/317] Compiling RxSwift ElementAt.swift
[96/317] Compiling RxSwift Empty.swift
[97/317] Compiling RxSwift Enumerated.swift
[98/317] Compiling RxSwift Error.swift
[99/317] Compiling RxSwift Errors.swift
[100/317] Compiling RxSwift Event.swift
[101/317] Compiling RxSwift Filter.swift
[102/317] Compiling RxSwift First.swift
[103/317] Compiling RxSwift Generate.swift
[104/317] Compiling RxSwift GroupBy.swift
[105/317] Compiling RxSwift GroupedObservable.swift
[106/317] Compiling RxSwift HistoricalScheduler.swift
[107/317] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[108/317] Compiling RxSwift ImmediateSchedulerType.swift
[109/317] Compiling RxSwift CombineLatest.swift
[110/317] Compiling RxSwift CompactMap.swift
[111/317] Compiling RxSwift Completable+AndThen.swift
[112/317] Compiling RxSwift Completable.swift
[113/317] Compiling RxSwift CompositeDisposable.swift
[114/317] Compiling RxSwift Concat.swift
[115/317] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[116/317] Compiling RxSwift ConcurrentMainScheduler.swift
[117/317] Compiling RxSwift ConnectableObservableType.swift
[118/317] Compiling RxSwift Create.swift
[119/317] Compiling RxSwift CurrentThreadScheduler.swift
[120/317] Compiling RxSwift Date+Dispatch.swift
[121/317] Compiling RxSwift Debounce.swift
[122/317] Compiling RxSwift Debug.swift
[123/317] Compiling RxSwift Decode.swift
[124/317] Compiling RxSwift DefaultIfEmpty.swift
[125/317] Compiling RxSwift Deferred.swift
[126/317] Compiling RxSwift Delay.swift
[127/317] Compiling RxSwift DelaySubscription.swift
[128/317] Compiling RxSwift Dematerialize.swift
[129/317] Compiling RxSwift DispatchQueue+Extensions.swift
[130/317] Compiling RxSwift AddRef.swift
[131/317] Compiling RxSwift Amb.swift
[132/317] Compiling RxSwift AnonymousDisposable.swift
[133/317] Compiling RxSwift AnonymousObserver.swift
[134/317] Compiling RxSwift AnyObserver.swift
[135/317] Compiling RxSwift AsMaybe.swift
[136/317] Compiling RxSwift AsSingle.swift
[137/317] Compiling RxSwift AsyncLock.swift
[138/317] Compiling RxSwift AsyncSubject.swift
[139/317] Compiling RxSwift AtomicInt.swift
[140/317] Compiling RxSwift Bag+Rx.swift
[141/317] Compiling RxSwift Bag.swift
[142/317] Compiling RxSwift BehaviorSubject.swift
[143/317] Compiling RxSwift BinaryDisposable.swift
[144/317] Compiling RxSwift Binder.swift
[145/317] Compiling RxSwift BooleanDisposable.swift
[146/317] Compiling RxSwift Buffer.swift
[147/317] Compiling RxSwift Cancelable.swift
[148/317] Compiling RxSwift Catch.swift
[149/317] Compiling RxSwift CombineLatest+Collection.swift
[150/317] Compiling RxSwift CombineLatest+arity.swift
[151/317] Emitting module RxSwift
[190/337] Compiling RxSwift SynchronizedOnType.swift
[191/337] Compiling RxSwift SynchronizedUnsubscribeType.swift
[276/337] Emitting module GRDB
[298/337] Compiling GRDB Mutex.swift
[299/337] Compiling GRDB OnDemandFuture.swift
[300/337] Compiling GRDB OrderedDictionary.swift
[301/337] Compiling GRDB Pool.swift
[302/337] Compiling GRDB ReadWriteLock.swift
[303/337] Compiling GRDB ReceiveValuesOn.swift
[304/337] Compiling GRDB Refinable.swift
[305/337] Compiling GRDB Utils.swift
[306/337] Compiling GRDB DatabaseCancellable.swift
[307/337] Compiling GRDB ValueConcurrentObserver.swift
[308/337] Compiling GRDB ValueWriteOnlyObserver.swift
[309/337] Compiling GRDB Fetch.swift
[310/337] Compiling GRDB Map.swift
[311/337] Compiling GRDB RemoveDuplicates.swift
[312/337] Compiling GRDB Trace.swift
[313/337] Compiling GRDB ValueReducer.swift
[314/337] Compiling GRDB SharedValueObservation.swift
[315/337] Compiling GRDB ValueObservation.swift
[316/337] Compiling GRDB ValueObservationScheduler.swift
[317/337] Compiling GRDB resource_bundle_accessor.swift
[340/345] Compiling RxGRDB GRDBReactive.swift
[341/345] Compiling RxGRDB ValueObservation+Rx.swift
[342/345] Emitting module RxGRDB
[343/345] Compiling RxGRDB DatabaseRegionObservation+Rx.swift
[344/345] Compiling RxGRDB DatabaseReader+Rx.swift
[345/345] Compiling RxGRDB DatabaseWriter+Rx.swift
Build complete! (89.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "grdb.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.1.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/groue/GRDB.swift.git"
    },
    {
      "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" : "RxGRDB",
  "name" : "RxGRDB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "RxGRDB",
      "targets" : [
        "RxGRDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxGRDBTests",
      "module_type" : "SwiftTarget",
      "name" : "RxGRDBTests",
      "path" : "Tests/RxGRDBTests",
      "product_dependencies" : [
        "GRDB",
        "RxBlocking"
      ],
      "sources" : [
        "DatabaseReaderReadTests.swift",
        "DatabaseRegionObservationTests.swift",
        "DatabaseWriterWriteTests.swift",
        "Support.swift",
        "ValueObservationTests.swift"
      ],
      "target_dependencies" : [
        "RxGRDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxGRDB",
      "module_type" : "SwiftTarget",
      "name" : "RxGRDB",
      "path" : "Sources/RxGRDB",
      "product_dependencies" : [
        "GRDB",
        "RxSwift"
      ],
      "product_memberships" : [
        "RxGRDB"
      ],
      "sources" : [
        "DatabaseReader+Rx.swift",
        "DatabaseRegionObservation+Rx.swift",
        "DatabaseWriter+Rx.swift",
        "GRDBReactive.swift",
        "ValueObservation+Rx.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:5:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
 3 | import PackageDescription
 4 |
 5 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' [#DeprecatedDeclaration]
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 6 |     name: "RxGRDB",
 7 |     platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.