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-4609320-1":/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: 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.8
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.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 LighterCodeGenAST
[5/85] Compiling LighterCodeGenAST ReservedWords.swift
[6/85] Compiling LighterCodeGenAST CompilationUnit.swift
[7/85] Compiling LighterCodeGenAST ComputedPropertyDefinition.swift
[8/85] Compiling LighterCodeGenAST Struct.swift
[9/85] Compiling LighterCodeGenAST TypeComment.swift
[10/85] Compiling LighterCodeGenAST TypeReference.swift
[11/85] Compiling LighterCodeGenAST GenStructures.swift
[12/85] Compiling LighterCodeGenAST GenTypes.swift
[13/85] Compiling LighterCodeGenAST GenUnit.swift
[14/85] Compiling LighterCodeGenAST Expression.swift
[15/85] Compiling LighterCodeGenAST Extension.swift
[16/85] Compiling LighterCodeGenAST FunctionComment.swift
[17/85] Compiling LighterCodeGenAST FunctionDeclaration.swift
[18/85] Compiling LighterCodeGenAST FunctionDefinition.swift
[19/85] Compiling LighterCodeGenAST FunctionParameter.swift
[20/85] Compiling LighterCodeGenAST GenericConstraint.swift
[21/85] Compiling LighterCodeGenAST Literal.swift
[22/85] Compiling LighterCodeGenAST Statement.swift
[23/85] Emitting module SQLite3Schema
[24/85] Compiling SQLite3Schema CatalogObject.swift
[25/85] Compiling Lighter SQLSortOrder.swift
[26/85] Compiling Lighter SQLTruePredicate.swift
[27/85] Compiling Lighter SQLColumn.swift
[28/85] Compiling Lighter SQLEntitySchema.swift
[29/85] Compiling Lighter SQLForeignKeyColumn.swift
[30/85] Compiling Lighter SQLRecord.swift
[31/91] 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 {
^
[32/91] Compiling Lighter SQLBuilder.swift
[33/91] Compiling Lighter SQLExpression.swift
[34/91] Compiling Lighter SQLInterpolation.swift
[35/91] Compiling LighterCodeGenAST GenFunctions.swift
[36/91] Compiling LighterCodeGenAST GenLiterals.swift
[37/91] Compiling LighterCodeGenAST GenStatements.swift
[50/91] Compiling Lighter SQLRecordFetchOperations.swift
[51/91] Compiling Lighter SQLRecordFilterOperations.swift
[52/91] Compiling Lighter SQLRecordForeignKeyOperations.swift
[53/91] Compiling Lighter PredicateOperators.swift
[54/91] Compiling Lighter SQLColumnComparisonPredicate.swift
[55/91] Compiling Lighter SQLColumnValuePredicate.swift
[63/93] Compiling Lighter SQLTransactionAsync.swift
[64/93] Compiling Lighter SQLTransactionType.swift
[65/93] Compiling Lighter LighterError.swift
[66/93] Compiling Lighter OptionalCString.swift
[67/93] Compiling Lighter SQLError.swift
[68/93] Compiling Lighter SendableKeyPath.swift
[70/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 {
^
[71/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 {
^
[72/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 {
^
[73/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 {
^
[74/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 {
^
[75/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 {
^
[76/93] Compiling SQLite3Schema Column.swift
[77/93] Compiling SQLite3Schema DataTypes.swift
[78/93] Compiling SQLite3Schema ForeignKey.swift
[79/93] Compiling SQLite3Schema Schema.swift
[80/93] Compiling SQLite3Schema TableOrView.swift
[82/95] Wrapping AST for LighterCodeGenAST for debugging
[83/95] Wrapping AST for SQLite3Schema for debugging
[85/132] Compiling LighterGeneration Relationships.swift
[86/132] Compiling LighterGeneration SchemaInit.swift
[87/132] Compiling LighterGeneration LighterAPI.swift
[88/132] Compiling LighterGeneration ASTGeneratorConfig.swift
[89/132] Compiling LighterGeneration CodeGeneratorConfig.swift
[90/137] 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
[91/137] Compiling LighterGeneration CodeGenerator.swift
[92/137] Compiling LighterGeneration DatabaseInfo.swift
[93/137] Compiling LighterGeneration EntityInfo.swift
[94/137] Compiling LighterGeneration EntitySQLStatements.swift
[95/137] Compiling LighterGeneration Fancyfier.swift
[96/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 {
              ^
/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/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/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/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/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 {
              ^
[105/139] Compiling LighterGeneration SchemaLoader.swift
[106/139] Compiling LighterGeneration CamelCase.swift
[107/139] Compiling LighterGeneration GenerateSchemaSwiftInit.swift
[108/139] Compiling LighterGeneration Pluralize.swift
[109/139] Compiling LighterGeneration SQLGeneration.swift
[110/139] Compiling LighterGeneration ConfigFile.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 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
[116/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
[117/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
[118/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
[119/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
[120/139] Compiling LighterGeneration GenerateOptionalHelpers.swift
[121/139] Compiling LighterGeneration GeneratePropertyType.swift
[122/139] Compiling LighterGeneration GenerateRawFunctions.swift
[123/139] Compiling LighterGeneration GenerateRawRelshipFunctions.swift
[124/139] Compiling LighterGeneration GenerateRecordRelshipFunctions.swift
[125/139] Compiling LighterGeneration GenerateRecordStatementBind.swift
[126/139] Compiling LighterGeneration GenerateRecordStatementInit.swift
[127/139] Compiling LighterGeneration GenerateRecordStructure.swift
[128/139] Compiling LighterGeneration GenerateRecordSwiftMatcher.swift
[129/139] Compiling LighterGeneration GenerateSchemaStructure.swift
[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 sqlite2swift ExitCodes.swift
[140/148] Emitting module GenerateInternalVariadics
[141/148] Compiling GenerateInternalVariadics main.swift
[142/148] Emitting module sqlite2swift
[143/148] Compiling sqlite2swift Arguments.swift
[146/150] Compiling sqlite2swift SQLite2Swift.swift
[146/151] Wrapping AST for GenerateInternalVariadics for debugging
[149/152] Wrapping AST for sqlite2swift for debugging
[150/152] Linking GenerateInternalVariadics
[151/152] Linking sqlite2swift
Build complete! (15.08s)
Build complete.
Done.

Build Machine: Linux 2