Build Information
Failed to build DirectToSwiftUI, reference develop (b44e1f), with Swift 6.3 for Linux on 12 Apr 2026 05:51:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DirectToSwift/DirectToSwiftUI.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/DirectToSwift/DirectToSwiftUI
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at b44e1ff GHA: Use latest Xcode
Cloned https://github.com/DirectToSwift/DirectToSwiftUI.git
Revision (git rev-parse @):
b44e1ff0a0187429739b5c68597603e77ada866d
SUCCESS checkout https://github.com/DirectToSwift/DirectToSwiftUI.git at develop
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/DirectToSwift/DirectToSwiftUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/DirectToSwift/SwiftUIRules.git
Fetching https://github.com/ZeeQL/ZeeQL3Combine.git
Fetching https://github.com/ZeeQL/ZeeQL3.git
[1/79] Fetching zeeql3combine
[41/272] Fetching zeeql3combine, swiftuirules
[273/4274] Fetching zeeql3combine, swiftuirules, zeeql3
Fetched https://github.com/ZeeQL/ZeeQL3Combine.git from cache (0.36s)
[2074/4195] Fetching swiftuirules, zeeql3
Fetched https://github.com/DirectToSwift/SwiftUIRules.git from cache (0.66s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.66s)
Computing version for https://github.com/ZeeQL/ZeeQL3Combine.git
Computed https://github.com/ZeeQL/ZeeQL3Combine.git at 0.1.5 (1.29s)
Computing version for https://github.com/DirectToSwift/SwiftUIRules.git
Computed https://github.com/DirectToSwift/SwiftUIRules.git at 0.2.0 (0.63s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.8 (0.67s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.31s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (3.74s)
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/ZeeQL/ZeeQL3.git
Working copy of https://github.com/ZeeQL/ZeeQL3.git resolved at 0.9.8
Creating working copy for https://github.com/DirectToSwift/SwiftUIRules.git
Working copy of https://github.com/DirectToSwift/SwiftUIRules.git resolved at 0.2.0
Creating working copy for https://github.com/ZeeQL/ZeeQL3Combine.git
Working copy of https://github.com/ZeeQL/ZeeQL3Combine.git resolved at 0.1.5
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/112] Emitting module SwiftUIRules
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/114] Emitting module ZeeQL
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Adaptor.swift:113:15: error: member operator '==' of protocol 'Adaptor' must have at least one argument of type 'Self'
111 |
112 | @inlinable
113 | static func ==(lhs: Adaptor, rhs: Adaptor) -> Bool {
| `- error: member operator '==' of protocol 'Adaptor' must have at least one argument of type 'Self'
114 | return lhs.isEqual(to: rhs)
115 | }
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Attribute.swift:139:15: error: member operator '==' of protocol 'Attribute' must have at least one argument of type 'Self'
137 | }
138 |
139 | static func ==(lhs: Attribute, rhs: Attribute) -> Bool {
| `- error: member operator '==' of protocol 'Attribute' must have at least one argument of type 'Self'
140 | return lhs.isEqual(to: rhs)
141 | }
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Entity.swift:436:15: error: member operator '==' of protocol 'Entity' must have at least one argument of type 'Self'
434 |
435 | @inlinable
436 | static func ==(lhs: Entity, rhs: Entity) -> Bool {
| `- error: member operator '==' of protocol 'Entity' must have at least one argument of type 'Self'
437 | return lhs.isEqual(to: rhs)
438 | }
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Relationship.swift:148:15: error: member operator '==' of protocol 'Relationship' must have at least one argument of type 'Self'
146 | }
147 |
148 | static func ==(lhs: Relationship, rhs: Relationship) -> Bool {
| `- error: member operator '==' of protocol 'Relationship' must have at least one argument of type 'Self'
149 | return lhs.isEqual(to: rhs)
150 | }
[8/126] Compiling ZeeQL AdaptorRecordSchema.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[9/126] Compiling ZeeQL Attribute.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[10/126] Compiling ZeeQL AttributeKey.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[11/126] Compiling ZeeQL AdaptorQueryColumnRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[12/126] Compiling ZeeQL AdaptorQueryType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[13/126] Compiling ZeeQL AdaptorRecord.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[14/126] Compiling ZeeQL AccessDataSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[15/126] Compiling ZeeQL AccessDataSourceError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[16/126] Compiling ZeeQL CodableModel.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[17/126] Compiling ZeeQL CodableModelDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[18/126] Compiling ZeeQL CodableModelEntityDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[19/126] Compiling ZeeQL ActiveRecordType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[20/126] Compiling ZeeQL Adaptor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[21/126] Compiling ZeeQL AdaptorChannel.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[22/126] Compiling ZeeQL AccessDataSourceFinders.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[23/126] Compiling ZeeQL ActiveDataSource.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[24/126] Compiling ZeeQL ActiveRecord.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[25/126] Compiling ZeeQL AttributeValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[26/126] Compiling ZeeQL AdaptorRecordDecoder.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[27/126] Compiling ZeeQL CodableEntity.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[28/126] Compiling ZeeQL ModelFetchSpecification.swift
[29/126] Compiling ZeeQL NotQualifier.swift
[30/126] Compiling ZeeQL ObjectStore.swift
[31/126] Compiling ZeeQL ObjectTrackingContext.swift
[32/126] Compiling ZeeQL Qualifier.swift
[33/126] Compiling ZeeQL QualifierEvaluation.swift
[34/126] Compiling ZeeQL QualifierParser.swift
[35/126] Compiling ZeeQL QualifierVariable.swift
[36/126] Compiling ZeeQL QueryBuilder.swift
[37/126] Compiling ZeeQL SQLQualifier.swift
[38/126] Compiling ZeeQL SortOrdering.swift
[39/126] Compiling ZeeQL StoreKeyValueCoding.swift
[40/126] Compiling ZeeQL ComparisonOperation.swift
[41/126] Compiling ZeeQL CompoundQualifier.swift
[42/126] Compiling ZeeQL Constant.swift
[43/126] Compiling ZeeQL DataSource.swift
[44/126] Compiling ZeeQL EntityType.swift
[45/126] Compiling ZeeQL Expression.swift
[46/126] Compiling ZeeQL ExpressionEvaluation.swift
[47/126] Compiling ZeeQL FetchSpecification.swift
[48/126] Compiling ZeeQL GlobalID.swift
[49/126] Compiling ZeeQL Key.swift
[50/126] Compiling ZeeQL KeyComparisonQualifier.swift
[51/126] Compiling ZeeQL KeyValueQualifier.swift
[52/126] Compiling ZeeQL SQLAttributeChange.swift
[53/126] Compiling ZeeQL SQLExpression.swift
[54/126] Compiling ZeeQL SQLExpressionFactory.swift
[55/126] Compiling ZeeQL SQLForeignKey.swift
[56/126] Compiling ZeeQL SQLTableGroups.swift
[57/126] Compiling ZeeQL SchemaGeneration.swift
[58/126] Compiling ZeeQL SchemaSynchronization.swift
[59/126] Compiling ZeeQL SchemaSynchronizationFactory.swift
[60/126] Compiling ZeeQL TypedFetchSpecification.swift
[61/126] Compiling ZeeQL ZeeQLTypes.swift
[62/126] Compiling ZeeQL ArrayDataSource.swift
[63/126] Compiling ZeeQL BooleanQualifier.swift
[64/126] Compiling SwiftUIRules RuleModel.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
[65/126] Compiling SwiftUIRules RuleDebug.swift
/host/spi-builder-workspace/.build/checkouts/SwiftUIRules/Sources/SwiftUIRules/DynamicEnvironment/DynamicEnvironmentKey.swift:9:17: error: no such module 'SwiftUI'
7 | //
8 |
9 | import protocol SwiftUI.EnvironmentKey
| `- error: no such module 'SwiftUI'
10 |
11 | /**
/host/spi-builder-workspace/.build/checkouts/ZeeQL3/Sources/ZeeQL/Access/Entity.swift:436:15: error: member operator '==' of protocol 'Entity' must have at least one argument of type 'Self'
434 |
435 | @inlinable
436 | static func ==(lhs: Entity, rhs: Entity) -> Bool {
| `- error: member operator '==' of protocol 'Entity' must have at least one argument of type 'Self'
437 | return lhs.isEqual(to: rhs)
438 | }
BUILD FAILURE 6.3 linux