Build Information
Successful build of GRDB, reference v6.29.3 (2cf6c7
), with Swift 5.8 for Linux on 7 Sep 2024 17:03:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/groue/GRDB.swift.git
Reference: v6.29.3
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 v6.29.3 -> FETCH_HEAD
HEAD is now at 2cf6c75 Merge branch 'development'
Submodule path 'SQLiteCustom/src': checked out '31e6aa66188e59616f062df77329d6ee9ee45929'
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 @):
2cf6c756e1e5ef6901ebae16576a7e4e4b834622
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/groue/GRDB.swift.git at v6.29.3
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD
https://github.com/groue/GRDB.swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:c076d3ae857ca95da27bda0293ef81759bb7add70e4768513ac0cd43f6640c27
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Building for debugging...
[0/4] Copying Info.plist
[0/4] Copying PrivacyInfo.xcprivacy
[3/150] Compiling GRDB QuoteDumpFormat.swift
[4/150] Compiling GRDB Export.swift
[5/150] Compiling GRDB FTS3.swift
[6/150] Compiling GRDB FTS3Pattern.swift
[7/150] Compiling GRDB FTS3TokenizerDescriptor.swift
[8/150] Compiling GRDB FTS4.swift
[9/150] Compiling GRDB FTS5.swift
[10/150] Compiling GRDB FTS5CustomTokenizer.swift
[11/150] Compiling GRDB FTS5Pattern.swift
[12/150] Compiling GRDB FTS5Tokenizer.swift
[13/150] Compiling GRDB FTS5TokenizerDescriptor.swift
[14/150] Compiling GRDB FTS5WrapperTokenizer.swift
[15/150] Compiling GRDB Fixits.swift
[16/150] Compiling GRDB JSONColumn.swift
[17/150] Compiling GRDB SQLJSONExpressible.swift
[18/150] Compiling GRDB SQLJSONFunctions.swift
[19/150] Compiling GRDB DatabaseMigrator.swift
[20/150] Compiling GRDB Migration.swift
[21/150] Compiling GRDB FTS3+QueryInterface.swift
[22/150] Compiling GRDB FTS5+QueryInterface.swift
[23/150] Compiling GRDB ForeignKey.swift
[24/170] Compiling GRDB NSString.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[25/170] Compiling GRDB SQLiteDateParser.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[26/170] Compiling GRDB URL.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[27/170] Compiling GRDB UUID.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[28/170] Compiling GRDB DatabaseValueConvertible+Decodable.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[29/170] Compiling GRDB DatabaseValueConvertible+Encodable.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[30/170] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[31/170] Compiling GRDB JSONRequiredEncoder.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[32/170] Compiling GRDB Optional.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[33/170] Compiling GRDB StandardLibrary.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[34/170] Compiling GRDB TransactionClock.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[35/170] Compiling GRDB TransactionObserver.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[36/170] Compiling GRDB WALSnapshot.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[37/170] Compiling GRDB WALSnapshotTransaction.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[38/170] Compiling GRDB Database+Dump.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[39/170] Compiling GRDB DatabaseReader+dump.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[40/170] Compiling GRDB DumpFormat.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[41/170] Compiling GRDB DebugDumpFormat.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[42/170] Compiling GRDB JSONDumpFormat.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[43/170] Compiling GRDB LineDumpFormat.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[44/170] Compiling GRDB ListDumpFormat.swift
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[45/170] Compiling GRDB EncodableRecord.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[46/170] Compiling GRDB FetchableRecord+Decodable.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[47/170] Compiling GRDB FetchableRecord+TableRecord.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[48/170] Compiling GRDB FetchableRecord.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[49/170] Compiling GRDB MutablePersistableRecord+DAO.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[50/170] Compiling GRDB MutablePersistableRecord+Delete.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[51/170] Compiling GRDB MutablePersistableRecord+Insert.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[52/170] Compiling GRDB MutablePersistableRecord+Save.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[53/170] Compiling GRDB MutablePersistableRecord+Update.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[54/170] Compiling GRDB MutablePersistableRecord+Upsert.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[55/170] Compiling GRDB MutablePersistableRecord.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[56/170] Compiling GRDB PersistableRecord+Insert.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[57/170] Compiling GRDB PersistableRecord+Save.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[58/170] Compiling GRDB PersistableRecord+Upsert.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[59/170] Compiling GRDB PersistableRecord.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[60/170] Compiling GRDB Record.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[61/170] Compiling GRDB TableRecord.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[62/170] Compiling GRDB CaseInsensitiveIdentifier.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[63/170] Compiling GRDB Inflections+English.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[64/170] Compiling GRDB Inflections.swift
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[65/170] Emitting module GRDB
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:58:16: warning: stored property 'encoder' of 'Sendable'-conforming struct 'JSONDumpFormat' has non-sendable type 'JSONEncoder'
public var encoder: JSONEncoder
^
Foundation.JSONEncoder:1:12: note: class 'JSONEncoder' does not conform to the 'Sendable' protocol
open class JSONEncoder {
^
/host/spi-builder-workspace/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:35:17: warning: stored property 'pluralizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var pluralizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:36:17: warning: stored property 'singularizeRules' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[(NSRegularExpression, String)]'
private var singularizeRules: [(NSRegularExpression, String)] = []
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
/host/spi-builder-workspace/GRDB/Utils/Inflections.swift:37:17: warning: stored property 'uncountablesRegularExpressions' of 'Sendable'-conforming struct 'Inflections' has non-sendable type '[String : NSRegularExpression]'
private var uncountablesRegularExpressions: [String: NSRegularExpression] = [:]
^
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
^
[66/170] Compiling GRDB SQLSelection.swift
[67/170] Compiling GRDB SQLSubquery.swift
[68/170] Compiling GRDB Table.swift
[69/170] Compiling GRDB SQLColumnGenerator.swift
[70/170] Compiling GRDB SQLGenerationContext.swift
[71/170] Compiling GRDB SQLIndexGenerator.swift
[72/170] Compiling GRDB SQLQueryGenerator.swift
[73/170] Compiling GRDB SQLTableAlterationGenerator.swift
[74/170] Compiling GRDB SQLTableGenerator.swift
[75/170] Compiling GRDB SQLInterpolation+QueryInterface.swift
[76/170] Compiling GRDB ColumnDefinition.swift
[77/170] Compiling GRDB Database+SchemaDefinition.swift
[78/170] Compiling GRDB ForeignKeyDefinition.swift
[79/170] Compiling GRDB IndexDefinition.swift
[80/170] Compiling GRDB TableAlteration.swift
[81/170] Compiling GRDB TableDefinition.swift
[82/170] Compiling GRDB VirtualTableModule.swift
[83/170] Compiling GRDB TableRecord+Association.swift
[84/170] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[85/170] Compiling GRDB EncodableRecord+Encodable.swift
[86/170] Compiling GRDB FetchRequest.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[87/170] Compiling GRDB Row.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[88/170] Compiling GRDB RowAdapter.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[89/170] Compiling GRDB RowDecodingError.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[90/170] Compiling GRDB SQL.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[91/170] Compiling GRDB SQLInterpolation.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[92/170] Compiling GRDB SQLRequest.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[93/170] Compiling GRDB SchedulingWatchdog.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[94/170] Compiling GRDB SerializedDatabase.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[95/170] Compiling GRDB Statement.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[96/170] Compiling GRDB StatementAuthorizer.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[97/170] Compiling GRDB StatementColumnConvertible.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[98/170] Compiling GRDB CGFloat.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[99/170] Compiling GRDB Data.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[100/170] Compiling GRDB DatabaseDateComponents.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[101/170] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[102/170] Compiling GRDB Date.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[103/170] Compiling GRDB Decimal.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[104/170] Compiling GRDB NSData.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[105/170] Compiling GRDB NSNull.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[106/170] Compiling GRDB NSNumber.swift
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: warning: unknown operating system for build configuration 'os'
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'iOS'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
iOS
/host/spi-builder-workspace/GRDB/Core/StatementAuthorizer.swift:5:63: note: did you mean 'Windows'?
#elseif os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
^~~~~~~~
Windows
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:47:16: warning: stored property 'dateComponents' of 'Sendable'-conforming struct 'DatabaseDateComponents' has non-sendable type 'DateComponents'
public let dateComponents: DateComponents
^
Foundation.DateComponents:1:15: note: struct 'DateComponents' does not conform to the 'Sendable' protocol
public struct DateComponents : ReferenceConvertible, Hashable, Equatable {
^
/host/spi-builder-workspace/GRDB/Core/Support/Foundation/DatabaseDateComponents.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[107/170] Compiling GRDB Association.swift
[108/170] Compiling GRDB AssociationAggregate.swift
[109/170] Compiling GRDB BelongsToAssociation.swift
[110/170] Compiling GRDB HasManyAssociation.swift
[111/170] Compiling GRDB HasManyThroughAssociation.swift
[112/170] Compiling GRDB HasOneAssociation.swift
[113/170] Compiling GRDB HasOneThroughAssociation.swift
[114/170] Compiling GRDB JoinAssociation.swift
[115/170] Compiling GRDB CommonTableExpression.swift
[116/170] Compiling GRDB QueryInterfaceRequest.swift
[117/170] Compiling GRDB RequestProtocols.swift
[118/170] Compiling GRDB Column.swift
[119/170] Compiling GRDB DatabasePromise.swift
[120/170] Compiling GRDB SQLAssociation.swift
[121/170] Compiling GRDB SQLCollection.swift
[122/170] Compiling GRDB SQLExpression.swift
[123/170] Compiling GRDB SQLForeignKeyRequest.swift
[124/170] Compiling GRDB SQLFunctions.swift
[125/170] Compiling GRDB SQLOperators.swift
[126/170] Compiling GRDB SQLOrdering.swift
[127/170] Compiling GRDB SQLRelation.swift
[128/170] Compiling GRDB Configuration.swift
[129/170] Compiling GRDB Cursor.swift
[130/170] Compiling GRDB Database+Schema.swift
[131/170] Compiling GRDB Database+Statements.swift
[132/170] Compiling GRDB Database.swift
[133/170] Compiling GRDB DatabaseBackupProgress.swift
[134/170] Compiling GRDB DatabaseCollation.swift
[135/170] Compiling GRDB DatabaseError.swift
[136/170] Compiling GRDB DatabaseFunction.swift
[137/170] Compiling GRDB DatabasePool.swift
[138/170] Compiling GRDB DatabasePublishers.swift
[139/170] Compiling GRDB DatabaseQueue.swift
[140/170] Compiling GRDB DatabaseReader.swift
[141/170] Compiling GRDB DatabaseRegion.swift
[142/170] Compiling GRDB DatabaseRegionObservation.swift
[143/170] Compiling GRDB DatabaseSchemaCache.swift
[144/170] Compiling GRDB DatabaseSnapshot.swift
[145/170] Compiling GRDB DatabaseSnapshotPool.swift
[146/170] Compiling GRDB DatabaseValue.swift
[147/170] Compiling GRDB DatabaseValueConvertible.swift
[148/170] Compiling GRDB DatabaseWriter.swift
[149/170] Compiling GRDB LockedBox.swift
[150/170] Compiling GRDB OnDemandFuture.swift
[151/170] Compiling GRDB OrderedDictionary.swift
[152/170] Compiling GRDB Pool.swift
[153/170] Compiling GRDB ReadWriteBox.swift
[154/170] Compiling GRDB ReceiveValuesOn.swift
[155/170] Compiling GRDB Refinable.swift
[156/170] Compiling GRDB Utils.swift
[157/170] Compiling GRDB DatabaseCancellable.swift
[158/170] Compiling GRDB ValueConcurrentObserver.swift
[159/170] Compiling GRDB ValueWriteOnlyObserver.swift
[160/170] Compiling GRDB Fetch.swift
[161/170] Compiling GRDB Map.swift
[162/170] Compiling GRDB RemoveDuplicates.swift
[163/170] Compiling GRDB Trace.swift
[164/170] Compiling GRDB ValueReducer.swift
[165/170] Compiling GRDB SharedValueObservation.swift
[166/170] Compiling GRDB ValueObservation.swift
[167/170] Compiling GRDB ValueObservationScheduler.swift
[168/170] Compiling GRDB resource_bundle_accessor.swift
[170/172] Wrapping AST for GRDB for debugging
[171/172] Linking libGRDB-dynamic.so
Build complete! (13.02s)
Build complete.
Done.