The Swift Package Index logo.Swift Package Index

Build Information

Successful build of ZeeQL3 with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ZeeQL/ZeeQL3.git
Reference: develop
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ZeeQL/ZeeQL3
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at cd018bc Note on schema sync primitive
Cloned https://github.com/ZeeQL/ZeeQL3.git
Revision (git rev-parse @):
cd018bcdd2a92a80292098caaf56f9db0f15a5aa
SUCCESS checkout https://github.com/ZeeQL/ZeeQL3.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/ZeeQL/ZeeQL3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/87] Emitting module ZeeQL
[4/99] Compiling ZeeQL ComparisonOperation.swift
[5/99] Compiling ZeeQL CompoundQualifier.swift
[6/99] Compiling ZeeQL Constant.swift
[7/99] Compiling ZeeQL DataSource.swift
[8/99] Compiling ZeeQL EntityType.swift
[9/99] Compiling ZeeQL Expression.swift
[10/99] Compiling ZeeQL ExpressionEvaluation.swift
[11/99] Compiling ZeeQL FetchSpecification.swift
[12/99] Compiling ZeeQL GlobalID.swift
[13/99] Compiling ZeeQL Key.swift
[14/99] Compiling ZeeQL KeyComparisonQualifier.swift
[15/99] Compiling ZeeQL KeyValueQualifier.swift
[16/99] Compiling ZeeQL ModelFetchSpecification.swift
[17/99] Compiling ZeeQL NotQualifier.swift
[18/99] Compiling ZeeQL ObjectStore.swift
[19/99] Compiling ZeeQL ObjectTrackingContext.swift
[20/99] Compiling ZeeQL Qualifier.swift
[21/99] Compiling ZeeQL QualifierEvaluation.swift
[22/99] Compiling ZeeQL QualifierParser.swift
[23/99] Compiling ZeeQL QualifierVariable.swift
[24/99] Compiling ZeeQL QueryBuilder.swift
[25/99] Compiling ZeeQL SQLQualifier.swift
[26/99] Compiling ZeeQL SortOrdering.swift
[27/99] Compiling ZeeQL StoreKeyValueCoding.swift
[28/99] Compiling ZeeQL AdaptorOperation.swift
[29/99] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
[30/99] Compiling ZeeQL AdaptorQueryType.swift
[31/99] Compiling ZeeQL AdaptorRecord.swift
[32/99] Compiling ZeeQL AdaptorRecordSchema.swift
[33/99] Compiling ZeeQL Attribute.swift
[34/99] Compiling ZeeQL AttributeKey.swift
[35/99] Compiling ZeeQL AttributeValue.swift
[36/99] Compiling ZeeQL AdaptorRecordDecoder.swift
[37/99] Compiling ZeeQL CodableEntity.swift
[38/99] Compiling ZeeQL CodableModel.swift
[39/99] Compiling ZeeQL CodableModelDecoder.swift
[40/99] Compiling ZeeQL SQLAttributeChange.swift
[41/99] Compiling ZeeQL SQLExpression.swift
[42/99] Compiling ZeeQL SQLExpressionFactory.swift
[43/99] Compiling ZeeQL SQLForeignKey.swift
[44/99] Compiling ZeeQL SQLTableGroups.swift
[45/99] Compiling ZeeQL SchemaGeneration.swift
[46/99] Compiling ZeeQL SchemaSynchronization.swift
[47/99] Compiling ZeeQL SchemaSynchronizationFactory.swift
[48/99] Compiling ZeeQL TypedFetchSpecification.swift
[49/99] Compiling ZeeQL ZeeQLTypes.swift
[50/99] Compiling ZeeQL ArrayDataSource.swift
[51/99] Compiling ZeeQL BooleanQualifier.swift
[52/99] Compiling ZeeQL AccessDataSource.swift
[53/99] Compiling ZeeQL AccessDataSourceError.swift
[54/99] Compiling ZeeQL AccessDataSourceFinders.swift
[55/99] Compiling ZeeQL ActiveDataSource.swift
[56/99] Compiling ZeeQL ActiveRecord.swift
[57/99] Compiling ZeeQL ActiveRecordType.swift
[58/99] Compiling ZeeQL Adaptor.swift
[59/99] Compiling ZeeQL AdaptorChannel.swift
[60/99] Compiling ZeeQL AdaptorChannelPool.swift
[61/99] Compiling ZeeQL AdaptorDataSource.swift
[62/99] Compiling ZeeQL AdaptorError.swift
[63/99] Compiling ZeeQL AdaptorModelFetch.swift
[64/99] Compiling ZeeQL CodableModelEntityDecoder.swift
[65/99] Compiling ZeeQL CodableModelPostProcessor.swift
[66/99] Compiling ZeeQL CodableRelationship.swift
[67/99] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[68/99] Compiling ZeeQL CodeAttribute.swift
[69/99] Compiling ZeeQL CodeEntity.swift
[70/99] Compiling ZeeQL CodeFetchSpecification.swift
[71/99] Compiling ZeeQL CodeRelationship.swift
[72/99] Compiling ZeeQL CodeValueAttribute.swift
[73/99] Compiling ZeeQL Database.swift
[74/99] Compiling ZeeQL DatabaseChannel.swift
[75/99] Compiling ZeeQL DatabaseContext.swift
[76/99] Compiling ZeeQL DatabaseDataSource.swift
[77/99] Compiling ZeeQL DatabaseObject.swift
[78/99] Compiling ZeeQL DatabaseOperation.swift
[79/99] Compiling ZeeQL Entity.swift
[80/99] Compiling ZeeQL FancyModelMaker.swift
[81/99] Compiling ZeeQL Join.swift
[82/99] Compiling ZeeQL MirrorHelpers.swift
[83/99] Compiling ZeeQL Model.swift
[84/99] Compiling ZeeQL ModelLoader.swift
[85/99] Compiling ZeeQL ModelSQLizer.swift
[86/99] Compiling ZeeQL Property.swift
[87/99] Compiling ZeeQL Relationship.swift
[88/99] Compiling ZeeQL EquatableType.swift
[89/99] Compiling ZeeQL KeyValueStringFormatter.swift
[90/99] Compiling ZeeQL Logger.swift
[91/99] Compiling ZeeQL Pluralize.swift
[92/99] Compiling ZeeQL SimpleKVC.swift
[93/99] Compiling ZeeQL SmartDescription.swift
[94/99] Compiling ZeeQL TimeRange.swift
[95/99] Compiling ZeeQL SQLite3Adaptor.swift
[96/99] Compiling ZeeQL SQLite3AdaptorChannel.swift
[97/99] Compiling ZeeQL SQLite3Expression.swift
[98/99] Compiling ZeeQL SQLite3ModelFetch.swift
[99/99] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
Build complete! (5.98s)
Fetching https://github.com/ZeeQL/CSQLite3.git from cache
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.16s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (0.47s)
Creating working copy for https://github.com/ZeeQL/CSQLite3.git
Working copy of https://github.com/ZeeQL/CSQLite3.git resolved at 2.0.3
Build complete.
Done.

Build Machine: Mac 7