This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 RxGRDB with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxGRDB.git
Reference: v3.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RxSwiftCommunity/RxGRDB
 * tag               v3.0.0     -> FETCH_HEAD
HEAD is now at fd14b91 v3.0.0
Cloned https://github.com/RxSwiftCommunity/RxGRDB.git
Revision (git rev-parse @):
fd14b91e3e381e211cb7112f1d9ee6dcc33e87af
SUCCESS checkout https://github.com/RxSwiftCommunity/RxGRDB.git at v3.0.0
Fetching https://github.com/groue/GRDB.swift.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/groue/GRDB.swift.git (0.39s)
Fetched https://github.com/ReactiveX/RxSwift.git (0.45s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (0.02s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.23.0 (0.02s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 6.23.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rxgrdb",
      "name": "RxGRDB",
      "url": "https://github.com/RxSwiftCommunity/RxGRDB.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxGRDB",
      "dependencies": [
        {
          "identity": "grdb.swift",
          "name": "GRDB",
          "url": "https://github.com/groue/GRDB.swift.git",
          "version": "6.23.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GRDB.swift",
          "dependencies": [
          ]
        },
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "6.6.0",
          "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/RxSwiftCommunity/RxGRDB.git from cache
Fetched https://github.com/RxSwiftCommunity/RxGRDB.git (0.18s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetching https://github.com/groue/GRDB.swift.git from cache
Fetched https://github.com/groue/GRDB.swift.git (0.37s)
Fetched https://github.com/ReactiveX/RxSwift.git (0.42s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (0.02s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.23.0 (0.02s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 6.23.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
Creating working copy for https://github.com/RxSwiftCommunity/RxGRDB.git
Working copy of https://github.com/RxSwiftCommunity/RxGRDB.git resolved at v3.0.0
warning: '.resolve-product-dependencies': dependency 'rxgrdb' is not used by any target
Found 2 product dependencies
  - GRDB
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/288] Compiling GRDB NSNumber.swift
[2/288] Compiling GRDB EncodableRecord+Encodable.swift
[3/288] Compiling GRDB EncodableRecord.swift
[4/288] Compiling GRDB FetchableRecord+Decodable.swift
[5/288] Compiling GRDB FetchableRecord+TableRecord.swift
[6/288] Compiling GRDB FetchableRecord.swift
[7/288] Compiling GRDB MutablePersistableRecord+DAO.swift
[8/288] Compiling GRDB MutablePersistableRecord+Delete.swift
[9/288] Compiling GRDB MutablePersistableRecord+Insert.swift
[10/288] Compiling GRDB MutablePersistableRecord+Save.swift
[11/288] Compiling GRDB MutablePersistableRecord+Update.swift
[12/288] Compiling GRDB MutablePersistableRecord+Upsert.swift
[13/288] Compiling GRDB MutablePersistableRecord.swift
[14/288] Compiling GRDB PersistableRecord+Insert.swift
[15/288] Compiling GRDB PersistableRecord+Save.swift
[16/288] Compiling GRDB PersistableRecord+Upsert.swift
[17/288] Compiling GRDB PersistableRecord.swift
[18/288] Compiling GRDB Record.swift
[19/288] Compiling GRDB TableRecord.swift
[20/288] Compiling GRDB CaseInsensitiveIdentifier.swift
[21/308] Compiling GRDB SQLOperators.swift
[22/308] Compiling GRDB SQLOrdering.swift
[23/308] Compiling GRDB SQLRelation.swift
[24/308] Compiling GRDB SQLSelection.swift
[25/308] Compiling GRDB SQLSubquery.swift
[26/308] Compiling GRDB Table.swift
[27/308] Compiling GRDB SQLColumnGenerator.swift
[28/308] Compiling GRDB SQLGenerationContext.swift
[29/308] Compiling GRDB SQLIndexGenerator.swift
[30/308] Compiling GRDB SQLQueryGenerator.swift
[31/308] Compiling GRDB SQLTableAlterationGenerator.swift
[32/308] Compiling GRDB SQLTableGenerator.swift
[33/308] Compiling GRDB SQLInterpolation+QueryInterface.swift
[34/308] Compiling GRDB ColumnDefinition.swift
[35/308] Compiling GRDB Database+SchemaDefinition.swift
[36/308] Compiling GRDB ForeignKeyDefinition.swift
[37/308] Compiling GRDB IndexDefinition.swift
[38/308] Compiling GRDB TableAlteration.swift
[39/308] Compiling GRDB TableDefinition.swift
[40/308] Compiling GRDB VirtualTableModule.swift
[41/308] Compiling GRDB LineDumpFormat.swift
[42/308] Compiling GRDB ListDumpFormat.swift
[43/308] Compiling GRDB Configuration.swift
[44/308] Compiling GRDB Cursor.swift
[45/308] Compiling GRDB Database+Schema.swift
[46/308] Compiling GRDB Database+Statements.swift
[47/308] Compiling GRDB Database.swift
[48/308] Compiling GRDB DatabaseBackupProgress.swift
[49/308] Compiling GRDB DatabaseCollation.swift
[50/308] Compiling GRDB DatabaseError.swift
[51/308] Compiling GRDB DatabaseFunction.swift
[52/308] Compiling GRDB DatabasePool.swift
[53/308] Compiling GRDB DatabasePublishers.swift
[54/308] Compiling GRDB DatabaseQueue.swift
[55/308] Compiling GRDB DatabaseReader.swift
[56/308] Compiling GRDB DatabaseRegion.swift
[57/308] Compiling GRDB DatabaseRegionObservation.swift
[58/308] Compiling GRDB DatabaseSchemaCache.swift
[59/308] Compiling GRDB DatabaseSnapshot.swift
[60/308] Compiling GRDB DatabaseSnapshotPool.swift
[61/308] Compiling GRDB DatabaseValue.swift
[62/308] Emitting module RxSwift
[63/308] Compiling GRDB FetchRequest.swift
[64/308] Compiling GRDB Row.swift
[65/308] Compiling GRDB RowAdapter.swift
[66/308] Compiling GRDB RowDecodingError.swift
[67/308] Compiling GRDB SQL.swift
[68/308] Compiling GRDB SQLInterpolation.swift
[69/308] Compiling GRDB SQLRequest.swift
[70/308] Compiling GRDB SchedulingWatchdog.swift
[71/308] Compiling GRDB SerializedDatabase.swift
[72/308] Compiling GRDB Statement.swift
[73/308] Compiling GRDB StatementAuthorizer.swift
[74/308] Compiling GRDB StatementColumnConvertible.swift
[75/308] Compiling GRDB CGFloat.swift
[76/308] Compiling GRDB Data.swift
[77/308] Compiling GRDB DatabaseDateComponents.swift
[78/308] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[79/308] Compiling GRDB Date.swift
[80/308] Compiling GRDB Decimal.swift
[81/308] Compiling GRDB NSData.swift
[82/308] Compiling GRDB NSNull.swift
[83/308] Compiling GRDB FTS5+QueryInterface.swift
[84/308] Compiling GRDB ForeignKey.swift
[85/308] Compiling GRDB Association.swift
[86/308] Compiling GRDB AssociationAggregate.swift
[87/308] Compiling GRDB BelongsToAssociation.swift
[88/308] Compiling GRDB HasManyAssociation.swift
[89/308] Compiling GRDB HasManyThroughAssociation.swift
[90/308] Compiling GRDB HasOneAssociation.swift
[91/308] Compiling GRDB HasOneThroughAssociation.swift
[92/308] Compiling GRDB JoinAssociation.swift
[93/308] Compiling GRDB CommonTableExpression.swift
[94/308] Compiling GRDB QueryInterfaceRequest.swift
[95/308] Compiling GRDB RequestProtocols.swift
[96/308] Compiling GRDB Column.swift
[97/308] Compiling GRDB DatabasePromise.swift
[98/308] Compiling GRDB SQLAssociation.swift
[99/308] Compiling GRDB SQLCollection.swift
[100/308] Compiling GRDB SQLExpression.swift
[101/308] Compiling GRDB SQLForeignKeyRequest.swift
[102/308] Compiling GRDB SQLFunctions.swift
[103/308] Compiling GRDB Inflections+English.swift
[104/308] Compiling GRDB QuoteDumpFormat.swift
[105/308] Compiling GRDB Export.swift
[106/308] Compiling GRDB FTS3.swift
[107/308] Compiling GRDB FTS3Pattern.swift
[108/308] Compiling GRDB FTS3TokenizerDescriptor.swift
[109/308] Compiling GRDB FTS4.swift
[110/308] Compiling GRDB FTS5.swift
[111/308] Compiling GRDB FTS5CustomTokenizer.swift
[112/308] Compiling GRDB FTS5Pattern.swift
[113/308] Compiling GRDB FTS5Tokenizer.swift
[114/308] Compiling GRDB FTS5TokenizerDescriptor.swift
[115/308] Compiling GRDB FTS5WrapperTokenizer.swift
[116/308] Compiling GRDB Fixits.swift
[117/308] Compiling GRDB JSONColumn.swift
[118/308] Compiling GRDB SQLJSONExpressible.swift
[119/308] Compiling GRDB SQLJSONFunctions.swift
[120/308] Compiling GRDB DatabaseMigrator.swift
[121/308] Compiling GRDB Migration.swift
[122/308] Compiling GRDB FTS3+QueryInterface.swift
[123/308] Compiling GRDB TableRecord+Association.swift
[124/308] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[125/308] Compiling GRDB NSString.swift
[126/308] Compiling GRDB SQLiteDateParser.swift
[127/308] Compiling GRDB URL.swift
[128/308] Compiling GRDB UUID.swift
[129/308] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[130/308] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[131/308] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
[132/308] Compiling GRDB JSONRequiredEncoder.swift
[133/308] Compiling GRDB Optional.swift
[134/308] Compiling GRDB StandardLibrary.swift
[135/308] Compiling GRDB TransactionClock.swift
[136/308] Compiling GRDB TransactionObserver.swift
[137/308] Compiling GRDB WALSnapshot.swift
[138/308] Compiling GRDB WALSnapshotTransaction.swift
[139/308] Compiling GRDB Database+Dump.swift
[140/308] Compiling GRDB DatabaseReader+dump.swift
[141/308] Compiling GRDB DumpFormat.swift
[142/308] Compiling GRDB DebugDumpFormat.swift
[143/308] Compiling GRDB JSONDumpFormat.swift
[144/308] Emitting module GRDB
[227/328] Compiling RxSwift SynchronizedDisposeType.swift
[228/328] Compiling RxSwift SynchronizedOnType.swift
[229/328] Compiling GRDB Inflections.swift
[230/328] Compiling GRDB LockedBox.swift
[231/328] Compiling GRDB OnDemandFuture.swift
[232/328] Compiling GRDB OrderedDictionary.swift
[233/328] Compiling GRDB Pool.swift
[234/328] Compiling GRDB ReadWriteBox.swift
[235/328] Compiling GRDB ReceiveValuesOn.swift
[236/328] Compiling GRDB Refinable.swift
[237/328] Compiling GRDB Utils.swift
[238/328] Compiling GRDB DatabaseCancellable.swift
[239/328] Compiling GRDB ValueConcurrentObserver.swift
[240/328] Compiling GRDB ValueWriteOnlyObserver.swift
[241/328] Compiling GRDB Fetch.swift
[242/328] Compiling GRDB Map.swift
[243/328] Compiling GRDB RemoveDuplicates.swift
[244/328] Compiling GRDB Trace.swift
[245/328] Compiling GRDB ValueReducer.swift
[246/328] Compiling GRDB SharedValueObservation.swift
[265/328] Compiling GRDB ValueObservation.swift
[266/328] Compiling GRDB ValueObservationScheduler.swift
[329/334] Compiling RxGRDB ValueObservation+Rx.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: warning: class property 'main' cannot be used in a default argument value because 'Dispatch' was not imported by this file; this is an error in Swift 6
        scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
                                                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: note: The missing import of module 'Dispatch' will be added implicitly
        scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
                                                                           ^
[330/334] Compiling RxGRDB GRDBReactive.swift
[331/334] Compiling RxGRDB DatabaseRegionObservation+Rx.swift
[332/334] Emitting module RxGRDB
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: warning: class property 'main' cannot be used in a default argument value because 'Dispatch' was not imported by this file; this is an error in Swift 6
        scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
                                                                           ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: note: The missing import of module 'Dispatch' will be added implicitly
        scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
                                                                           ^
[333/334] Compiling RxGRDB DatabaseReader+Rx.swift
[334/334] Compiling RxGRDB DatabaseWriter+Rx.swift
Build complete! (7.72s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.