Build Information
Successful build of GRDB, reference v7.4.1 (04e73c
), with Swift 6.1 for Linux on 1 May 2025 10:33:36 UTC.
Swift 6 data race errors: 9
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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/groue/GRDB.swift.git
Reference: v7.4.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/groue/GRDB.swift
* tag v7.4.1 -> FETCH_HEAD
HEAD is now at 04e73c2 v7.4.1
Submodule path 'SQLiteCustom/src': checked out '69395d1f72e61f37cf2e5164c054d85c80d5481c'
Submodule 'SQLiteCustom/src' (https://github.com/swiftlyfalling/SQLiteLib.git) registered for path 'SQLiteCustom/src'
Cloning into '/host/spi-builder-workspace/SQLiteCustom/src'...
Cloned https://github.com/groue/GRDB.swift.git
Revision (git rev-parse @):
04e73c26c4ce8218ab85aaf791942bb0b204f330
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/groue/GRDB.swift.git at v7.4.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/groue/GRDB.swift.git
https://github.com/groue/GRDB.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "GRDB",
"name" : "GRDB",
"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" : "GRDBSQLite",
"targets" : [
"GRDBSQLite"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRDB",
"targets" : [
"GRDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRDB-dynamic",
"targets" : [
"GRDB"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "GRDBTests",
"module_type" : "SwiftTarget",
"name" : "GRDBTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GRDBTests/Betty.jpeg",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GRDBTests/InflectionsTests.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GRDBTests/Issue1383.sqlite",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CombineExpectations/PublisherExpectation.swift",
"CombineExpectations/PublisherExpectations/AvailableElements.swift",
"CombineExpectations/PublisherExpectations/Finished.swift",
"CombineExpectations/PublisherExpectations/Inverted.swift",
"CombineExpectations/PublisherExpectations/Map.swift",
"CombineExpectations/PublisherExpectations/Next.swift",
"CombineExpectations/PublisherExpectations/NextOne.swift",
"CombineExpectations/PublisherExpectations/Prefix.swift",
"CombineExpectations/PublisherExpectations/Recording.swift",
"CombineExpectations/Recorder.swift",
"CombineExpectations/RecordingError.swift",
"GRDBCombineTests/DatabaseReaderReadPublisherTests.swift",
"GRDBCombineTests/DatabaseRegionObservationPublisherTests.swift",
"GRDBCombineTests/DatabaseWriterWritePublisherTests.swift",
"GRDBCombineTests/Support.swift",
"GRDBCombineTests/ValueObservationPublisherTests.swift",
"GRDBTests/AnyCursorTests.swift",
"GRDBTests/AssociationAggregateTests.swift",
"GRDBTests/AssociationBelongsToDecodableRecordTests.swift",
"GRDBTests/AssociationBelongsToFetchableRecordTests.swift",
"GRDBTests/AssociationBelongsToRowScopeTests.swift",
"GRDBTests/AssociationBelongsToSQLDerivationTests.swift",
"GRDBTests/AssociationBelongsToSQLTests.swift",
"GRDBTests/AssociationChainRowScopesTests.swift",
"GRDBTests/AssociationChainSQLTests.swift",
"GRDBTests/AssociationHasManyOrderingTests.swift",
"GRDBTests/AssociationHasManyRowScopeTests.swift",
"GRDBTests/AssociationHasManySQLTests.swift",
"GRDBTests/AssociationHasManyThroughOrderingTests.swift",
"GRDBTests/AssociationHasManyThroughRowScopeTests.swift",
"GRDBTests/AssociationHasManyThroughSQLTests.swift",
"GRDBTests/AssociationHasOneSQLDerivationTests.swift",
"GRDBTests/AssociationHasOneSQLTests.swift",
"GRDBTests/AssociationHasOneThroughDecodableRecordTests.swift",
"GRDBTests/AssociationHasOneThroughFetchableRecordTests.swift",
"GRDBTests/AssociationHasOneThroughRowScopeTests.swift",
"GRDBTests/AssociationHasOneThroughSQLDerivationTests.swift",
"GRDBTests/AssociationHasOneThroughSQLTests.swift",
"GRDBTests/AssociationParallelDecodableRecordTests.swift",
"GRDBTests/AssociationParallelRowScopesTests.swift",
"GRDBTests/AssociationParallelSQLTests.swift",
"GRDBTests/AssociationPrefetchingCodableRecordTests.swift",
"GRDBTests/AssociationPrefetchingFetchableRecordTests.swift",
"GRDBTests/AssociationPrefetchingObservationTests.swift",
"GRDBTests/AssociationPrefetchingRelationTests.swift",
"GRDBTests/AssociationPrefetchingRowTests.swift",
"GRDBTests/AssociationPrefetchingSQLTests.swift",
"GRDBTests/AssociationRowScopeSearchTests.swift",
"GRDBTests/AssociationTableAliasTestsSQLTests.swift",
"GRDBTests/AsyncSemaphore.swift",
"GRDBTests/BackupTestCase.swift",
"GRDBTests/CGFloatTests.swift",
"GRDBTests/CaseInsensitiveIdentifierTests.swift",
"GRDBTests/ColumnExpressionTests.swift",
"GRDBTests/ColumnInfoTests.swift",
"GRDBTests/CommonTableExpressionTests.swift",
"GRDBTests/CompilationProtocolTests.swift",
"GRDBTests/CompilationSubClassTests.swift",
"GRDBTests/CursorTests.swift",
"GRDBTests/DataMemoryTests.swift",
"GRDBTests/DatabaseAbortedTransactionTests.swift",
"GRDBTests/DatabaseAfterNextTransactionCommitTests.swift",
"GRDBTests/DatabaseAggregateTests.swift",
"GRDBTests/DatabaseCollationTests.swift",
"GRDBTests/DatabaseColumnEncodingStrategyTests.swift",
"GRDBTests/DatabaseConfigurationTests.swift",
"GRDBTests/DatabaseCursorTests.swift",
"GRDBTests/DatabaseDataDecodingStrategyTests.swift",
"GRDBTests/DatabaseDataEncodingStrategyTests.swift",
"GRDBTests/DatabaseDateDecodingStrategyTests.swift",
"GRDBTests/DatabaseDateEncodingStrategyTests.swift",
"GRDBTests/DatabaseDumpTests.swift",
"GRDBTests/DatabaseErrorTests.swift",
"GRDBTests/DatabaseFunctionTests.swift",
"GRDBTests/DatabaseLogErrorTests.swift",
"GRDBTests/DatabaseMigratorTests.swift",
"GRDBTests/DatabasePoolBackupTests.swift",
"GRDBTests/DatabasePoolCollationTests.swift",
"GRDBTests/DatabasePoolConcurrencyTests.swift",
"GRDBTests/DatabasePoolFunctionTests.swift",
"GRDBTests/DatabasePoolReadOnlyTests.swift",
"GRDBTests/DatabasePoolReleaseMemoryTests.swift",
"GRDBTests/DatabasePoolSchemaCacheTests.swift",
"GRDBTests/DatabasePoolTests.swift",
"GRDBTests/DatabaseQueueBackupTests.swift",
"GRDBTests/DatabaseQueueConcurrencyTests.swift",
"GRDBTests/DatabaseQueueInMemoryCopyTests.swift",
"GRDBTests/DatabaseQueueInMemoryTests.swift",
"GRDBTests/DatabaseQueueReadOnlyTests.swift",
"GRDBTests/DatabaseQueueReleaseMemoryTests.swift",
"GRDBTests/DatabaseQueueSchemaCacheTests.swift",
"GRDBTests/DatabaseQueueTemporaryCopyTests.swift",
"GRDBTests/DatabaseQueueTests.swift",
"GRDBTests/DatabaseReaderDumpTests.swift",
"GRDBTests/DatabaseReaderTests.swift",
"GRDBTests/DatabaseRegionObservationTests.swift",
"GRDBTests/DatabaseRegionTests.swift",
"GRDBTests/DatabaseSavepointTests.swift",
"GRDBTests/DatabaseSnapshotPoolTests.swift",
"GRDBTests/DatabaseSnapshotTests.swift",
"GRDBTests/DatabaseSuspensionTests.swift",
"GRDBTests/DatabaseTests.swift",
"GRDBTests/DatabaseTimestampTests.swift",
"GRDBTests/DatabaseTraceTests.swift",
"GRDBTests/DatabaseUUIDEncodingStrategyTests.swift",
"GRDBTests/DatabaseValueConversionErrorTests.swift",
"GRDBTests/DatabaseValueConversionTests.swift",
"GRDBTests/DatabaseValueConvertibleDecodableTests.swift",
"GRDBTests/DatabaseValueConvertibleEncodableTests.swift",
"GRDBTests/DatabaseValueConvertibleEscapingTests.swift",
"GRDBTests/DatabaseValueConvertibleFetchTests.swift",
"GRDBTests/DatabaseValueConvertibleSubclassTests.swift",
"GRDBTests/DatabaseValueTests.swift",
"GRDBTests/DatabaseWriterTests.swift",
"GRDBTests/DerivableRequestTests.swift",
"GRDBTests/DropFirstCursorTests.swift",
"GRDBTests/DropWhileCursorTests.swift",
"GRDBTests/EncryptionTests.swift",
"GRDBTests/EnumeratedCursorTests.swift",
"GRDBTests/FTS3PatternTests.swift",
"GRDBTests/FTS3RecordTests.swift",
"GRDBTests/FTS3TableBuilderTests.swift",
"GRDBTests/FTS3TokenizerTests.swift",
"GRDBTests/FTS4RecordTests.swift",
"GRDBTests/FTS4TableBuilderTests.swift",
"GRDBTests/FTS5CustomTokenizerTests.swift",
"GRDBTests/FTS5PatternTests.swift",
"GRDBTests/FTS5RecordTests.swift",
"GRDBTests/FTS5TableBuilderTests.swift",
"GRDBTests/FTS5TokenizerTests.swift",
"GRDBTests/FTS5WrapperTokenizerTests.swift",
"GRDBTests/FailureTestCase.swift",
"GRDBTests/FetchRequestTests.swift",
"GRDBTests/FetchableRecord+QueryInterfaceRequestTests.swift",
"GRDBTests/FetchableRecordDecodableTests.swift",
"GRDBTests/FetchableRecordTests.swift",
"GRDBTests/FilterCursorTests.swift",
"GRDBTests/FlattenCursorTests.swift",
"GRDBTests/ForeignKeyDefinitionTests.swift",
"GRDBTests/ForeignKeyInfoTests.swift",
"GRDBTests/FoundationDataTests.swift",
"GRDBTests/FoundationDateComponentsTests.swift",
"GRDBTests/FoundationDateTests.swift",
"GRDBTests/FoundationDecimalTests.swift",
"GRDBTests/FoundationNSDataTests.swift",
"GRDBTests/FoundationNSDateTests.swift",
"GRDBTests/FoundationNSDecimalNumberTests.swift",
"GRDBTests/FoundationNSNullTests.swift",
"GRDBTests/FoundationNSNumberTests.swift",
"GRDBTests/FoundationNSStringTests.swift",
"GRDBTests/FoundationNSURLTests.swift",
"GRDBTests/FoundationNSUUIDTests.swift",
"GRDBTests/FoundationURLTests.swift",
"GRDBTests/FoundationUUIDTests.swift",
"GRDBTests/GRDBTestCase.swift",
"GRDBTests/IndexInfoTests.swift",
"GRDBTests/InflectionsTests.swift",
"GRDBTests/JSONColumnTests.swift",
"GRDBTests/JSONExpressionsTests.swift",
"GRDBTests/JoinSupportTests.swift",
"GRDBTests/MapCursorTests.swift",
"GRDBTests/MutablePersistableRecordChangesTests.swift",
"GRDBTests/MutablePersistableRecordEncodableTests.swift",
"GRDBTests/MutablePersistableRecordPersistenceConflictPolicyTests.swift",
"GRDBTests/MutablePersistableRecordTests.swift",
"GRDBTests/Mutex.swift",
"GRDBTests/NumericOverflowTests.swift",
"GRDBTests/OrderedDictionaryTests.swift",
"GRDBTests/PersistableRecordTests.swift",
"GRDBTests/PoolTests.swift",
"GRDBTests/PrefixCursorTests.swift",
"GRDBTests/PrefixWhileCursorTests.swift",
"GRDBTests/PrimaryKeyInfoTests.swift",
"GRDBTests/QueryInterfaceExpressionsTests.swift",
"GRDBTests/QueryInterfaceExtensibilityTests.swift",
"GRDBTests/QueryInterfacePromiseTests.swift",
"GRDBTests/QueryInterfaceRequestTests.swift",
"GRDBTests/RawRepresentable+DatabaseValueConvertibleTests.swift",
"GRDBTests/Record+QueryInterfaceRequestTests.swift",
"GRDBTests/RecordEditedTests.swift",
"GRDBTests/RecordInitializersTests.swift",
"GRDBTests/RecordMinimalNonOptionalPrimaryKeySingleTests.swift",
"GRDBTests/RecordMinimalPrimaryKeyRowIDTests.swift",
"GRDBTests/RecordMinimalPrimaryKeySingleTests.swift",
"GRDBTests/RecordPersistenceConflictPolicy.swift",
"GRDBTests/RecordPrimaryKeyHiddenRowIDTests.swift",
"GRDBTests/RecordPrimaryKeyMultipleTests.swift",
"GRDBTests/RecordPrimaryKeyNoneTests.swift",
"GRDBTests/RecordPrimaryKeyRowIDTests.swift",
"GRDBTests/RecordPrimaryKeySingleTests.swift",
"GRDBTests/RecordPrimaryKeySingleWithReplaceConflictResolutionTests.swift",
"GRDBTests/RecordSubClassTests.swift",
"GRDBTests/RecordUniqueIndexTests.swift",
"GRDBTests/RecordWithColumnNameManglingTests.swift",
"GRDBTests/ResultCodeTests.swift",
"GRDBTests/Row+FoundationTests.swift",
"GRDBTests/RowAdapterTests.swift",
"GRDBTests/RowCopiedFromStatementTests.swift",
"GRDBTests/RowFetchTests.swift",
"GRDBTests/RowFromDictionaryLiteralTests.swift",
"GRDBTests/RowFromDictionaryTests.swift",
"GRDBTests/RowFromStatementTests.swift",
"GRDBTests/RowTestCase.swift",
"GRDBTests/SQLExpressionIsConstantTests.swift",
"GRDBTests/SQLExpressionLiteralTests.swift",
"GRDBTests/SQLIdentifyingColumnsTests.swift",
"GRDBTests/SQLLiteralTests.swift",
"GRDBTests/SQLRequestTests.swift",
"GRDBTests/SchedulingWatchdogTests.swift",
"GRDBTests/SelectStatementTests.swift",
"GRDBTests/SharedValueObservationTests.swift",
"GRDBTests/SingletonRecordTest.swift",
"GRDBTests/SingletonUserDefaultsTest.swift",
"GRDBTests/StatementArguments+FoundationTests.swift",
"GRDBTests/StatementArgumentsTests.swift",
"GRDBTests/StatementColumnConvertibleFetchTests.swift",
"GRDBTests/TableDefinitionTests.swift",
"GRDBTests/TableRecord+QueryInterfaceRequestTests.swift",
"GRDBTests/TableRecordDeleteTests.swift",
"GRDBTests/TableRecordTests.swift",
"GRDBTests/TableRecordUpdateTests.swift",
"GRDBTests/TableTests.swift",
"GRDBTests/TransactionDateTests.swift",
"GRDBTests/TransactionObserverSavepointsTests.swift",
"GRDBTests/TransactionObserverTests.swift",
"GRDBTests/TruncateOptimizationTests.swift",
"GRDBTests/UpdateStatementTests.swift",
"GRDBTests/UtilsTests.swift",
"GRDBTests/ValueObservationCountTests.swift",
"GRDBTests/ValueObservationDatabaseValueConvertibleTests.swift",
"GRDBTests/ValueObservationFetchTests.swift",
"GRDBTests/ValueObservationMapTests.swift",
"GRDBTests/ValueObservationPrintTests.swift",
"GRDBTests/ValueObservationQueryInterfaceRequestTests.swift",
"GRDBTests/ValueObservationReadonlyTests.swift",
"GRDBTests/ValueObservationRecordTests.swift",
"GRDBTests/ValueObservationRecorder.swift",
"GRDBTests/ValueObservationRecorderTests.swift",
"GRDBTests/ValueObservationRegionRecordingTests.swift",
"GRDBTests/ValueObservationRowTests.swift",
"GRDBTests/ValueObservationTests.swift",
"GRDBTests/VirtualTableModuleTests.swift"
],
"target_dependencies" : [
"GRDB"
],
"type" : "test"
},
{
"c99name" : "GRDBSQLite",
"module_type" : "SystemLibraryTarget",
"name" : "GRDBSQLite",
"path" : "Sources/GRDBSQLite",
"product_memberships" : [
"GRDBSQLite",
"GRDB",
"GRDB-dynamic"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "GRDB",
"module_type" : "SwiftTarget",
"name" : "GRDB",
"path" : "GRDB",
"product_memberships" : [
"GRDB",
"GRDB-dynamic"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/GRDB/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/Configuration.swift",
"Core/Cursor.swift",
"Core/Database+Schema.swift",
"Core/Database+Statements.swift",
"Core/Database.swift",
"Core/DatabaseBackupProgress.swift",
"Core/DatabaseCollation.swift",
"Core/DatabaseError.swift",
"Core/DatabaseFunction.swift",
"Core/DatabasePool.swift",
"Core/DatabasePublishers.swift",
"Core/DatabaseQueue.swift",
"Core/DatabaseReader.swift",
"Core/DatabaseRegion.swift",
"Core/DatabaseRegionObservation.swift",
"Core/DatabaseSchemaCache.swift",
"Core/DatabaseSnapshot.swift",
"Core/DatabaseSnapshotPool.swift",
"Core/DatabaseValue.swift",
"Core/DatabaseValueConvertible.swift",
"Core/DatabaseWriter.swift",
"Core/FetchRequest.swift",
"Core/Row.swift",
"Core/RowAdapter.swift",
"Core/RowDecodingError.swift",
"Core/SQL.swift",
"Core/SQLInterpolation.swift",
"Core/SQLRequest.swift",
"Core/SchedulingWatchdog.swift",
"Core/SerializedDatabase.swift",
"Core/Statement.swift",
"Core/StatementAuthorizer.swift",
"Core/StatementColumnConvertible.swift",
"Core/Support/CoreGraphics/CGFloat.swift",
"Core/Support/Foundation/Data.swift",
"Core/Support/Foundation/DatabaseDateComponents.swift",
"Core/Support/Foundation/DatabaseValueConvertible+ReferenceConvertible.swift",
"Core/Support/Foundation/Date.swift",
"Core/Support/Foundation/Decimal.swift",
"Core/Support/Foundation/NSData.swift",
"Core/Support/Foundation/NSNull.swift",
"Core/Support/Foundation/NSNumber.swift",
"Core/Support/Foundation/NSString.swift",
"Core/Support/Foundation/SQLiteDateParser.swift",
"Core/Support/Foundation/URL.swift",
"Core/Support/Foundation/UUID.swift",
"Core/Support/StandardLibrary/DatabaseValueConvertible+Decodable.swift",
"Core/Support/StandardLibrary/DatabaseValueConvertible+Encodable.swift",
"Core/Support/StandardLibrary/DatabaseValueConvertible+RawRepresentable.swift",
"Core/Support/StandardLibrary/JSONRequiredEncoder.swift",
"Core/Support/StandardLibrary/Optional.swift",
"Core/Support/StandardLibrary/StandardLibrary.swift",
"Core/TransactionClock.swift",
"Core/TransactionObserver.swift",
"Core/WALSnapshot.swift",
"Core/WALSnapshotTransaction.swift",
"Dump/Database+Dump.swift",
"Dump/DatabaseReader+dump.swift",
"Dump/DumpFormat.swift",
"Dump/DumpFormats/DebugDumpFormat.swift",
"Dump/DumpFormats/JSONDumpFormat.swift",
"Dump/DumpFormats/LineDumpFormat.swift",
"Dump/DumpFormats/ListDumpFormat.swift",
"Dump/DumpFormats/QuoteDumpFormat.swift",
"FTS/FTS3.swift",
"FTS/FTS3Pattern.swift",
"FTS/FTS3TokenizerDescriptor.swift",
"FTS/FTS4.swift",
"FTS/FTS5.swift",
"FTS/FTS5CustomTokenizer.swift",
"FTS/FTS5Pattern.swift",
"FTS/FTS5Tokenizer.swift",
"FTS/FTS5TokenizerDescriptor.swift",
"FTS/FTS5WrapperTokenizer.swift",
"Fixits.swift",
"JSON/JSONColumn.swift",
"JSON/SQLJSONExpressible.swift",
"JSON/SQLJSONFunctions.swift",
"Migration/DatabaseMigrator.swift",
"Migration/Migration.swift",
"QueryInterface/FTS3+QueryInterface.swift",
"QueryInterface/FTS5+QueryInterface.swift",
"QueryInterface/ForeignKey.swift",
"QueryInterface/Request/Association/Association.swift",
"QueryInterface/Request/Association/AssociationAggregate.swift",
"QueryInterface/Request/Association/BelongsToAssociation.swift",
"QueryInterface/Request/Association/HasManyAssociation.swift",
"QueryInterface/Request/Association/HasManyThroughAssociation.swift",
"QueryInterface/Request/Association/HasOneAssociation.swift",
"QueryInterface/Request/Association/HasOneThroughAssociation.swift",
"QueryInterface/Request/Association/JoinAssociation.swift",
"QueryInterface/Request/CommonTableExpression.swift",
"QueryInterface/Request/QueryInterfaceRequest.swift",
"QueryInterface/Request/RequestProtocols.swift",
"QueryInterface/SQL/Column.swift",
"QueryInterface/SQL/DatabasePromise.swift",
"QueryInterface/SQL/SQLAssociation.swift",
"QueryInterface/SQL/SQLCollection.swift",
"QueryInterface/SQL/SQLExpression.swift",
"QueryInterface/SQL/SQLForeignKeyRequest.swift",
"QueryInterface/SQL/SQLFunctions.swift",
"QueryInterface/SQL/SQLOperators.swift",
"QueryInterface/SQL/SQLOrdering.swift",
"QueryInterface/SQL/SQLRelation.swift",
"QueryInterface/SQL/SQLSelection.swift",
"QueryInterface/SQL/SQLSubquery.swift",
"QueryInterface/SQL/Table.swift",
"QueryInterface/SQLGeneration/SQLColumnGenerator.swift",
"QueryInterface/SQLGeneration/SQLGenerationContext.swift",
"QueryInterface/SQLGeneration/SQLIndexGenerator.swift",
"QueryInterface/SQLGeneration/SQLQueryGenerator.swift",
"QueryInterface/SQLGeneration/SQLTableAlterationGenerator.swift",
"QueryInterface/SQLGeneration/SQLTableGenerator.swift",
"QueryInterface/SQLInterpolation+QueryInterface.swift",
"QueryInterface/Schema/ColumnDefinition.swift",
"QueryInterface/Schema/Database+SchemaDefinition.swift",
"QueryInterface/Schema/ForeignKeyDefinition.swift",
"QueryInterface/Schema/IndexDefinition.swift",
"QueryInterface/Schema/TableAlteration.swift",
"QueryInterface/Schema/TableDefinition.swift",
"QueryInterface/Schema/VirtualTableModule.swift",
"QueryInterface/TableRecord+Association.swift",
"QueryInterface/TableRecord+QueryInterfaceRequest.swift",
"Record/EncodableRecord+Encodable.swift",
"Record/EncodableRecord.swift",
"Record/FetchableRecord+Decodable.swift",
"Record/FetchableRecord+TableRecord.swift",
"Record/FetchableRecord.swift",
"Record/MutablePersistableRecord+DAO.swift",
"Record/MutablePersistableRecord+Delete.swift",
"Record/MutablePersistableRecord+Insert.swift",
"Record/MutablePersistableRecord+Save.swift",
"Record/MutablePersistableRecord+Update.swift",
"Record/MutablePersistableRecord+Upsert.swift",
"Record/MutablePersistableRecord.swift",
"Record/PersistableRecord+Insert.swift",
"Record/PersistableRecord+Save.swift",
"Record/PersistableRecord+Upsert.swift",
"Record/PersistableRecord.swift",
"Record/Record.swift",
"Record/TableRecord.swift",
"Utils/CaseInsensitiveIdentifier.swift",
"Utils/Inflections+English.swift",
"Utils/Inflections.swift",
"Utils/Mutex.swift",
"Utils/OnDemandFuture.swift",
"Utils/OrderedDictionary.swift",
"Utils/Pool.swift",
"Utils/ReadWriteLock.swift",
"Utils/ReceiveValuesOn.swift",
"Utils/Refinable.swift",
"Utils/Utils.swift",
"ValueObservation/DatabaseCancellable.swift",
"ValueObservation/Observers/ValueConcurrentObserver.swift",
"ValueObservation/Observers/ValueWriteOnlyObserver.swift",
"ValueObservation/Reducers/Fetch.swift",
"ValueObservation/Reducers/Map.swift",
"ValueObservation/Reducers/RemoveDuplicates.swift",
"ValueObservation/Reducers/Trace.swift",
"ValueObservation/Reducers/ValueReducer.swift",
"ValueObservation/SharedValueObservation.swift",
"ValueObservation/ValueObservation.swift",
"ValueObservation/ValueObservationScheduler.swift"
],
"target_dependencies" : [
"GRDBSQLite"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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 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
Building for debugging...
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Copying Info.plist
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/152] Compiling GRDB NSString.swift
[6/152] Compiling GRDB SQLiteDateParser.swift
[7/152] Compiling GRDB URL.swift
[8/152] Compiling GRDB UUID.swift
[9/152] Compiling GRDB DatabaseValueConvertible+Decodable.swift
[10/152] Compiling GRDB DatabaseValueConvertible+Encodable.swift
[11/152] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
[12/152] Compiling GRDB JSONRequiredEncoder.swift
[13/152] Compiling GRDB Optional.swift
[14/152] Compiling GRDB StandardLibrary.swift
[15/152] Compiling GRDB TransactionClock.swift
[16/152] Compiling GRDB TransactionObserver.swift
[17/152] Compiling GRDB WALSnapshot.swift
[18/152] Compiling GRDB WALSnapshotTransaction.swift
[19/152] Compiling GRDB Database+Dump.swift
[20/152] Compiling GRDB DatabaseReader+dump.swift
[21/152] Compiling GRDB DumpFormat.swift
[22/152] Compiling GRDB DebugDumpFormat.swift
[23/152] Compiling GRDB JSONDumpFormat.swift
[24/152] Compiling GRDB LineDumpFormat.swift
[25/152] Compiling GRDB ListDumpFormat.swift
[26/172] Compiling GRDB FetchRequest.swift
[27/172] Compiling GRDB Row.swift
[28/172] Compiling GRDB RowAdapter.swift
[29/172] Compiling GRDB RowDecodingError.swift
[30/172] Compiling GRDB SQL.swift
[31/172] Compiling GRDB SQLInterpolation.swift
[32/172] Compiling GRDB SQLRequest.swift
[33/172] Compiling GRDB SchedulingWatchdog.swift
[34/172] Compiling GRDB SerializedDatabase.swift
[35/172] Compiling GRDB Statement.swift
[36/172] Compiling GRDB StatementAuthorizer.swift
[37/172] Compiling GRDB StatementColumnConvertible.swift
[38/172] Compiling GRDB CGFloat.swift
[39/172] Compiling GRDB Data.swift
[40/172] Compiling GRDB DatabaseDateComponents.swift
[41/172] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[42/172] Compiling GRDB Date.swift
[43/172] Compiling GRDB Decimal.swift
[44/172] Compiling GRDB NSData.swift
[45/172] Compiling GRDB NSNull.swift
[46/172] Compiling GRDB NSNumber.swift
[47/172] Compiling GRDB QuoteDumpFormat.swift
[48/172] Compiling GRDB FTS3.swift
[49/172] Compiling GRDB FTS3Pattern.swift
[50/172] Compiling GRDB FTS3TokenizerDescriptor.swift
[51/172] Compiling GRDB FTS4.swift
[52/172] Compiling GRDB FTS5.swift
[53/172] Compiling GRDB FTS5CustomTokenizer.swift
[54/172] Compiling GRDB FTS5Pattern.swift
[55/172] Compiling GRDB FTS5Tokenizer.swift
[56/172] Compiling GRDB FTS5TokenizerDescriptor.swift
[57/172] Compiling GRDB FTS5WrapperTokenizer.swift
[58/172] Compiling GRDB Fixits.swift
[59/172] Compiling GRDB JSONColumn.swift
[60/172] Compiling GRDB SQLJSONExpressible.swift
[61/172] Compiling GRDB SQLJSONFunctions.swift
[62/172] Compiling GRDB DatabaseMigrator.swift
[63/172] Compiling GRDB Migration.swift
[64/172] Compiling GRDB FTS3+QueryInterface.swift
[65/172] Compiling GRDB FTS5+QueryInterface.swift
[66/172] Compiling GRDB ForeignKey.swift
[67/172] Compiling GRDB Association.swift
[68/172] Compiling GRDB SQLSelection.swift
[69/172] Compiling GRDB SQLSubquery.swift
[70/172] Compiling GRDB Table.swift
[71/172] Compiling GRDB SQLColumnGenerator.swift
[72/172] Compiling GRDB SQLGenerationContext.swift
[73/172] Compiling GRDB SQLIndexGenerator.swift
[74/172] Compiling GRDB SQLQueryGenerator.swift
[75/172] Compiling GRDB SQLTableAlterationGenerator.swift
[76/172] Compiling GRDB SQLTableGenerator.swift
[77/172] Compiling GRDB SQLInterpolation+QueryInterface.swift
[78/172] Compiling GRDB ColumnDefinition.swift
[79/172] Compiling GRDB Database+SchemaDefinition.swift
[80/172] Compiling GRDB ForeignKeyDefinition.swift
[81/172] Compiling GRDB IndexDefinition.swift
[82/172] Compiling GRDB TableAlteration.swift
[83/172] Compiling GRDB TableDefinition.swift
[84/172] Compiling GRDB VirtualTableModule.swift
[85/172] Compiling GRDB TableRecord+Association.swift
[86/172] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[87/172] Compiling GRDB EncodableRecord+Encodable.swift
[88/172] Compiling GRDB EncodableRecord.swift
[89/172] Compiling GRDB FetchableRecord+Decodable.swift
[90/172] Compiling GRDB FetchableRecord+TableRecord.swift
[91/172] Compiling GRDB FetchableRecord.swift
[92/172] Compiling GRDB MutablePersistableRecord+DAO.swift
[93/172] Compiling GRDB MutablePersistableRecord+Delete.swift
[94/172] Compiling GRDB MutablePersistableRecord+Insert.swift
[95/172] Compiling GRDB MutablePersistableRecord+Save.swift
[96/172] Compiling GRDB MutablePersistableRecord+Update.swift
[97/172] Compiling GRDB MutablePersistableRecord+Upsert.swift
[98/172] Compiling GRDB MutablePersistableRecord.swift
[99/172] Compiling GRDB PersistableRecord+Insert.swift
[100/172] Compiling GRDB PersistableRecord+Save.swift
[101/172] Compiling GRDB PersistableRecord+Upsert.swift
[102/172] Compiling GRDB PersistableRecord.swift
[103/172] Compiling GRDB Record.swift
[104/172] Compiling GRDB TableRecord.swift
[105/172] Compiling GRDB CaseInsensitiveIdentifier.swift
[106/172] Compiling GRDB Inflections+English.swift
[107/172] Compiling GRDB Inflections.swift
[108/172] Compiling GRDB AssociationAggregate.swift
[109/172] Compiling GRDB BelongsToAssociation.swift
[110/172] Compiling GRDB HasManyAssociation.swift
[111/172] Compiling GRDB HasManyThroughAssociation.swift
[112/172] Compiling GRDB HasOneAssociation.swift
[113/172] Compiling GRDB HasOneThroughAssociation.swift
[114/172] Compiling GRDB JoinAssociation.swift
[115/172] Compiling GRDB CommonTableExpression.swift
[116/172] Compiling GRDB QueryInterfaceRequest.swift
[117/172] Compiling GRDB RequestProtocols.swift
[118/172] Compiling GRDB Column.swift
[119/172] Compiling GRDB DatabasePromise.swift
[120/172] Compiling GRDB SQLAssociation.swift
[121/172] Compiling GRDB SQLCollection.swift
[122/172] Compiling GRDB SQLExpression.swift
[123/172] Compiling GRDB SQLForeignKeyRequest.swift
[124/172] Compiling GRDB SQLFunctions.swift
[125/172] Compiling GRDB SQLOperators.swift
[126/172] Compiling GRDB SQLOrdering.swift
[127/172] Compiling GRDB SQLRelation.swift
[128/172] Compiling GRDB Configuration.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[129/172] Compiling GRDB Cursor.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[130/172] Compiling GRDB Database+Schema.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[131/172] Compiling GRDB Database+Statements.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[132/172] Compiling GRDB Database.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[133/172] Compiling GRDB DatabaseBackupProgress.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[134/172] Compiling GRDB DatabaseCollation.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[135/172] Compiling GRDB DatabaseError.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[136/172] Compiling GRDB DatabaseFunction.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[137/172] Compiling GRDB DatabasePool.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[138/172] Compiling GRDB DatabasePublishers.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[139/172] Compiling GRDB DatabaseQueue.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[140/172] Compiling GRDB DatabaseReader.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[141/172] Compiling GRDB DatabaseRegion.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[142/172] Compiling GRDB DatabaseRegionObservation.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[143/172] Compiling GRDB DatabaseSchemaCache.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[144/172] Compiling GRDB DatabaseSnapshot.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[145/172] Compiling GRDB DatabaseSnapshotPool.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[146/172] Compiling GRDB DatabaseValue.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[147/172] Compiling GRDB DatabaseValueConvertible.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[148/172] Compiling GRDB DatabaseWriter.swift
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:82:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
80 | self.function = { (length1, buffer1, length2, buffer2) in
81 | // Buffers are not C strings: they do not end with \0.
82 | let string1 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
83 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer1.unsafelyUnwrapped),
84 | length: Int(length1),
/host/spi-builder-workspace/GRDB/Core/DatabaseCollation.swift:87:27: warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
85 | encoding: .utf8,
86 | freeWhenDone: false)!
87 | let string2 = String(
| `- warning: 'init(bytesNoCopy:length:encoding:freeWhenDone:)' is deprecated: String does not support no-copy initialization
88 | bytesNoCopy: UnsafeMutableRawPointer(mutating: buffer2.unsafelyUnwrapped),
89 | length: Int(length2),
[149/172] Emitting module GRDB
[150/172] Compiling GRDB Mutex.swift
[151/172] Compiling GRDB OnDemandFuture.swift
[152/172] Compiling GRDB OrderedDictionary.swift
[153/172] Compiling GRDB Pool.swift
[154/172] Compiling GRDB ReadWriteLock.swift
[155/172] Compiling GRDB ReceiveValuesOn.swift
[156/172] Compiling GRDB Refinable.swift
[157/172] Compiling GRDB Utils.swift
[158/172] Compiling GRDB DatabaseCancellable.swift
[159/172] Compiling GRDB ValueConcurrentObserver.swift
[160/172] Compiling GRDB ValueWriteOnlyObserver.swift
[161/172] Compiling GRDB Fetch.swift
[162/172] Compiling GRDB Map.swift
[163/172] Compiling GRDB RemoveDuplicates.swift
[164/172] Compiling GRDB Trace.swift
[165/172] Compiling GRDB ValueReducer.swift
[166/172] Compiling GRDB SharedValueObservation.swift
[167/172] Compiling GRDB ValueObservation.swift
[168/172] Compiling GRDB ValueObservationScheduler.swift
[169/172] Compiling GRDB resource_bundle_accessor.swift
[170/173] Wrapping AST for GRDB for debugging
[171/173] Write Objects.LinkFileList
[172/173] Linking libGRDB-dynamic.so
Build complete! (21.73s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "GRDB",
"name" : "GRDB",
"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" : "GRDBSQLite",
"targets" : [
"GRDBSQLite"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRDB",
"targets" : [
"GRDB"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "GRDB-dynamic",
"targets" : [
"GRDB"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "GRDBTests",
"module_type" : "SwiftTarget",
"name" : "GRDBTests",
"path" : "Tests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/GRDBTests/Betty.jpeg",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GRDBTests/InflectionsTests.json",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/GRDBTests/Issue1383.sqlite",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"CombineExpectations/PublisherExpectation.swift",
"CombineExpectations/PublisherExpectations/AvailableElements.swift",
"CombineExpectations/PublisherExpectations/Finished.swift",
"CombineExpectations/PublisherExpectations/Inverted.swift",
"CombineExpectations/PublisherExpectations/Map.swift",
"CombineExpectations/PublisherExpectations/Next.swift",
"CombineExpectations/PublisherExpectations/NextOne.swift",
"CombineExpectations/PublisherExpectations/Prefix.swift",
"CombineExpectations/PublisherExpectations/Recording.swift",
"CombineExpectations/Recorder.swift",
"CombineExpectations/RecordingError.swift",
"GRDBCombineTests/DatabaseReaderReadPublisherTests.swift",
"GRDBCombineTests/DatabaseRegionObservationPublisherTests.swift",
"GRDBCombineTests/DatabaseWriterWritePublisherTests.swift",
"GRDBCombineTests/Support.swift",
"GRDBCombineTests/ValueObservationPublisherTests.swift",
"GRDBTests/AnyCursorTests.swift",
"GRDBTests/AssociationAggregateTests.swift",
"GRDBTests/AssociationBelongsToDecodableRecordTests.swift",
"GRDBTests/AssociationBelongsToFetchableRecordTests.swift",
"GRDBTests/AssociationBelongsToRowScopeTests.swift",
"GRDBTests/AssociationBelongsToSQLDerivationTests.swift",
"GRDBTests/AssociationBelongsToSQLTests.swift",
"GRDBTests/AssociationChainRowScopesTests.swift",
"GRDBTests/AssociationChainSQLTests.swift",
"GRDBTests/AssociationHasManyOrderingTests.swift",
"GRDBTests/AssociationHasManyRowScopeTests.swift",
"GRDBTests/AssociationHasManySQLTests.swift",
"GRDBTests/AssociationHasManyThroughOrderingTests.swift",
"GRDBTests/AssociationHasManyThroughRowScopeTests.swift",
"GRDBTests/AssociationHasManyThroughSQLTests.swift",
"GRDBTests/AssociationHasOneSQLDerivationTests.swift",
"GRDBTests/AssociationHasOneSQLTests.swift",
"GRDBTests/AssociationHasOneThroughDecodableRecordTests.swift",
"GRDBTests/AssociationHasOneThroughFetchableRecordTests.swift",
"GRDBTests/AssociationHasOneThroughRowScopeTests.swift",
"GRDBTests/AssociationHasOneThroughSQLDerivationTests.swift",
"GRDBTests/AssociationHasOneThroughSQLTests.swift",
"GRDBTests/AssociationParallelDecodableRecordTests.swift",
"GRDBTests/AssociationParallelRowScopesTests.swift",
"GRDBTests/AssociationParallelSQLTests.swift",
"GRDBTests/AssociationPrefetchingCodableRecordTests.swift",
"GRDBTests/AssociationPrefetchingFetchableRecordTests.swift",
"GRDBTests/AssociationPrefetchingObservationTests.swift",
"GRDBTests/AssociationPrefetchingRelationTests.swift",
"GRDBTests/AssociationPrefetchingRowTests.swift",
"GRDBTests/AssociationPrefetchingSQLTests.swift",
"GRDBTests/AssociationRowScopeSearchTests.swift",
"GRDBTests/AssociationTableAliasTestsSQLTests.swift",
"GRDBTests/AsyncSemaphore.swift",
"GRDBTests/BackupTestCase.swift",
"GRDBTests/CGFloatTests.swift",
"GRDBTests/CaseInsensitiveIdentifierTests.swift",
"GRDBTests/ColumnExpressionTests.swift",
"GRDBTests/ColumnInfoTests.swift",
"GRDBTests/CommonTableExpressionTests.swift",
"GRDBTests/CompilationProtocolTests.swift",
"GRDBTests/CompilationSubClassTests.swift",
"GRDBTests/CursorTests.swift",
"GRDBTests/DataMemoryTests.swift",
"GRDBTests/DatabaseAbortedTransactionTests.swift",
"GRDBTests/DatabaseAfterNextTransactionCommitTests.swift",
"GRDBTests/DatabaseAggregateTests.swift",
"GRDBTests/DatabaseCollationTests.swift",
"GRDBTests/DatabaseColumnEncodingStrategyTests.swift",
"GRDBTests/DatabaseConfigurationTests.swift",
"GRDBTests/DatabaseCursorTests.swift",
"GRDBTests/DatabaseDataDecodingStrategyTests.swift",
"GRDBTests/DatabaseDataEncodingStrategyTests.swift",
"GRDBTests/DatabaseDateDecodingStrategyTests.swift",
"GRDBTests/DatabaseDateEncodingStrategyTests.swift",
"GRDBTests/DatabaseDumpTests.swift",
"GRDBTests/DatabaseErrorTests.swift",
"GRDBTests/DatabaseFunctionTests.swift",
"GRDBTests/DatabaseLogErrorTests.swift",
"GRDBTests/DatabaseMigratorTests.swift",
"GRDBTests/DatabasePoolBackupTests.swift",
"GRDBTests/DatabasePoolCollationTests.swift",
"GRDBTests/DatabasePoolConcurrencyTests.swift",
"GRDBTests/DatabasePoolFunctionTests.swift",
"GRDBTests/DatabasePoolReadOnlyTests.swift",
"GRDBTests/DatabasePoolReleaseMemoryTests.swift",
"GRDBTests/DatabasePoolSchemaCacheTests.swift",
"GRDBTests/DatabasePoolTests.swift",
"GRDBTests/DatabaseQueueBackupTests.swift",
"GRDBTests/DatabaseQueueConcurrencyTests.swift",
"GRDBTests/DatabaseQueueInMemoryCopyTests.swift",
"GRDBTests/DatabaseQueueInMemoryTests.swift",
"GRDBTests/DatabaseQueueReadOnlyTests.swift",
"GRDBTests/DatabaseQueueReleaseMemoryTests.swift",
"GRDBTests/DatabaseQueueSchemaCacheTests.swift",
"GRDBTests/DatabaseQueueTemporaryCopyTests.swift",
"GRDBTests/DatabaseQueueTests.swift",
"GRDBTests/DatabaseReaderDumpTests.swift",
"GRDBTests/DatabaseReaderTests.swift",
"GRDBTests/DatabaseRegionObservationTests.swift",
"GRDBTests/DatabaseRegionTests.swift",
"GRDBTests/DatabaseSavepointTests.swift",
"GRDBTests/DatabaseSnapshotPoolTests.swift",
"GRDBTests/DatabaseSnapshotTests.swift",
"GRDBTests/DatabaseSuspensionTests.swift",
"GRDBTests/DatabaseTests.swift",
"GRDBTests/DatabaseTimestampTests.swift",
"GRDBTests/DatabaseTraceTests.swift",
"GRDBTests/DatabaseUUIDEncodingStrategyTests.swift",
"GRDBTests/DatabaseValueConversionErrorTests.swift",
"GRDBTests/DatabaseValueConversionTests.swift",
"GRDBTests/DatabaseValueConvertibleDecodableTests.swift",
"GRDBTests/DatabaseValueConvertibleEncodableTests.swift",
"GRDBTests/DatabaseValueConvertibleEscapingTests.swift",
"GRDBTests/DatabaseValueConvertibleFetchTests.swift",
"GRDBTests/DatabaseValueConvertibleSubclassTests.swift",
"GRDBTests/DatabaseValueTests.swift",
"GRDBTests/DatabaseWriterTests.swift",
"GRDBTests/DerivableRequestTests.swift",
"GRDBTests/DropFirstCursorTests.swift",
"GRDBTests/DropWhileCursorTests.swift",
"GRDBTests/EncryptionTests.swift",
"GRDBTests/EnumeratedCursorTests.swift",
"GRDBTests/FTS3PatternTests.swift",
"GRDBTests/FTS3RecordTests.swift",
"GRDBTests/FTS3TableBuilderTests.swift",
"GRDBTests/FTS3TokenizerTests.swift",
"GRDBTests/FTS4RecordTests.swift",
"GRDBTests/FTS4TableBuilderTests.swift",
"GRDBTests/FTS5CustomTokenizerTests.swift",
"GRDBTests/FTS5PatternTests.swift",
"GRDBTests/FTS5RecordTests.swift",
"GRDBTests/FTS5TableBuilderTests.swift",
"GRDBTests/FTS5TokenizerTests.swift",
"GRDBTests/FTS5WrapperTokenizerTests.swift",
"GRDBTests/FailureTestCase.swift",
"GRDBTests/FetchRequestTests.swift",
"GRDBTests/FetchableRecord+QueryInterfaceRequestTests.swift",
"GRDBTests/FetchableRecordDecodableTests.swift",
"GRDBTests/FetchableRecordTests.swift",
"GRDBTests/FilterCursorTests.swift",
"GRDBTests/FlattenCursorTests.swift",
"GRDBTests/ForeignKeyDefinitionTests.swift",
"GRDBTests/ForeignKeyInfoTests.swift",
"GRDBTests/FoundationDataTests.swift",
"GRDBTests/FoundationDateComponentsTests.swift",
"GRDBTests/FoundationDateTests.swift",
"GRDBTests/FoundationDecimalTests.swift",
"GRDBTests/FoundationNSDataTests.swift",
"GRDBTests/FoundationNSDateTests.swift",
"GRDBTests/FoundationNSDecimalNumberTests.swift",
"GRDBTests/FoundationNSNullTests.swift",
"GRDBTests/FoundationNSNumberTests.swift",
"GRDBTests/FoundationNSStringTests.swift",
"GRDBTests/FoundationNSURLTests.swift",
"GRDBTests/FoundationNSUUIDTests.swift",
"GRDBTests/FoundationURLTests.swift",
"GRDBTests/FoundationUUIDTests.swift",
"GRDBTests/GRDBTestCase.swift",
"GRDBTests/IndexInfoTests.swift",
"GRDBTests/InflectionsTests.swift",
"GRDBTests/JSONColumnTests.swift",
"GRDBTests/JSONExpressionsTests.swift",
"GRDBTests/JoinSupportTests.swift",
"GRDBTests/MapCursorTests.swift",
"GRDBTests/MutablePersistableRecordChangesTests.swift",
"GRDBTests/MutablePersistableRecordEncodableTests.swift",
"GRDBTests/MutablePersistableRecordPersistenceConflictPolicyTests.swift",
"GRDBTests/MutablePersistableRecordTests.swift",
"GRDBTests/Mutex.swift",
"GRDBTests/NumericOverflowTests.swift",
"GRDBTests/OrderedDictionaryTests.swift",
"GRDBTests/PersistableRecordTests.swift",
"GRDBTests/PoolTests.swift",
"GRDBTests/PrefixCursorTests.swift",
"GRDBTests/PrefixWhileCursorTests.swift",
"GRDBTests/PrimaryKeyInfoTests.swift",
"GRDBTests/QueryInterfaceExpressionsTests.swift",
"GRDBTests/QueryInterfaceExtensibilityTests.swift",
"GRDBTests/QueryInterfacePromiseTests.swift",
"GRDBTests/QueryInterfaceRequestTests.swift",
"GRDBTests/RawRepresentable+DatabaseValueConvertibleTests.swift",
"GRDBTests/Record+QueryInterfaceRequestTests.swift",
"GRDBTests/RecordEditedTests.swift",
"GRDBTests/RecordInitializersTests.swift",
"GRDBTests/RecordMinimalNonOptionalPrimaryKeySingleTests.swift",
"GRDBTests/RecordMinimalPrimaryKeyRowIDTests.swift",
"GRDBTests/RecordMinimalPrimaryKeySingleTests.swift",
"GRDBTests/RecordPersistenceConflictPolicy.swift",
"GRDBTests/RecordPrimaryKeyHiddenRowIDTests.swift",
"GRDBTests/RecordPrimaryKeyMultipleTests.swift",
"GRDBTests/RecordPrimaryKeyNoneTests.swift",
"GRDBTests/RecordPrimaryKeyRowIDTests.swift",
"GRDBTests/RecordPrimaryKeySingleTests.swift",
"GRDBTests/RecordPrimaryKeySingleWithReplaceConflictResolutionTests.swift",
"GRDBTests/RecordSubClassTests.swift",
"GRDBTests/RecordUniqueIndexTests.swift",
"GRDBTests/RecordWithColumnNameManglingTests.swift",
"GRDBTests/ResultCodeTests.swift",
"GRDBTests/Row+FoundationTests.swift",
"GRDBTests/RowAdapterTests.swift",
"GRDBTests/RowCopiedFromStatementTests.swift",
"GRDBTests/RowFetchTests.swift",
"GRDBTests/RowFromDictionaryLiteralTests.swift",
"GRDBTests/RowFromDictionaryTests.swift",
"GRDBTests/RowFromStatementTests.swift",
"GRDBTests/RowTestCase.swift",
"GRDBTests/SQLExpressionIsConstantTests.swift",
"GRDBTests/SQLExpressionLiteralTests.swift",
"GRDBTests/SQLIdentifyingColumnsTests.swift",
"GRDBTests/SQLLiteralTests.swift",
"GRDBTests/SQLRequestTests.swift",
"GRDBTests/SchedulingWatchdogTests.swift",
"GRDBTests/SelectStatementTests.swift",
"GRDBTests/SharedValueObservationTests.swift",
"GRDBTests/SingletonRecordTest.swift",
"GRDBTests/SingletonUserDefaultsTest.swift",
"GRDBTests/StatementArguments+FoundationTests.swift",
"GRDBTests/StatementArgumentsTests.swift",
"GRDBTests/StatementColumnConvertibleFetchTests.swift",
"GRDBTests/TableDefinitionTests.swift",
"GRDBTests/TableRecord+QueryInterfaceRequestTests.swift",
"GRDBTests/TableRecordDeleteTests.swift",
"GRDBTests/TableRecordTests.swift",
"GRDBTests/TableRecordUpdateTests.swift",
"GRDBTests/TableTests.swift",
"GRDBTests/TransactionDateTests.swift",
"GRDBTests/TransactionObserverSavepointsTests.swift",
"GRDBTests/TransactionObserverTests.swift",
"GRDBTests/TruncateOptimizationTests.swift",
"GRDBTests/UpdateStatementTests.swift",
"GRDBTests/UtilsTests.swift",
"GRDBTests/ValueObservationCountTests.swift",
"GRDBTests/ValueObservationDatabaseValueConvertibleTests.swift",
"GRDBTests/ValueObservationFetchTests.swift",
"GRDBTests/ValueObservationMapTests.swift",
"GRDBTests/ValueObservationPrintTests.swift",
"GRDBTests/ValueObservationQueryInterfaceRequestTests.swift",
"GRDBTests/ValueObservationReadonlyTests.swift",
"GRDBTests/ValueObservationRecordTests.swift",
"GRDBTests/ValueObservationRecorder.swift",
"GRDBTests/ValueObservationRecorderTests.swift",
"GRDBTests/ValueObservationRegionRecordingTests.swift",
"GRDBTests/ValueObservationRowTests.swift",
"GRDBTests/ValueObservationTests.swift",
"GRDBTests/VirtualTableModuleTests.swift"
],
"target_dependencies" : [
"GRDB"
],
"type" : "test"
},
{
"c99name" : "GRDBSQLite",
"module_type" : "SystemLibraryTarget",
"name" : "GRDBSQLite",
"path" : "Sources/GRDBSQLite",
"product_memberships" : [
"GRDBSQLite",
"GRDB",
"GRDB-dynamic"
],
"sources" : [
],
"type" : "system-target"
},
{
"c99name" : "GRDB",
"module_type" : "SwiftTarget",
"name" : "GRDB",
"path" : "GRDB",
"product_memberships" : [
"GRDB",
"GRDB-dynamic"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/GRDB/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Core/Configuration.swift",
"Core/Cursor.swift",
"Core/Database+Schema.swift",
"Core/Database+Statements.swift",
"Core/Database.swift",
"Core/DatabaseBackupProgress.swift",
"Core/DatabaseCollation.swift",
"Core/DatabaseError.swift",
"Core/DatabaseFunction.swift",
"Core/DatabasePool.swift",
"Core/DatabasePublishers.swift",
"Core/DatabaseQueue.swift",
"Core/DatabaseReader.swift",
"Core/DatabaseRegion.swift",
"Core/DatabaseRegionObservation.swift",
"Core/DatabaseSchemaCache.swift",
"Core/DatabaseSnapshot.swift",
"Core/DatabaseSnapshotPool.swift",
"Core/DatabaseValue.swift",
"Core/DatabaseValueConvertible.swift",
"Core/DatabaseWriter.swift",
"Core/FetchRequest.swift",
"Core/Row.swift",
"Core/RowAdapter.swift",
"Core/RowDecodingError.swift",
"Core/SQL.swift",
"Core/SQLInterpolation.swift",
"Core/SQLRequest.swift",
"Core/SchedulingWatchdog.swift",
"Core/SerializedDatabase.swift",
"Core/Statement.swift",
"Core/StatementAuthorizer.swift",
"Core/StatementColumnConvertible.swift",
"Core/Support/CoreGraphics/CGFloat.swift",
"Core/Support/Foundation/Data.swift",
"Core/Support/Foundation/DatabaseDateComponents.swift",
"Core/Support/Foundation/DatabaseValueConvertible+ReferenceConvertible.swift",
"Core/Support/Foundation/Date.swift",
"Core/Support/Foundation/Decimal.swift",
"Core/Support/Foundation/NSData.swift",
"Core/Support/Foundation/NSNull.swift",
"Core/Support/Foundation/NSNumber.swift",
"Core/Support/Foundation/NSString.swift",
"Core/Support/Foundation/SQLiteDateParser.swift",
"Core/Support/Foundation/URL.swift",
"Core/Support/Foundation/UUID.swift",
"Core/Support/StandardLibrary/DatabaseValueConvertible+Decodable.swift",
"Core/Support/StandardLibrary/DatabaseValueConvertible+Encodable.swift",
"Core/Support/StandardLibrary/DatabaseValueConvertible+RawRepresentable.swift",
"Core/Support/StandardLibrary/JSONRequiredEncoder.swift",
"Core/Support/StandardLibrary/Optional.swift",
"Core/Support/StandardLibrary/StandardLibrary.swift",
"Core/TransactionClock.swift",
"Core/TransactionObserver.swift",
"Core/WALSnapshot.swift",
"Core/WALSnapshotTransaction.swift",
"Dump/Database+Dump.swift",
"Dump/DatabaseReader+dump.swift",
"Dump/DumpFormat.swift",
"Dump/DumpFormats/DebugDumpFormat.swift",
"Dump/DumpFormats/JSONDumpFormat.swift",
"Dump/DumpFormats/LineDumpFormat.swift",
"Dump/DumpFormats/ListDumpFormat.swift",
"Dump/DumpFormats/QuoteDumpFormat.swift",
"FTS/FTS3.swift",
"FTS/FTS3Pattern.swift",
"FTS/FTS3TokenizerDescriptor.swift",
"FTS/FTS4.swift",
"FTS/FTS5.swift",
"FTS/FTS5CustomTokenizer.swift",
"FTS/FTS5Pattern.swift",
"FTS/FTS5Tokenizer.swift",
"FTS/FTS5TokenizerDescriptor.swift",
"FTS/FTS5WrapperTokenizer.swift",
"Fixits.swift",
"JSON/JSONColumn.swift",
"JSON/SQLJSONExpressible.swift",
"JSON/SQLJSONFunctions.swift",
"Migration/DatabaseMigrator.swift",
"Migration/Migration.swift",
"QueryInterface/FTS3+QueryInterface.swift",
"QueryInterface/FTS5+QueryInterface.swift",
"QueryInterface/ForeignKey.swift",
"QueryInterface/Request/Association/Association.swift",
"QueryInterface/Request/Association/AssociationAggregate.swift",
"QueryInterface/Request/Association/BelongsToAssociation.swift",
"QueryInterface/Request/Association/HasManyAssociation.swift",
"QueryInterface/Request/Association/HasManyThroughAssociation.swift",
"QueryInterface/Request/Association/HasOneAssociation.swift",
"QueryInterface/Request/Association/HasOneThroughAssociation.swift",
"QueryInterface/Request/Association/JoinAssociation.swift",
"QueryInterface/Request/CommonTableExpression.swift",
"QueryInterface/Request/QueryInterfaceRequest.swift",
"QueryInterface/Request/RequestProtocols.swift",
"QueryInterface/SQL/Column.swift",
"QueryInterface/SQL/DatabasePromise.swift",
"QueryInterface/SQL/SQLAssociation.swift",
"QueryInterface/SQL/SQLCollection.swift",
"QueryInterface/SQL/SQLExpression.swift",
"QueryInterface/SQL/SQLForeignKeyRequest.swift",
"QueryInterface/SQL/SQLFunctions.swift",
"QueryInterface/SQL/SQLOperators.swift",
"QueryInterface/SQL/SQLOrdering.swift",
"QueryInterface/SQL/SQLRelation.swift",
"QueryInterface/SQL/SQLSelection.swift",
"QueryInterface/SQL/SQLSubquery.swift",
"QueryInterface/SQL/Table.swift",
"QueryInterface/SQLGeneration/SQLColumnGenerator.swift",
"QueryInterface/SQLGeneration/SQLGenerationContext.swift",
"QueryInterface/SQLGeneration/SQLIndexGenerator.swift",
"QueryInterface/SQLGeneration/SQLQueryGenerator.swift",
"QueryInterface/SQLGeneration/SQLTableAlterationGenerator.swift",
"QueryInterface/SQLGeneration/SQLTableGenerator.swift",
"QueryInterface/SQLInterpolation+QueryInterface.swift",
"QueryInterface/Schema/ColumnDefinition.swift",
"QueryInterface/Schema/Database+SchemaDefinition.swift",
"QueryInterface/Schema/ForeignKeyDefinition.swift",
"QueryInterface/Schema/IndexDefinition.swift",
"QueryInterface/Schema/TableAlteration.swift",
"QueryInterface/Schema/TableDefinition.swift",
"QueryInterface/Schema/VirtualTableModule.swift",
"QueryInterface/TableRecord+Association.swift",
"QueryInterface/TableRecord+QueryInterfaceRequest.swift",
"Record/EncodableRecord+Encodable.swift",
"Record/EncodableRecord.swift",
"Record/FetchableRecord+Decodable.swift",
"Record/FetchableRecord+TableRecord.swift",
"Record/FetchableRecord.swift",
"Record/MutablePersistableRecord+DAO.swift",
"Record/MutablePersistableRecord+Delete.swift",
"Record/MutablePersistableRecord+Insert.swift",
"Record/MutablePersistableRecord+Save.swift",
"Record/MutablePersistableRecord+Update.swift",
"Record/MutablePersistableRecord+Upsert.swift",
"Record/MutablePersistableRecord.swift",
"Record/PersistableRecord+Insert.swift",
"Record/PersistableRecord+Save.swift",
"Record/PersistableRecord+Upsert.swift",
"Record/PersistableRecord.swift",
"Record/Record.swift",
"Record/TableRecord.swift",
"Utils/CaseInsensitiveIdentifier.swift",
"Utils/Inflections+English.swift",
"Utils/Inflections.swift",
"Utils/Mutex.swift",
"Utils/OnDemandFuture.swift",
"Utils/OrderedDictionary.swift",
"Utils/Pool.swift",
"Utils/ReadWriteLock.swift",
"Utils/ReceiveValuesOn.swift",
"Utils/Refinable.swift",
"Utils/Utils.swift",
"ValueObservation/DatabaseCancellable.swift",
"ValueObservation/Observers/ValueConcurrentObserver.swift",
"ValueObservation/Observers/ValueWriteOnlyObserver.swift",
"ValueObservation/Reducers/Fetch.swift",
"ValueObservation/Reducers/Map.swift",
"ValueObservation/Reducers/RemoveDuplicates.swift",
"ValueObservation/Reducers/Trace.swift",
"ValueObservation/Reducers/ValueReducer.swift",
"ValueObservation/SharedValueObservation.swift",
"ValueObservation/ValueObservation.swift",
"ValueObservation/ValueObservationScheduler.swift"
],
"target_dependencies" : [
"GRDBSQLite"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.