The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Lighter with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.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.8
Building package at path:  $workDir
https://github.com/Lighter-swift/Lighter.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
[1/1] Compiling plugin Enlighter
[2/2] Compiling plugin Generate Code for SQLite
[3/3] Compiling plugin Generate Variadics into Lighter (Internal)
Building for debugging...
[4/82] Emitting module SQLite3Schema
[5/82] Emitting module LighterCodeGenAST
[6/85] Compiling Lighter SQLConnectionHandler.swift
[7/85] Compiling Lighter SimplePool.swift
[8/85] Compiling Lighter UnsafeReuse.swift
[9/85] Compiling Lighter SQLRecordFetchOperations.swift
[10/85] Compiling Lighter SQLRecordFilterOperations.swift
[11/85] Compiling Lighter SQLRecordForeignKeyOperations.swift
[12/85] Compiling Lighter GeneratedVariadicOperations.swift
[13/85] Compiling Lighter SQLDatabaseAsyncChangeOperations.swift
[14/85] Compiling Lighter SQLDatabaseAsyncFetchOperations.swift
[15/85] Compiling LighterCodeGenAST Struct.swift
[16/85] Compiling LighterCodeGenAST TypeComment.swift
[17/85] Compiling LighterCodeGenAST TypeReference.swift
[18/85] Compiling Lighter SQLColumnValueRangePredicate.swift
[19/85] Compiling Lighter SQLColumnValueSetPredicate.swift
[20/85] Compiling Lighter SQLCompoundPredicate.swift
[21/85] Compiling Lighter SQLInterpolatedPredicate.swift
[22/85] Compiling Lighter SQLNotPredicate.swift
[23/85] Compiling Lighter SQLPredicate.swift
[30/91] Compiling SQLite3Schema CatalogObject.swift
[31/91] Compiling SQLite3Schema Column.swift
[32/91] Compiling Lighter SQLDatabase.swift
[33/91] Compiling Lighter SQLDatabaseCreation.swift
[34/91] Compiling Lighter SQLDatabaseTesting.swift
[35/91] Compiling Lighter SQLBuilder.swift
[36/91] Compiling Lighter SQLExpression.swift
[37/91] Compiling Lighter SQLInterpolation.swift
[46/93] Compiling Lighter SQLTransactionAsync.swift
[47/93] Compiling Lighter SQLTransactionType.swift
[48/93] Compiling Lighter LighterError.swift
[49/93] Compiling Lighter OptionalCString.swift
[50/93] Compiling Lighter SQLError.swift
[51/93] Compiling Lighter SendableKeyPath.swift
[52/93] 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 {
^
[53/93] 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 {
^
[54/93] 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 {
^
[55/93] 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 {
^
[56/93] 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 {
^
[57/93] 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 {
^
[58/93] 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 {
^
[59/93] Compiling Lighter SQLSortOrder.swift
[60/93] Compiling Lighter SQLTruePredicate.swift
[61/93] Compiling Lighter SQLColumn.swift
[62/93] Compiling Lighter SQLEntitySchema.swift
[63/93] Compiling Lighter SQLForeignKeyColumn.swift
[64/93] Compiling Lighter SQLRecord.swift
[71/93] Compiling SQLite3Schema TableOrView.swift
[72/93] Compiling Lighter SQLDatabaseAsyncOperations.swift
[73/93] Compiling Lighter SQLDatabaseChangeOperations.swift
[74/93] Compiling Lighter SQLDatabaseFetchOperations.swift
[75/93] Compiling Lighter SQLDatabaseOperations.swift
[76/93] Compiling Lighter SQLPragmaOperations.swift
[77/93] Compiling Lighter SQLRecordAsyncFetchOperations.swift
[78/93] Compiling SQLite3Schema Schema.swift
[79/93] Compiling SQLite3Schema DataTypes.swift
[80/93] Compiling SQLite3Schema ForeignKey.swift
[81/94] Wrapping AST for LighterCodeGenAST for debugging
[83/95] Wrapping AST for SQLite3Schema for debugging
[85/132] 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
[86/137] 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 {
              ^
[87/137] 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 {
              ^
[88/137] 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 {
              ^
[89/137] 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 {
              ^
[90/137] 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 {
              ^
[91/137] 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 {
              ^
[92/137] Compiling LighterGeneration GenerateRecordStatementBind.swift
[93/137] Compiling LighterGeneration GenerateRecordStatementInit.swift
[94/137] Compiling LighterGeneration GenerateRecordStructure.swift
[95/137] Compiling LighterGeneration GenerateRecordSwiftMatcher.swift
[96/137] Compiling LighterGeneration GenerateSchemaStructure.swift
[97/137] Compiling LighterGeneration ConfigFile.swift
[100/139] Compiling LighterGeneration SchemaLoader.swift
[101/139] Compiling LighterGeneration CamelCase.swift
[102/139] Compiling LighterGeneration GenerateSchemaSwiftInit.swift
[103/139] Compiling LighterGeneration Pluralize.swift
[104/139] Compiling LighterGeneration SQLGeneration.swift
[105/139] Compiling LighterGeneration GenerateOptionalHelpers.swift
[106/139] Compiling LighterGeneration GeneratePropertyType.swift
[107/139] Compiling LighterGeneration GenerateRawFunctions.swift
[108/139] Compiling LighterGeneration GenerateRawRelshipFunctions.swift
[109/139] Compiling LighterGeneration GenerateRecordRelshipFunctions.swift
[111/139] Compiling LighterGeneration EmbeddedLighter.swift
[112/139] Compiling LighterGeneration FancyfierConfig.swift
[113/139] Compiling LighterGeneration JSONUtil.swift
[114/139] Compiling LighterGeneration LighterConfiguration.swift
[115/139] Compiling LighterGeneration Relationships.swift
[116/139] Compiling LighterGeneration SchemaInit.swift
[117/139] Compiling LighterGeneration LighterAPI.swift
[118/139] Compiling LighterGeneration ASTGeneratorConfig.swift
[119/139] Compiling LighterGeneration CodeGeneratorConfig.swift
[120/139] 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
[121/139] 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
[122/139] 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
[123/139] 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
[124/139] 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
[130/139] Compiling LighterGeneration FunctionGenerator.swift
[131/139] Compiling LighterGeneration GenerateInsertFunctions.swift
[132/139] Compiling LighterGeneration GenerateInternalVariadics.swift
[133/139] Compiling LighterGeneration GenerateSelectFunctions.swift
[134/139] Compiling LighterGeneration GenerateUpdateFunctions.swift
[136/141] Wrapping AST for LighterGeneration for debugging
[138/148] Compiling sqlite2swift main.swift
[139/148] Compiling GenerateInternalVariadics main.swift
[140/148] Emitting module GenerateInternalVariadics
[142/150] Wrapping AST for GenerateInternalVariadics for debugging
[144/150] Compiling sqlite2swift Arguments.swift
[145/150] Compiling sqlite2swift ExitCodes.swift
[146/150] Compiling sqlite2swift SQLite2Swift.swift
[147/150] Emitting module sqlite2swift
[149/152] Wrapping AST for sqlite2swift for debugging
[150/152] Linking GenerateInternalVariadics
[151/152] Linking sqlite2swift
Build complete! (14.57s)
Build complete.
Done.

Build Machine: Linux 1