Build Information
Successful build of ZeeQL3, reference develop (ae646f), with Swift 6.1 for Linux on 19 Apr 2026 16:07:01 UTC.
Swift 6 data race errors: 29
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[41/97] Compiling ZeeQL AdaptorQueryType.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[42/97] Compiling ZeeQL AdaptorRecord.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[43/97] Compiling ZeeQL AdaptorRecordSchema.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[44/97] Compiling ZeeQL Attribute.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[45/97] Compiling ZeeQL AttributeKey.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[46/97] Compiling ZeeQL AttributeValue.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[47/97] Compiling ZeeQL CodeAttribute.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[48/97] Compiling ZeeQL CodeEntity.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[49/97] Compiling ZeeQL CodeRelationship.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[50/97] Compiling ZeeQL CodeValueAttribute.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/AdaptorQueryColumnRepresentable.swift:29:8: warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
27 | public enum AdaptorQueryTypeError : Swift.Error {
28 | case nullInNonOptionalType(Any.Type)
29 | case cannotConvertValue(Any.Type, Any)
| `- warning: associated value 'cannotConvertValue' of 'Sendable'-conforming enum 'AdaptorQueryTypeError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
30 | }
31 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:56:10: warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
54 | enum JoinCalculationError : Swift.Error {
55 | case toManyHasNoSourceAttribute
56 | case toManyCouldNotDeriveTargetAttribute(entityName: String,
| `- warning: associated value 'toManyCouldNotDeriveTargetAttribute(entityName:column:sourceAttribute:destinationEntity:)' of 'Sendable'-conforming enum 'JoinCalculationError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
57 | column: String,
58 | sourceAttribute: Attribute,
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/CodeRelationship.swift:214:17: warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
212 |
213 |
214 | fileprivate let fakeEntity = ModelEntity(name: "FAKE")
| |- warning: let 'fakeEntity' is not concurrency-safe because non-'Sendable' type 'ModelEntity' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make let 'fakeEntity' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
215 |
216 | /**
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:465:12: note: class 'ModelEntity' does not conform to the 'Sendable' protocol
463 | * database.
464 | */
465 | open class ModelEntity : Entity, Equatable {
| `- note: class 'ModelEntity' does not conform to the 'Sendable' protocol
466 |
467 | /*
[51/97] Compiling ZeeQL EntityType.swift
[52/97] Compiling ZeeQL Expression.swift
[53/97] Compiling ZeeQL ExpressionEvaluation.swift
[54/97] Compiling ZeeQL FetchSpecification+Builder.swift
[55/97] Compiling ZeeQL FetchSpecification.swift
[56/97] Compiling ZeeQL GlobalID.swift
[57/97] Compiling ZeeQL Key.swift
[58/97] Compiling ZeeQL KeyComparisonQualifier.swift
[59/97] Compiling ZeeQL KeyValueQualifier.swift
[60/97] Compiling ZeeQL ModelFetchSpecification.swift
[61/97] Compiling ZeeQL NotQualifier.swift
[62/97] Compiling ZeeQL ObjectStore.swift
[63/97] Compiling ZeeQL ObjectTrackingContext.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[64/97] Compiling ZeeQL Qualifier.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[65/97] Compiling ZeeQL QualifierEvaluation.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[66/97] Compiling ZeeQL QualifierParser.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[67/97] Compiling ZeeQL QualifierVariable.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[68/97] Compiling ZeeQL SQLQualifier.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[69/97] Compiling ZeeQL SortOrdering.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[70/97] Compiling ZeeQL StoreKeyValueCoding.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[71/97] Compiling ZeeQL AnyOptional.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[72/97] Compiling ZeeQL Dictionary+Extensions.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[73/97] Compiling ZeeQL EquatableType.swift
/host/spi-builder-workspace/Sources/ZeeQL/Control/ObjectTrackingContext.swift:11:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
9 | public enum ObjectTrackingContextError: Swift.Error {
10 |
11 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'ObjectTrackingContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
12 | }
13 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:32:23: warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
30 | // backwards compat
31 | @available(*, deprecated, message: "Use `.ascending` instead.")
32 | public static let CompareAscending = Selector.ascending
| |- warning: static property 'CompareAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:34:23: warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
32 | public static let CompareAscending = Selector.ascending
33 | @available(*, deprecated, message: "Use `.descending` instead.")
34 | public static let CompareDescending = Selector.descending
| |- warning: static property 'CompareDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:37:23: warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
35 | @available(*, deprecated,
36 | message: "Use `.caseInsensitiveAscending` instead.")
37 | public static let CompareCaseInsensitiveAscending =
| |- warning: static property 'CompareCaseInsensitiveAscending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveAscending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | Selector.caseInsensitiveAscending
39 | @available(*, deprecated,
/host/spi-builder-workspace/Sources/ZeeQL/Control/SortOrdering.swift:41:23: warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
20 | {
21 |
22 | public enum Selector: RawRepresentable, Equatable {
| `- note: consider making enum 'Selector' conform to the 'Sendable' protocol
23 |
24 | case ascending
:
39 | @available(*, deprecated,
40 | message: "Use `.caseInsensitiveDescending` instead.")
41 | public static let CompareCaseInsensitiveDescending =
| |- warning: static property 'CompareCaseInsensitiveDescending' is not concurrency-safe because non-'Sendable' type 'SortOrdering.Selector' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'CompareCaseInsensitiveDescending' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
42 | Selector.caseInsensitiveDescending
43 | @available(*, deprecated, message: "Use `.other(value)` instead.")
[74/97] Compiling ZeeQL Model.swift
[75/97] Compiling ZeeQL ModelLoader.swift
[76/97] Compiling ZeeQL ModelPattern.swift
[77/97] Compiling ZeeQL ModelSQLizer.swift
[78/97] Compiling ZeeQL Property.swift
[79/97] Compiling ZeeQL Relationship.swift
[80/97] Compiling ZeeQL SQLAttributeChange.swift
[81/97] Compiling ZeeQL SQLExpression.swift
[82/97] Compiling ZeeQL SQLExpressionFactory.swift
[83/97] Compiling ZeeQL SQLForeignKey.swift
[84/97] Compiling ZeeQL SQLTableGroups.swift
[85/97] Compiling ZeeQL SchemaGeneration.swift
[86/97] Compiling ZeeQL Database.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[87/97] Compiling ZeeQL DatabaseChannel.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[88/97] Compiling ZeeQL DatabaseChannelBase.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[89/97] Compiling ZeeQL DatabaseChannelFetchHelper.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[90/97] Compiling ZeeQL DatabaseContext.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[91/97] Compiling ZeeQL DatabaseDataSource.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[92/97] Compiling ZeeQL DatabaseObject.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[93/97] Compiling ZeeQL DatabaseOperation.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[94/97] Compiling ZeeQL Entity.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[95/97] Compiling ZeeQL FancyModelMaker.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[96/97] Compiling ZeeQL Join.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
[97/97] Compiling ZeeQL MirrorHelpers.swift
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:17:8: warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
15 |
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
| `- warning: associated value 'missingRelationship' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Entity'; this is an error in the Swift 6 language mode
18 | case incompleteJoin(Join)
19 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Entity.swift:20:17: note: protocol 'Entity' does not conform to the 'Sendable' protocol
18 | * involve incomplete attribute sets or a pattern name.
19 | */
20 | public protocol Entity: AnyObject, EquatableType, SmartDescription {
| `- note: protocol 'Entity' does not conform to the 'Sendable' protocol
21 |
22 | var name : String { get }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:18:8: warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
16 | case missingEntity(String?)
17 | case missingRelationship(Entity, String)
18 | case incompleteJoin(Join)
| `- warning: associated value 'incompleteJoin' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'Join'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
/host/spi-builder-workspace/Sources/ZeeQL/Access/Join.swift:14:15: note: consider making struct 'Join' conform to the 'Sendable' protocol
12 | * relationship.
13 | */
14 | public struct Join : Equatable, SmartDescription {
| `- note: consider making struct 'Join' conform to the 'Sendable' protocol
15 |
16 | public enum Semantic : Hashable {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseChannelBase.swift:21:8: warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
19 |
20 | case couldNotBuildPrimaryKeyQualifier
21 | case missingAttributeUsedForLocking(Attribute)
| `- warning: associated value 'missingAttributeUsedForLocking' of 'Sendable'-conforming enum 'DatabaseChannelError' has non-sendable type 'any Attribute'; this is an error in the Swift 6 language mode
22 | case refetchReturnedNoRow
23 |
/host/spi-builder-workspace/Sources/ZeeQL/Access/Attribute.swift:44:17: note: protocol 'Attribute' does not conform to the 'Sendable' protocol
42 | * - ``CodeValueAttribute``
43 | */
44 | public protocol Attribute : Property, SQLValue, ExpressionEvaluation,
| `- note: protocol 'Attribute' does not conform to the 'Sendable' protocol
45 | SmartDescription
46 | {
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseContext.swift:10:8: warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
8 |
9 | public enum DatabaseContextError : Swift.Error {
10 | case fetchSpecificationHasUnresolvedBindings(FetchSpecification)
| `- warning: associated value 'fetchSpecificationHasUnresolvedBindings' of 'Sendable'-conforming enum 'DatabaseContextError' has non-sendable type 'any FetchSpecification'; this is an error in the Swift 6 language mode
11 | }
12 |
/host/spi-builder-workspace/Sources/ZeeQL/Control/FetchSpecification.swift:18:17: note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
16 | * Also check out the QueryBuilder extension.
17 | */
18 | public protocol FetchSpecification : SmartDescription {
| `- note: protocol 'FetchSpecification' does not conform to the 'Sendable' protocol
19 | // TODO: This is a little funky now because we refer to Entity. It should be
20 | // a protocol.
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:218:8: warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
216 |
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
| `- warning: associated value 'readOnly' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
219 | case noDatabase(DatabaseObject)
220 | }
/host/spi-builder-workspace/Sources/ZeeQL/Access/DatabaseObject.swift:219:8: warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
30 | * Interface of read/write ORM objects.
31 | */
32 | public protocol DatabaseObject : DatabaseObjectValidation,
| `- note: protocol 'DatabaseObject' does not conform to the 'Sendable' protocol
33 | RelationshipManipulation,
34 | SnapshotObject
:
217 | public enum DatabaseObjectError : Swift.Error {
218 | case readOnly(DatabaseObject)
219 | case noDatabase(DatabaseObject)
| `- warning: associated value 'noDatabase' of 'Sendable'-conforming enum 'DatabaseObjectError' has non-sendable type 'any DatabaseObject'; this is an error in the Swift 6 language mode
220 | }
221 |
Build complete! (18.38s)
Build complete.
{
"dependencies" : [
{
"identity" : "csqlite3",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ZeeQL/CSQLite3.git"
}
],
"manifest_display_name" : "ZeeQL3",
"name" : "ZeeQL3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ZeeQL",
"targets" : [
"ZeeQL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ZeeQLTests",
"module_type" : "SwiftTarget",
"name" : "ZeeQLTests",
"path" : "Tests/ZeeQLTests",
"sources" : [
"AdaptorActiveRecordTestCase.swift",
"AdaptorOGoTestCase.swift",
"CodeEntityModelTests.swift",
"CodeObjectModelTests.swift",
"ContactsDBModel.swift",
"DumpHelpers.swift",
"EquatableTypeTests.swift",
"FakeAdaptor.swift",
"FormatterTests.swift",
"ModelLoaderTests.swift",
"ModelTests.swift",
"OpenDateIntervalTests.swift",
"QualifierEvaluationTests.swift",
"QualifierParserTests.swift",
"SQLExpressionTests.swift",
"SQLite3ActiveRecordTests.swift",
"SQLite3AdaptorTests.swift",
"SQLite3ExpressionTests.swift",
"SQLite3ModelTests.swift",
"SQLite3OGoAdaptorTests.swift",
"SchemaGenerationTests.swift",
"SchemaSyncTests.swift"
],
"target_dependencies" : [
"ZeeQL"
],
"type" : "test"
},
{
"c99name" : "ZeeQL",
"module_type" : "SwiftTarget",
"name" : "ZeeQL",
"path" : "Sources/ZeeQL",
"product_dependencies" : [
"CSQLite3"
],
"product_memberships" : [
"ZeeQL"
],
"sources" : [
"Access/AccessDataSource.swift",
"Access/AccessDataSourceError.swift",
"Access/AccessDataSourceFinders.swift",
"Access/ActiveDataSource.swift",
"Access/ActiveRecord.swift",
"Access/ActiveRecordType.swift",
"Access/Adaptor.swift",
"Access/AdaptorChannel.swift",
"Access/AdaptorChannelPool.swift",
"Access/AdaptorDataSource.swift",
"Access/AdaptorError.swift",
"Access/AdaptorModelFetch.swift",
"Access/AdaptorOperation.swift",
"Access/AdaptorQueryColumnRepresentable.swift",
"Access/AdaptorQueryType.swift",
"Access/AdaptorRecord.swift",
"Access/AdaptorRecordSchema.swift",
"Access/Attribute.swift",
"Access/AttributeKey.swift",
"Access/AttributeValue.swift",
"Access/CodeAttribute.swift",
"Access/CodeEntity.swift",
"Access/CodeRelationship.swift",
"Access/CodeValueAttribute.swift",
"Access/Database.swift",
"Access/DatabaseChannel.swift",
"Access/DatabaseChannelBase.swift",
"Access/DatabaseChannelFetchHelper.swift",
"Access/DatabaseContext.swift",
"Access/DatabaseDataSource.swift",
"Access/DatabaseObject.swift",
"Access/DatabaseOperation.swift",
"Access/Entity.swift",
"Access/FancyModelMaker.swift",
"Access/Join.swift",
"Access/MirrorHelpers.swift",
"Access/Model.swift",
"Access/ModelLoader.swift",
"Access/ModelPattern.swift",
"Access/ModelSQLizer.swift",
"Access/Property.swift",
"Access/Relationship.swift",
"Access/SQLAttributeChange.swift",
"Access/SQLExpression.swift",
"Access/SQLExpressionFactory.swift",
"Access/SQLForeignKey.swift",
"Access/SQLTableGroups.swift",
"Access/SchemaGeneration.swift",
"Access/SchemaSynchronization.swift",
"Access/SchemaSynchronizationFactory.swift",
"Access/TypedDatabaseChannel.swift",
"Access/TypedFetchSpecification.swift",
"Access/ZeeQLTypes.swift",
"Control/ArrayDataSource.swift",
"Control/BooleanQualifier.swift",
"Control/ComparisonOperation.swift",
"Control/CompoundQualifier.swift",
"Control/Constant.swift",
"Control/DataSource.swift",
"Control/EntityType+Builder.swift",
"Control/EntityType.swift",
"Control/Expression.swift",
"Control/ExpressionEvaluation.swift",
"Control/FetchSpecification+Builder.swift",
"Control/FetchSpecification.swift",
"Control/GlobalID.swift",
"Control/Key.swift",
"Control/KeyComparisonQualifier.swift",
"Control/KeyValueQualifier.swift",
"Control/ModelFetchSpecification.swift",
"Control/NotQualifier.swift",
"Control/ObjectStore.swift",
"Control/ObjectTrackingContext.swift",
"Control/Qualifier.swift",
"Control/QualifierEvaluation.swift",
"Control/QualifierParser.swift",
"Control/QualifierVariable.swift",
"Control/SQLQualifier.swift",
"Control/SortOrdering.swift",
"Control/StoreKeyValueCoding.swift",
"Foundation/AnyOptional.swift",
"Foundation/Dictionary+Extensions.swift",
"Foundation/EquatableType.swift",
"Foundation/KeyValueStringFormatter.swift",
"Foundation/Logger.swift",
"Foundation/OpenDateInterval.swift",
"Foundation/Pluralize.swift",
"Foundation/SimpleKVC.swift",
"Foundation/SmartDescription.swift",
"SQLite3Adaptor/SQLite3Adaptor.swift",
"SQLite3Adaptor/SQLite3AdaptorChannel.swift",
"SQLite3Adaptor/SQLite3Expression.swift",
"SQLite3Adaptor/SQLite3ModelFetch.swift",
"SQLite3Adaptor/SQLite3SchemaSynchronizationFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.