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-1":/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: 1.2.4
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
 * tag               1.2.4      -> FETCH_HEAD
HEAD is now at cbf71d0 Merge branch 'develop'
Cloned https://github.com/Lighter-swift/Lighter.git
Revision (git rev-parse @):
cbf71d017d5e71a9d6ddff8223de94339a69f8d4
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/Lighter-swift/Lighter.git at 1.2.4
========================================
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-1":/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/82] Compiling Lighter SQLInterpolatedPredicate.swift
[5/82] Compiling Lighter SQLNotPredicate.swift
[6/82] Compiling Lighter SQLPredicate.swift
[13/82] Compiling Lighter GeneratedVariadicOperations.swift
[14/82] Compiling Lighter SQLDatabaseAsyncChangeOperations.swift
[15/82] Compiling Lighter SQLDatabaseAsyncFetchOperations.swift
[16/88] Compiling LighterCodeGenAST CodeGenerator.swift
[17/88] Compiling LighterCodeGenAST GenExpressions.swift
[18/88] Compiling LighterCodeGenAST GenExtensions.swift
[19/88] Compiling SQLite3Schema CatalogObject.swift
[20/88] Emitting module SQLite3Schema
[21/88] Compiling SQLite3Schema Schema.swift
[22/88] Compiling SQLite3Schema TableOrView.swift
[23/88] Compiling LighterCodeGenAST GenStructures.swift
[24/88] Compiling LighterCodeGenAST GenTypes.swift
[25/88] Compiling LighterCodeGenAST GenUnit.swift
[26/88] Compiling Lighter SQLSortOrder.swift
[27/88] Compiling Lighter SQLTruePredicate.swift
[28/88] Compiling Lighter SQLColumn.swift
[29/88] Compiling LighterCodeGenAST Struct.swift
[30/88] Compiling LighterCodeGenAST TypeComment.swift
[31/88] Compiling LighterCodeGenAST TypeReference.swift
[32/88] Compiling SQLite3Schema Column.swift
[33/88] Compiling SQLite3Schema DataTypes.swift
[34/88] Compiling SQLite3Schema ForeignKey.swift
[36/90] Wrapping AST for SQLite3Schema for debugging
[38/90] 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 {
^
[39/90] 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 {
^
[40/90] 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 {
^
[41/90] 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 {
^
[42/90] 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 {
^
[43/90] 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 {
^
[50/90] Compiling Lighter SQLTransactionAsync.swift
[51/90] Compiling Lighter SQLTransactionType.swift
[52/90] Compiling Lighter LighterError.swift
[53/90] Compiling Lighter OptionalCString.swift
[54/90] Compiling Lighter SQLError.swift
[55/90] Compiling Lighter SendableKeyPath.swift
[56/90] Compiling LighterCodeGenAST GenFunctions.swift
[57/90] Compiling LighterCodeGenAST GenLiterals.swift
[58/90] Compiling Lighter SQLInterpolation.swift
[59/90] Emitting module LighterCodeGenAST
[60/90] Compiling Lighter SQLDatabaseAsyncOperations.swift
[61/90] Compiling Lighter SQLDatabaseChangeOperations.swift
[62/90] Compiling Lighter SQLDatabaseFetchOperations.swift
[63/90] Compiling Lighter SQLDatabaseOperations.swift
[64/90] Compiling Lighter SQLPragmaOperations.swift
[65/90] Compiling Lighter SQLRecordAsyncFetchOperations.swift
[66/90] Compiling Lighter SQLRecordFetchOperations.swift
[67/90] Compiling Lighter SQLRecordFilterOperations.swift
[68/90] Compiling Lighter SQLRecordForeignKeyOperations.swift
[69/90] Compiling Lighter PredicateOperators.swift
[70/90] Compiling Lighter SQLColumnComparisonPredicate.swift
[71/90] Compiling Lighter SQLColumnValuePredicate.swift
[79/92] Wrapping AST for LighterCodeGenAST for debugging
[81/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 {
^
[82/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
[83/134] Compiling LighterGeneration Relationships.swift
[84/134] Compiling LighterGeneration SchemaInit.swift
[85/134] Compiling LighterGeneration LighterAPI.swift
[86/134] Compiling LighterGeneration ASTGeneratorConfig.swift
[87/134] Compiling LighterGeneration CodeGeneratorConfig.swift
[88/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 {
              ^
[89/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 {
              ^
[90/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 {
              ^
[91/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 {
              ^
[92/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 {
              ^
[93/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 {
              ^
[94/134] Compiling LighterGeneration FunctionGenerator.swift
[95/134] Compiling LighterGeneration GenerateInsertFunctions.swift
[96/134] Compiling LighterGeneration GenerateInternalVariadics.swift
[97/134] Compiling LighterGeneration GenerateSelectFunctions.swift
[98/134] Compiling LighterGeneration GenerateUpdateFunctions.swift
[104/134] Compiling LighterGeneration EnlighterASTGenerator.swift
[107/136] Compiling LighterGeneration SchemaLoader.swift
[108/136] Compiling LighterGeneration CamelCase.swift
[109/136] Compiling LighterGeneration GenerateSchemaSwiftInit.swift
[110/136] Compiling LighterGeneration Pluralize.swift
[111/136] Compiling LighterGeneration SQLGeneration.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
[114/136] Compiling LighterGeneration GenerateDatabaseStruct.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
[115/136] Compiling LighterGeneration GenerateDatabaseSupport.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
[116/136] Compiling LighterGeneration GenerateDefaultValues.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
[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
[127/136] Compiling LighterGeneration GenerateRecordStatementBind.swift
[128/136] Compiling LighterGeneration GenerateRecordStatementInit.swift
[129/136] Compiling LighterGeneration GenerateRecordStructure.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
[138/146] Emitting module sqlite2swift
[139/146] Compiling sqlite2swift Arguments.swift
[141/147] Wrapping AST for GenerateInternalVariadics for debugging
[143/147] Compiling sqlite2swift ExitCodes.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! (13.79s)
Build complete.
Done.

Build Machine: Linux 2