Build Information
Failed to build DirectToSwiftUI, reference develop (b44e1f
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 23:39:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
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" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ZeeQL/ZeeQL3.git
Fetching https://github.com/DirectToSwift/SwiftUIRules.git
Fetching https://github.com/ZeeQL/ZeeQL3Combine.git
[1/193] Fetching swiftuirules
[194/3603] Fetching swiftuirules, zeeql3
[399/3682] Fetching swiftuirules, zeeql3, zeeql3combine
Fetched https://github.com/DirectToSwift/SwiftUIRules.git from cache (0.37s)
Fetched https://github.com/ZeeQL/ZeeQL3Combine.git from cache (0.37s)
Fetched https://github.com/ZeeQL/ZeeQL3.git from cache (0.37s)
Computing version for https://github.com/ZeeQL/ZeeQL3Combine.git
Computed https://github.com/ZeeQL/ZeeQL3Combine.git at 0.1.5 (3.48s)
Computing version for https://github.com/DirectToSwift/SwiftUIRules.git
Computed https://github.com/DirectToSwift/SwiftUIRules.git at 0.2.0 (0.43s)
Computing version for https://github.com/ZeeQL/ZeeQL3.git
Computed https://github.com/ZeeQL/ZeeQL3.git at 0.9.8 (1.15s)
Fetching https://github.com/ZeeQL/CSQLite3.git
[1/41] Fetching csqlite3
Fetched https://github.com/ZeeQL/CSQLite3.git from cache (0.67s)
Computing version for https://github.com/ZeeQL/CSQLite3.git
Computed https://github.com/ZeeQL/CSQLite3.git at 2.0.3 (3.84s)
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/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/ZeeQL3Combine.git
Working copy of https://github.com/ZeeQL/ZeeQL3Combine.git resolved at 0.1.5
Creating working copy for https://github.com/DirectToSwift/SwiftUIRules.git
Working copy of https://github.com/DirectToSwift/SwiftUIRules.git resolved at 0.2.0
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 | /**
[7/114] Compiling ZeeQL ComparisonOperation.swift
[8/114] Compiling ZeeQL CompoundQualifier.swift
[9/114] Compiling ZeeQL Constant.swift
[10/114] Compiling ZeeQL DataSource.swift
[11/114] Compiling ZeeQL EntityType.swift
[12/114] Compiling ZeeQL Expression.swift
[13/114] Compiling ZeeQL ExpressionEvaluation.swift
[14/114] Compiling ZeeQL FetchSpecification.swift
[15/114] Compiling ZeeQL GlobalID.swift
[16/114] Compiling ZeeQL Key.swift
[17/114] Compiling ZeeQL KeyComparisonQualifier.swift
[18/114] Compiling ZeeQL KeyValueQualifier.swift
[19/126] Compiling ZeeQL ModelFetchSpecification.swift
[20/126] Compiling ZeeQL NotQualifier.swift
[21/126] Compiling ZeeQL ObjectStore.swift
[22/126] Compiling ZeeQL ObjectTrackingContext.swift
[23/126] Compiling ZeeQL Qualifier.swift
[24/126] Compiling ZeeQL QualifierEvaluation.swift
[25/126] Compiling ZeeQL QualifierParser.swift
[26/126] Compiling ZeeQL QualifierVariable.swift
[27/126] Compiling ZeeQL QueryBuilder.swift
[28/126] Compiling ZeeQL SQLQualifier.swift
[29/126] Compiling ZeeQL SortOrdering.swift
[30/126] Compiling ZeeQL StoreKeyValueCoding.swift
[31/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 | /**
[32/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 | /**
[33/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 | /**
[34/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 | /**
[35/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 | /**
[36/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 | /**
[37/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 | /**
[38/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 | /**
[39/126] Compiling ZeeQL AdaptorChannelPool.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 | /**
[40/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 | /**
[41/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 | /**
[42/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 | /**
[43/126] Compiling ZeeQL AdaptorOperation.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 | /**
[44/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 | /**
[45/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 | /**
[46/126] Compiling ZeeQL AdaptorDataSource.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 | /**
[47/126] Compiling ZeeQL AdaptorError.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 | /**
[48/126] Compiling ZeeQL AdaptorModelFetch.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 | /**
[49/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 | /**
[50/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 | /**
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/126] 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 | }
/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/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/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/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/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/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/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/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/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/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/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/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/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 | }
[65/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 | /**
[66/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/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/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/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/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/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/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/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/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/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 | }
[76/126] Compiling ZeeQL CodableModel.swift
/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 | }
[77/126] Compiling ZeeQL CodableModelDecoder.swift
/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 | }
[78/126] Compiling ZeeQL CodableModelEntityDecoder.swift
/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 | }
[79/126] Compiling ZeeQL CodableModelPostProcessor.swift
[80/126] Compiling ZeeQL CodableRelationship.swift
[81/126] Compiling ZeeQL EntityPropertyReflectionContainer.swift
[82/126] Compiling ZeeQL CodeAttribute.swift
[83/126] Compiling ZeeQL CodeEntity.swift
[84/126] Compiling ZeeQL CodeFetchSpecification.swift
[85/126] Compiling ZeeQL CodeRelationship.swift
[86/126] Compiling ZeeQL CodeValueAttribute.swift
[87/126] Compiling ZeeQL Database.swift
[88/126] Compiling ZeeQL DatabaseChannel.swift
[89/126] Compiling ZeeQL DatabaseContext.swift
[90/126] Compiling ZeeQL DatabaseDataSource.swift
[91/126] Compiling ZeeQL SQLAttributeChange.swift
[92/126] Compiling ZeeQL SQLExpression.swift
[93/126] Compiling ZeeQL SQLExpressionFactory.swift
[94/126] Compiling ZeeQL SQLForeignKey.swift
[95/126] Compiling ZeeQL SQLTableGroups.swift
[96/126] Compiling ZeeQL SchemaGeneration.swift
[97/126] Compiling ZeeQL SchemaSynchronization.swift
[98/126] Compiling ZeeQL SchemaSynchronizationFactory.swift
[99/126] Compiling ZeeQL TypedFetchSpecification.swift
[100/126] Compiling ZeeQL ZeeQLTypes.swift
[101/126] Compiling ZeeQL ArrayDataSource.swift
[102/126] Compiling ZeeQL BooleanQualifier.swift
[103/126] Compiling ZeeQL DatabaseObject.swift
/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 | }
[104/126] Compiling ZeeQL DatabaseOperation.swift
/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 | }
[105/126] Compiling ZeeQL Entity.swift
/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 | }
[106/126] Compiling ZeeQL FancyModelMaker.swift
/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 | }
[107/126] Compiling ZeeQL Join.swift
/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 | }
[108/126] Compiling ZeeQL MirrorHelpers.swift
/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 | }
[109/126] Compiling ZeeQL Model.swift
/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 | }
[110/126] Compiling ZeeQL ModelLoader.swift
/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 | }
[111/126] Compiling ZeeQL ModelPattern.swift
/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 | }
[112/126] Compiling ZeeQL ModelSQLizer.swift
/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 | }
[113/126] Compiling ZeeQL Property.swift
/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 | }
[114/126] Compiling ZeeQL Relationship.swift
/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 | }
[115/126] Compiling ZeeQL EquatableType.swift
[116/126] Compiling ZeeQL KeyValueStringFormatter.swift
[117/126] Compiling ZeeQL Logger.swift
[118/126] Compiling ZeeQL Pluralize.swift
[119/126] Compiling ZeeQL SimpleKVC.swift
[120/126] Compiling ZeeQL SmartDescription.swift
[121/126] Compiling ZeeQL TimeRange.swift
[122/126] Compiling ZeeQL SQLite3Adaptor.swift
[123/126] Compiling ZeeQL SQLite3AdaptorChannel.swift
[124/126] Compiling ZeeQL SQLite3Expression.swift
[125/126] Compiling ZeeQL SQLite3ModelFetch.swift
[126/126] Compiling ZeeQL SQLite3SchemaSynchronizationFactory.swift
BUILD FAILURE 6.2 linux