Build Information
Successful build of ZeeQL3Freddy with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3Freddy.git
Reference: 0.6.1
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/ZeeQL/ZeeQL3Freddy
* tag 0.6.1 -> FETCH_HEAD
HEAD is now at ac3d208 Merge branch 'develop' into main
Cloned https://github.com/ZeeQL/ZeeQL3Freddy.git
Revision (git rev-parse @):
ac3d20854567a7fbe3bd1a8a1bca47ab9a6908cc
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3Freddy.git at 0.6.1
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/ZeeQL/ZeeQL3Freddy.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/modswift/Freddy.git
[1/2937] Fetching freddy
[589/5388] Fetching freddy, zeeql3
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.37s)
Fetched https://github.com/modswift/Freddy.git from cache (0.37s)
Computing version for https://github.com/modswift/Freddy.git
Computed https://github.com/modswift/Freddy.git at 3.0.58 (1.30s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.5 (0.45s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.21s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.43s)
Creating working copy for https://github.com/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.5
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
Creating working copy for https://github.com/modswift/Freddy.git
Working copy of https://github.com/modswift/Freddy.git resolved at 3.0.58
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/99] Emitting module ZeeQL
[6/111] Compiling ZeeQL ModelFetchSpecification.swift
[7/111] Compiling ZeeQL NotQualifier.swift
[8/111] Compiling ZeeQL ObjectStore.swift
[9/111] Compiling ZeeQL ObjectTrackingContext.swift
[10/111] Compiling ZeeQL Qualifier.swift
[11/111] Compiling ZeeQL QualifierEvaluation.swift
[12/111] Compiling ZeeQL QualifierParser.swift
[13/111] Compiling ZeeQL QualifierVariable.swift
[14/111] Compiling ZeeQL QueryBuilder.swift
[15/111] Compiling ZeeQL SQLQualifier.swift
[16/111] Compiling ZeeQL SortOrdering.swift
[17/111] Compiling ZeeQL StoreKeyValueCoding.swift
[18/111] Compiling ZeeQL AccessDataSourceFinders.swift
[19/111] Compiling ZeeQL ActiveDataSource.swift
[20/111] Emitting module Freddy
[21/112] Compiling Freddy JSONSerializing.swift
[22/112] Compiling ZeeQL AccessDataSource.swift
[23/112] Compiling ZeeQL AccessDataSourceError.swift
[24/112] Compiling Freddy JSONLiteralConvertible.swift
[25/112] Compiling Freddy JSONParsing.swift
[30/112] Compiling ZeeQL ActiveRecord.swift
[31/112] Compiling ZeeQL ActiveRecordType.swift
[32/112] Compiling ZeeQL Adaptor.swift
[33/112] Compiling ZeeQL AdaptorChannel.swift
[34/112] Compiling ZeeQL AdaptorChannelPool.swift
[35/112] Compiling ZeeQL AdaptorDataSource.swift
[36/112] Compiling ZeeQL AdaptorError.swift
[37/112] Compiling ZeeQL AdaptorModelFetch.swift
[38/112] Compiling ZeeQL AdaptorOperation.swift
[39/112] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[40/112] Compiling ZeeQL AdaptorQueryType.swift
[41/112] Compiling ZeeQL AdaptorRecord.swift
[42/112] Compiling ZeeQL AdaptorRecordSchema.swift
[43/112] Compiling ZeeQL Attribute.swift
[44/112] Compiling ZeeQL AttributeKey.swift
[45/112] Compiling ZeeQL AttributeValue.swift
[46/112] Compiling ZeeQL AdaptorRecordDecoder.swift
[47/112] Compiling ZeeQL CodableEntity.swift
[48/112] Compiling ZeeQL CodableModel.swift
[49/112] Compiling ZeeQL CodableModelDecoder.swift
[50/112] Compiling ZeeQL SQLAttributeChange.swift
[51/112] Compiling ZeeQL SQLExpression.swift
[52/112] Compiling ZeeQL SQLExpressionFactory.swift
[53/112] Compiling ZeeQL SQLForeignKey.swift
[54/112] Compiling ZeeQL SQLTableGroups.swift
[55/112] Compiling ZeeQL SchemaGeneration.swift
[56/112] Compiling ZeeQL SchemaSynchronization.swift
[57/112] Compiling ZeeQL SchemaSynchronizationFactory.swift
[58/112] Compiling ZeeQL TypedFetchSpecification.swift
[59/112] Compiling ZeeQL ZeeQLTypes.swift
[60/112] Compiling ZeeQL ArrayDataSource.swift
[61/112] Compiling ZeeQL BooleanQualifier.swift
[62/112] Compiling ZeeQL ComparisonOperation.swift
[63/112] Compiling ZeeQL CompoundQualifier.swift
[64/112] Compiling ZeeQL Constant.swift
[65/112] Compiling ZeeQL DataSource.swift
[66/112] Compiling ZeeQL EntityType.swift
[67/112] Compiling ZeeQL Expression.swift
[68/112] Compiling ZeeQL ExpressionEvaluation.swift
[69/112] Compiling ZeeQL FetchSpecification.swift
[70/112] Compiling ZeeQL GlobalID.swift
[71/112] Compiling ZeeQL Key.swift
[72/112] Compiling ZeeQL KeyComparisonQualifier.swift
[73/112] Compiling ZeeQL KeyValueQualifier.swift
[74/112] Compiling Freddy JSONOptional.swift
[75/112] Compiling Freddy JSONParser.swift
[76/112] Compiling ZeeQL DatabaseDataSource.swift
[77/112] Compiling ZeeQL DatabaseObject.swift
[78/112] Compiling ZeeQL DatabaseOperation.swift
[79/112] Compiling ZeeQL Entity.swift
[80/112] Compiling ZeeQL FancyModelMaker.swift
[81/112] Compiling ZeeQL Join.swift
[82/112] Compiling ZeeQL MirrorHelpers.swift
[83/112] Compiling ZeeQL Model.swift
[84/112] Compiling ZeeQL ModelLoader.swift
[85/112] Compiling ZeeQL ModelSQLizer.swift
[86/112] Compiling ZeeQL Property.swift
[87/112] Compiling ZeeQL Relationship.swift
[88/112] Compiling ZeeQL CodableModelEntityDecoder.swift
[89/112] Compiling ZeeQL CodableModelPostProcessor.swift
[90/112] Compiling ZeeQL CodableRelationship.swift
[91/112] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[92/112] Compiling ZeeQL CodeAttribute.swift
[93/112] Compiling ZeeQL CodeEntity.swift
[94/112] Compiling ZeeQL CodeFetchSpecification.swift
[95/112] Compiling ZeeQL CodeRelationship.swift
[96/112] Compiling ZeeQL CodeValueAttribute.swift
[97/112] Compiling ZeeQL Database.swift
[98/112] Compiling ZeeQL DatabaseChannel.swift
[99/112] Compiling ZeeQL DatabaseContext.swift
[100/112] Compiling Freddy JSONSubscripting.swift
[102/113] Compiling ZeeQL EquatableType.swift
[103/113] Compiling ZeeQL KeyValueStringFormatter.swift
[104/113] Compiling ZeeQL Logger.swift
[105/113] Compiling ZeeQL Pluralize.swift
[106/113] Compiling ZeeQL SimpleKVC.swift
[107/113] Compiling ZeeQL SmartDescription.swift
[108/113] Compiling ZeeQL TimeRange.swift
[109/113] Compiling ZeeQL SQLite3Adaptor.swift
[110/113] Compiling ZeeQL SQLite3AdaptorChannel.swift
[111/113] Compiling ZeeQL SQLite3Expression.swift
[112/113] Compiling ZeeQL SQLite3ModelFetch.swift
[113/113] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
[115/117] Emitting module ZeeQL3Freddy
[116/117] Compiling ZeeQL3Freddy ActiveRecordJSON.swift
[117/117] Compiling ZeeQL3Freddy JSONEncodableType.swift
Build complete! (31.33s)
Build complete.
Done.