The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lighter with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lighter-swift/Lighter.git
Reference: develop
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/Lighter-swift/Lighter
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 2e4ade0 Merge branch 'chore/strict-concurrency-1' into develop
Cloned https://github.com/Lighter-swift/Lighter.git
Revision (git rev-parse @):
2e4ade0d537304ade0d39929a2ba7b5ef3d36fa7
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Lighter-swift/Lighter.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/Lighter-swift/Lighter.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Compiling plugin Enlighter...
Compiling plugin Generate Code for SQLite...
Compiling plugin Generate Variadics into Lighter (Internal)...
Building for debugging...
[1/79] Compiling Lighter SQLColumnValueRangePredicate.swift
[2/79] Compiling Lighter SQLColumnValueSetPredicate.swift
[3/79] Compiling Lighter SQLCompoundPredicate.swift
[4/79] Compiling Lighter SQLInterpolatedPredicate.swift
[5/79] Compiling Lighter SQLNotPredicate.swift
[6/79] Compiling Lighter SQLPredicate.swift
[7/85] Compiling LighterCodeGenAST GenericConstraint.swift
[8/85] Compiling LighterCodeGenAST Literal.swift
[9/85] Compiling LighterCodeGenAST Statement.swift
[10/88] Emitting module SQLite3Schema
[11/88] Compiling SQLite3Schema CatalogObject.swift
[12/88] Emitting module LighterCodeGenAST
[13/88] Compiling SQLite3Schema Schema.swift
[14/88] Compiling SQLite3Schema TableOrView.swift
[15/88] Compiling Lighter SQLDatabaseOperations.swift
[16/88] Compiling Lighter SQLPragmaOperations.swift
[17/88] Compiling Lighter SQLRecordAsyncFetchOperations.swift
[18/88] Compiling Lighter SQLRecordFetchOperations.swift
[19/88] Compiling Lighter SQLRecordFilterOperations.swift
[20/88] Compiling Lighter SQLRecordForeignKeyOperations.swift
[21/88] Compiling Lighter PredicateOperators.swift
[22/88] Compiling Lighter SQLColumnComparisonPredicate.swift
[23/88] Compiling Lighter SQLColumnValuePredicate.swift
[24/88] Compiling Lighter SQLDatabaseAsyncOperations.swift
[25/88] Compiling Lighter SQLDatabaseChangeOperations.swift
[26/88] Compiling Lighter SQLDatabaseFetchOperations.swift
[27/88] Compiling SQLite3Schema DataTypes.swift
[28/88] Compiling SQLite3Schema Column.swift
[29/88] Compiling SQLite3Schema ForeignKey.swift
[30/88] Compiling LighterCodeGenAST Struct.swift
[31/88] Compiling LighterCodeGenAST TypeComment.swift
[32/88] Compiling LighterCodeGenAST TypeReference.swift
[34/90] Wrapping AST for SQLite3Schema for debugging
[36/90] Compiling Lighter SQLConnectionHandler.swift
[37/90] Compiling Lighter SimplePool.swift
[38/90] Compiling Lighter UnsafeReuse.swift
[39/90] Compiling Lighter SQLDatabase.swift
[40/90] Compiling Lighter SQLDatabaseCreation.swift
[41/90] Compiling Lighter SQLDatabaseTesting.swift
[43/92] Compiling Lighter SQLTransactionAsync.swift
[44/92] Compiling Lighter SQLTransactionType.swift
[45/92] Compiling Lighter LighterError.swift
[46/92] Compiling Lighter OptionalCString.swift
[47/92] Compiling Lighter SQLError.swift
[48/92] Compiling Lighter SendableKeyPath.swift
[61/92] Wrapping AST for LighterCodeGenAST for debugging
[63/92] Compiling Lighter SQLSortOrder.swift
[64/92] Compiling Lighter SQLTruePredicate.swift
[65/92] Compiling Lighter SQLColumn.swift
[66/92] Compiling Lighter SQLEntitySchema.swift
[67/92] Compiling Lighter SQLForeignKeyColumn.swift
[68/92] Compiling Lighter SQLRecord.swift
[69/92] Compiling Lighter SQLSwiftMatchableSchema.swift
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[70/92] Compiling Lighter SQLValueChanges.swift
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[71/92] Compiling Lighter SQLiteValueType.swift
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[72/92] Compiling Lighter SQLChangeTransaction.swift
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[73/92] Compiling Lighter SQLDatabaseTransaction.swift
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[74/92] Compiling Lighter SQLTransaction.swift
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[75/129] Emitting module Lighter
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:524:10: warning: associated value 'formatter' of 'Sendable'-conforming enum 'SQLiteDateStorageStyle' has non-sendable type 'DateFormatter'
    case formatter(DateFormatter)
         ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.URL
^
@preconcurrency
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:520:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Date'; use '@unchecked Sendable' for retroactive conformance
extension Date : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:631:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Data'; use '@unchecked Sendable' for retroactive conformance
extension Data: SQLiteValueType {
^
Foundation.Data (internal):144:18: warning: stored property '_representation' of 'Sendable'-conforming struct 'Data' has non-sendable type 'Data._Representation'
    internal var _representation: Data._Representation
                 ^
Foundation.Data (internal):113:19: note: enum '_Representation' does not conform to the 'Sendable' protocol
    internal enum _Representation {
                  ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:662:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'URL'; use '@unchecked Sendable' for retroactive conformance
extension URL : SQLiteValueType {
^
Foundation.URL (private):11:17: warning: stored property '_storage' of 'Sendable'-conforming struct 'URL' has non-sendable type 'URL.Storage?'
    private var _storage: URL.Storage!
                ^
Foundation.URL (private):3:18: note: enum 'Storage' does not conform to the 'Sendable' protocol
    private enum Storage {
                 ^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:700:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'Decimal'; use '@unchecked Sendable' for retroactive conformance
extension Decimal : SQLiteValueType {
^
/host/spi-builder-workspace/Sources/Lighter/Schema/SQLiteValueType.swift:754:1: warning: conformance to 'Sendable' must occur in the same source file as struct 'UUID'; use '@unchecked Sendable' for retroactive conformance
extension UUID : SQLiteValueType {
^
[76/129] Emitting module LighterGeneration
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:163:16: warning: stored property 'dateFormatter' of 'Sendable'-conforming struct 'Options' has non-sendable type 'DateFormatter'
    public var dateFormatter    : DateFormatter = defaultSQLiteDateFormatter
               ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import class  Foundation.DateFormatter
^
@preconcurrency
[77/134] Compiling LighterGeneration Relationships.swift
[78/134] Compiling LighterGeneration SchemaInit.swift
[79/134] Compiling LighterGeneration LighterAPI.swift
[80/134] Compiling LighterGeneration ASTGeneratorConfig.swift
[81/134] Compiling LighterGeneration CodeGeneratorConfig.swift
[82/134] Compiling LighterGeneration SchemaLoader.swift
[83/134] Compiling LighterGeneration CamelCase.swift
[84/134] Compiling LighterGeneration GenerateSchemaSwiftInit.swift
[85/134] Compiling LighterGeneration Pluralize.swift
[86/134] Compiling LighterGeneration SQLGeneration.swift
[87/134] Compiling LighterGeneration CodeGenerator.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
[88/134] Compiling LighterGeneration DatabaseInfo.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
[89/134] Compiling LighterGeneration EntityInfo.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
[90/134] Compiling LighterGeneration EntitySQLStatements.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
[91/134] Compiling LighterGeneration Fancyfier.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
[92/134] Compiling LighterGeneration Property.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:195:16: warning: stored property 'validSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import struct Foundation.CharacterSet
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/GenModel/Fancyfier.swift:197:16: warning: stored property 'validFirstSwiftIdentifierCharacters' of 'Sendable'-conforming struct 'Options' has non-sendable type 'CharacterSet'
    public var validFirstSwiftIdentifierCharacters : CharacterSet
               ^
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
              ^
[93/134] Compiling LighterGeneration FunctionGenerator.swift
[94/134] Compiling LighterGeneration GenerateInsertFunctions.swift
[95/134] Compiling LighterGeneration GenerateInternalVariadics.swift
[96/134] Compiling LighterGeneration GenerateSelectFunctions.swift
[97/134] Compiling LighterGeneration GenerateUpdateFunctions.swift
[104/134] Compiling LighterGeneration GenerateDatabaseStruct.swift
[105/134] Compiling LighterGeneration GenerateDatabaseSupport.swift
[106/134] Compiling LighterGeneration GenerateDefaultValues.swift
[107/134] Compiling LighterGeneration GenerateRecordStatementBind.swift
[108/134] Compiling LighterGeneration GenerateRecordStatementInit.swift
[109/134] Compiling LighterGeneration GenerateRecordStructure.swift
[112/136] Compiling LighterGeneration EnlighterASTGenerator.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:163:16: warning: stored property 'dateFormatter' of 'Sendable'-conforming struct 'Options' has non-sendable type 'DateFormatter'
    public var dateFormatter    : DateFormatter = defaultSQLiteDateFormatter
               ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import class  Foundation.DateFormatter
^
@preconcurrency
[113/136] Compiling LighterGeneration GenerateCombinedFile.swift
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:163:16: warning: stored property 'dateFormatter' of 'Sendable'-conforming struct 'Options' has non-sendable type 'DateFormatter'
    public var dateFormatter    : DateFormatter = defaultSQLiteDateFormatter
               ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import class  Foundation.DateFormatter
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:163:16: warning: stored property 'dateFormatter' of 'Sendable'-conforming struct 'Options' has non-sendable type 'DateFormatter'
    public var dateFormatter    : DateFormatter = defaultSQLiteDateFormatter
               ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import class  Foundation.DateFormatter
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:163:16: warning: stored property 'dateFormatter' of 'Sendable'-conforming struct 'Options' has non-sendable type 'DateFormatter'
    public var dateFormatter    : DateFormatter = defaultSQLiteDateFormatter
               ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import class  Foundation.DateFormatter
^
@preconcurrency
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:163:16: warning: stored property 'dateFormatter' of 'Sendable'-conforming struct 'Options' has non-sendable type 'DateFormatter'
    public var dateFormatter    : DateFormatter = defaultSQLiteDateFormatter
               ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Plugins/Libraries/LighterGeneration/RecordGeneration/EnlighterASTGenerator.swift:7:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import class  Foundation.DateFormatter
^
@preconcurrency
[117/136] Compiling LighterGeneration ConfigFile.swift
[118/136] Compiling LighterGeneration EmbeddedLighter.swift
[119/136] Compiling LighterGeneration FancyfierConfig.swift
[120/136] Compiling LighterGeneration JSONUtil.swift
[121/136] Compiling LighterGeneration LighterConfiguration.swift
[122/136] Compiling LighterGeneration GenerateOptionalHelpers.swift
[123/136] Compiling LighterGeneration GeneratePropertyType.swift
[124/136] Compiling LighterGeneration GenerateRawFunctions.swift
[125/136] Compiling LighterGeneration GenerateRawRelshipFunctions.swift
[126/136] Compiling LighterGeneration GenerateRecordRelshipFunctions.swift
[130/136] Compiling LighterGeneration GenerateRecordSwiftMatcher.swift
[131/136] Compiling LighterGeneration GenerateSchemaStructure.swift
[133/138] Wrapping AST for LighterGeneration for debugging
[135/145] Compiling sqlite2swift main.swift
[136/145] Emitting module GenerateInternalVariadics
[137/145] Compiling GenerateInternalVariadics main.swift
[140/147] Emitting module sqlite2swift
[140/147] Wrapping AST for GenerateInternalVariadics for debugging
[142/147] Compiling sqlite2swift ExitCodes.swift
[143/147] Compiling sqlite2swift Arguments.swift
[144/147] Compiling sqlite2swift SQLite2Swift.swift
[146/149] Wrapping AST for sqlite2swift for debugging
[147/149] Linking GenerateInternalVariadics
[148/149] Linking sqlite2swift
Build complete! (12.58s)
Build complete.
Done.

Build Machine: Linux 2