Build Information
Failed to build Attabench, reference master (7fc220
), with Swift 6.2 (beta) for watchOS using Xcode 26.0 on 19 Jun 2025 01:41:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Attabench-Package -destination generic/platform=watchOS
Build Log
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:26:27: error: type 'Self.Element' does not conform to protocol 'Hashable'
var anyObservableSet: AnyObservableSet<Element> { get }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:23:29: error: no exact matches in call to instance method 'filter'
return self.filter(predicate).anyObservableSet
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:14:17: note: found this candidate
public func filter<Predicate: ObservableValueType>(_ isIncluded: Predicate) -> AnyObservableSet<Element>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:19:17: note: found this candidate
public func filter<Predicate: ObservableValueType>(_ isIncluded: Predicate) -> AnyObservableSet<Element>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetReference.swift:10:31: error: type 'Self.Value.Element' does not conform to protocol 'Hashable'
public func unpacked() -> AnyObservableSet<Value.Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:29:26: error: no exact matches in call to instance method 'unpacked'
return reference.unpacked()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayReference.swift:9:1: note: candidate requires that 'AnyObservableSet<Self.Element>' conform to 'ObservableArrayType' (requirement specified as 'Self.Value' : 'ObservableArrayType')
extension ObservableValueType where Value: ObservableArrayType{
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueReference.swift:9:1: note: candidate requires that 'AnyObservableSet<Self.Element>' conform to 'ObservableValueType' (requirement specified as 'Self.Value' : 'ObservableValueType')
extension ObservableValueType where Value: ObservableValueType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:29:26: error: no 'unpacked' candidates produce the expected contextual result type 'AnyObservableSet<Self.Element>'
return reference.unpacked()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayReference.swift:10:17: note: 'unpacked()' produces 'AnyObservableArray<_>', not the expected contextual result type 'AnyObservableSet<Self.Element>'
public func unpacked() -> AnyObservableArray<Value.Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueReference.swift:10:17: note: 'unpacked()' produces 'AnyObservableValue<Set<Self.Element>>', not the expected contextual result type 'AnyObservableSet<Self.Element>'
public func unpacked() -> AnyObservableValue<Value.Value> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:61:12: error: property 'isConnected' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
if isConnected { return matchingElements.count }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:65:12: error: property 'isConnected' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
if isConnected { return matchingElements }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:69:12: error: property 'isConnected' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
if isConnected { return matchingElements.contains(member) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:73:12: error: property 'isConnected' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
if isConnected { return matchingElements.isSubset(of: other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:74:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for member in self.parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:74:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for member in self.parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:81:12: error: property 'isConnected' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
if isConnected { return matchingElements.isSuperset(of: other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:89:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:89:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:94:16: error: instance method 'add' requires the types 'SetFilteringOnPredicate<Parent>.FilteringSink.Value' and 'Update<Parent.Change>' be equivalent
parent.add(FilteringSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'SetFilteringOnPredicate<Parent>.FilteringSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:98:16: error: instance method 'remove' requires the types 'SetFilteringOnPredicate<Parent>.FilteringSink.Value' and 'Update<Parent.Change>' be equivalent
parent.remove(FilteringSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'SetFilteringOnPredicate<Parent>.FilteringSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:105:13: error: referencing instance method 'beginTransaction()' on 'TransactionalThing' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
beginTransaction()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:107:21: error: type 'SetFilteringOnPredicate<Parent>.Element' (aka 'Parent.Element') does not conform to protocol 'Hashable'
var c = SetChange<Element>()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:120:17: error: referencing instance method 'sendChange' on 'TransactionalThing' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
sendChange(c)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift:123:13: error: referencing instance method 'endTransaction()' on 'TransactionalThing' requires that 'SetFilteringOnPredicate<Parent>' conform to 'TransactionalThing'
endTransaction()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetFilteringOnPredicate<Parent>'
extension TransactionalThing {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift:39:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift:70:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func applyUpdate(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift:59:16: error: instance method 'add' requires the types 'Value' and 'Update<Parent.Change>' be equivalent
parent.add(FoldingSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift:63:16: error: instance method 'remove' requires the types 'Value' and 'Update<Parent.Change>' be equivalent
parent.remove(FoldingSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:24:31: error: type 'Origin.Element' does not conform to protocol 'Hashable'
func receive(_ value: SetUpdate<Origin.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:45:20: error: instance method 'add' requires the types 'Value' and 'Update<Origin.Change>' be equivalent
origin.add(GatherSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'Value', 'Update<Self.Change>' = 'Update<Origin.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:49:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Origin.Element' conform to 'Hashable'
for source in origin.value {
^
Swift.Set:1:11: note: where 'Element' = 'Origin.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:49:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Origin.Element' conform to 'Hashable'
for source in origin.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Origin.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:57:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Origin.Element' conform to 'Hashable'
for source in origin.value {
^
Swift.Set:1:11: note: where 'Element' = 'Origin.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:57:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Origin.Element' conform to 'Hashable'
for source in origin.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Origin.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift:61:20: error: instance method 'remove' requires the types 'Value' and 'Update<Origin.Change>' be equivalent
origin.remove(GatherSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'Value', 'Update<Self.Change>' = 'Update<Origin.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:22:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:17:20: error: type 'SetMappingForArrayField<Parent, Field>.ParentSink' does not conform to protocol 'SinkType'
private struct ParentSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:17:20: note: add stubs for conformance
private struct ParentSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift:10:20: note: protocol requires nested type 'Value'
associatedtype Value
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:63:38: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func applyParentUpdate(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:44:16: error: instance method 'add' requires the types 'SetMappingForArrayField<Parent, Field>.ParentSink.Value' and 'Update<Parent.Change>' be equivalent
parent.add(ParentSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'SetMappingForArrayField<Parent, Field>.ParentSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:46:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:46:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:56:16: error: instance method 'remove' requires the types 'SetMappingForArrayField<Parent, Field>.ParentSink.Value' and 'Update<Parent.Change>' be equivalent
parent.remove(ParentSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'SetMappingForArrayField<Parent, Field>.ParentSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:57:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift:57:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:21:29: error: type 'Self.Element' does not conform to protocol 'Hashable'
func isSubset(of other: Set<Element>) -> Bool
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:22:31: error: type 'Self.Element' does not conform to protocol 'Hashable'
func isSuperset(of other: Set<Element>) -> Bool
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:15:22: error: type 'Self.Element' does not conform to protocol 'Hashable'
typealias Base = Set<Element>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:24:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:19:20: error: type 'SetMappingForSequence<Parent, Result>.ParentSink' does not conform to protocol 'SinkType'
private struct ParentSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:19:20: note: add stubs for conformance
private struct ParentSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift:10:20: note: protocol requires nested type 'Value'
associatedtype Value
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:48:26: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func apply(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:36:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:36:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:41:16: error: instance method 'add' requires the types 'SetMappingForSequence<Parent, Result>.ParentSink.Value' and 'Update<Parent.Change>' be equivalent
parent.add(ParentSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'SetMappingForSequence<Parent, Result>.ParentSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift:45:16: error: instance method 'remove' requires the types 'SetMappingForSequence<Parent, Result>.ParentSink.Value' and 'Update<Parent.Change>' be equivalent
parent.remove(ParentSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'SetMappingForSequence<Parent, Result>.ParentSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:15:83: error: type 'Field.Element' does not conform to protocol 'Hashable'
class SetMappingForSetField<Parent: ObservableSetType, Field: ObservableSetType>: SetMappingBase<Field.Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:21:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:16:20: error: type 'SetMappingForSetField<Parent, Field>.ParentSink' does not conform to protocol 'SinkType'
private struct ParentSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:16:20: note: add stubs for conformance
private struct ParentSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift:10:20: note: protocol requires nested type 'Value'
associatedtype Value
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:31:32: error: type 'Field.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Field.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:26:20: error: type 'SetMappingForSetField<Parent, Field>.FieldSink' does not conform to protocol 'SinkType'
private struct FieldSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:26:20: note: add stubs for conformance
private struct FieldSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift:10:20: note: protocol requires nested type 'Value'
associatedtype Value
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:62:38: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func applyParentUpdate(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:94:37: error: type 'Field.Element' does not conform to protocol 'Hashable'
func applyFieldUpdate(_ update: SetUpdate<Field.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:11:75: error: type of expression is ambiguous without a type annotation
return SetMappingForSetField<Self, Field>(parent: self, key: key).anyObservableSet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:43:16: error: instance method 'add' requires the types 'SetMappingForSetField<Parent, Field>.ParentSink.Value' and 'Update<Parent.Change>' be equivalent
parent.add(ParentSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'SetMappingForSetField<Parent, Field>.ParentSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:45:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:45:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for e in parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:55:16: error: instance method 'remove' requires the types 'SetMappingForSetField<Parent, Field>.ParentSink.Value' and 'Update<Parent.Change>' be equivalent
parent.remove(ParentSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'SetMappingForSetField<Parent, Field>.ParentSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:58:19: error: instance method 'remove' requires the types 'SetMappingForSetField<Parent, Field>.FieldSink.Value' and 'Update<Field.Change>' be equivalent
field.remove(FieldSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'SetMappingForSetField<Parent, Field>.FieldSink.Value', 'Update<Self.Change>' = 'Update<Field.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:65:13: error: referencing instance method 'beginTransaction()' on 'TransactionalThing' requires that 'SetMappingForSetField<Parent, Field>' conform to 'TransactionalThing'
beginTransaction()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetMappingForSetField<Parent, Field>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:87:17: error: referencing instance method 'sendChange' on 'TransactionalThing' requires that 'SetMappingForSetField<Parent, Field>' conform to 'TransactionalThing'
sendChange(transformedChange)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetMappingForSetField<Parent, Field>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:90:13: error: referencing instance method 'endTransaction()' on 'TransactionalThing' requires that 'SetMappingForSetField<Parent, Field>' conform to 'TransactionalThing'
endTransaction()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetMappingForSetField<Parent, Field>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:97:13: error: referencing instance method 'beginTransaction()' on 'TransactionalThing' requires that 'SetMappingForSetField<Parent, Field>' conform to 'TransactionalThing'
beginTransaction()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetMappingForSetField<Parent, Field>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:111:17: error: referencing instance method 'sendChange' on 'TransactionalThing' requires that 'SetMappingForSetField<Parent, Field>' conform to 'TransactionalThing'
sendChange(transformedChange)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetMappingForSetField<Parent, Field>'
extension TransactionalThing {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift:114:13: error: referencing instance method 'endTransaction()' on 'TransactionalThing' requires that 'SetMappingForSetField<Parent, Field>' conform to 'TransactionalThing'
endTransaction()
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift:41:1: note: where 'Self' = 'SetMappingForSetField<Parent, Field>'
extension TransactionalThing {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:29:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:24:20: error: type 'InjectiveSetMappingForValue<Parent, Element>.InjectiveSink' does not conform to protocol 'SinkType'
private struct InjectiveSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:24:20: note: add stubs for conformance
private struct InjectiveSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift:10:20: note: protocol requires nested type 'Value'
associatedtype Value
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:52:26: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func apply(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:98:32: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func receive(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:93:20: error: type 'SetMappingForValue<Parent, Element>.MapSink' does not conform to protocol 'SinkType'
private struct MapSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:93:20: note: add stubs for conformance
private struct MapSink: UniqueOwnedSink {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift:10:20: note: protocol requires nested type 'Value'
associatedtype Value
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:122:26: error: type 'Parent.Element' does not conform to protocol 'Hashable'
func apply(_ update: SetUpdate<Parent.Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:45:16: error: instance method 'add' requires the types 'InjectiveSetMappingForValue<Parent, Element>.InjectiveSink.Value' and 'Update<Parent.Change>' be equivalent
parent.add(InjectiveSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'InjectiveSetMappingForValue<Parent, Element>.InjectiveSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:49:16: error: instance method 'remove' requires the types 'InjectiveSetMappingForValue<Parent, Element>.InjectiveSink.Value' and 'Update<Parent.Change>' be equivalent
parent.remove(InjectiveSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'InjectiveSetMappingForValue<Parent, Element>.InjectiveSink.Value', 'Update<Self.Change>' = 'Update<Parent.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:112:9: error: referencing instance method 'next()' on 'Set.Iterator' requires that 'Parent.Element' conform to 'Hashable'
for element in parent.value {
^
Swift.Set.Iterator:1:11: note: where 'Element' = 'Parent.Element'
extension Set.Iterator : IteratorProtocol {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:112:9: error: referencing instance method 'makeIterator()' on 'Set' requires that 'Parent.Element' conform to 'Hashable'
for element in parent.value {
^
Swift.Set:1:11: note: where 'Element' = 'Parent.Element'
extension Set : Sequence {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:115:24: error: instance method 'add' requires the types 'SetMappingForValue<Parent, Element>.MapSink.Value' and 'Update<Parent.Change>' be equivalent
parent.updates.add(MapSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:45:17: note: where 'Sink.Value' = 'SetMappingForValue<Parent, Element>.MapSink.Value', 'Update<Observable.Change>' = 'Update<Parent.Change>'
public func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Value {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift:119:24: error: instance method 'remove' requires the types 'SetMappingForValue<Parent, Element>.MapSink.Value' and 'Update<Parent.Change>' be equivalent
parent.updates.remove(MapSink(owner: self))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:50:17: note: where 'Sink.Value' = 'SetMappingForValue<Parent, Element>.MapSink.Value', 'Update<Observable.Change>' = 'Update<Parent.Change>'
public func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Value {
^
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Abstract.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/AccumulatedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayBasedTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayChangeSeparation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayConcatenation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFilteringIndexmap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFilteringOnObservableBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFilteringOnPredicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFolding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayGatheringSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayVariable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BracketingSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/CADisplayLink\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Change.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ChangesSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/CompositeObservable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/CompositeUpdatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ComputedUpdatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Connect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Connector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DependentValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DispatchSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctUnion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/MergedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSNotificationCenter\ Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSObject\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSPopUpButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSTextField\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableContains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/OwnedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/RefList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Reference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparableField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToComparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToObservableComparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetVariable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Signal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SimpleSources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Source.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TimerSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TwoWayBinding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Type\ Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIBarButtonItem\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIDevice\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIGestureRecognizer\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UILabel\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISearchBar\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISwitch\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Update.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForSetField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForSourceField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Variable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/supplementaryOutputs-20 -target arm64-apple-watchos5.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/GlueKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name GlueKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetFilteringOnObservableBool.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetFilteringOnPredicate.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetFolding.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetGatheringSource.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingBase.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForArrayField.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForSequence.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForSetField.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForValue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetFilteringOnObservableBool.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetFilteringOnPredicate.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetFolding.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetGatheringSource.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingBase.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForArrayField.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForSequence.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForSetField.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/SetMappingForValue.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Shifts.swift, Square Root.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal arm64_32 Compiling\ Sink.swift,\ Source.swift,\ TimerSource.swift,\ TransactionalThing.swift,\ TransformedSink.swift,\ TransformedSource.swift,\ TwoWayBinding.swift,\ Type\ Helpers.swift,\ UIBarButtonItem\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Source.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TimerSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TwoWayBinding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Type\ Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIBarButtonItem\ Extensions.swift (in target 'GlueKit' from project 'GlueKit')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal armv7k Compiling\ SetFilteringOnObservableBool.swift,\ SetFilteringOnPredicate.swift,\ SetFolding.swift,\ SetGatheringSource.swift,\ SetMappingBase.swift,\ SetMappingForArrayField.swift,\ SetMappingForSequence.swift,\ SetMappingForSetField.swift,\ SetMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 Compiling\ SetFilteringOnObservableBool.swift,\ SetFilteringOnPredicate.swift,\ SetFolding.swift,\ SetGatheringSource.swift,\ SetMappingBase.swift,\ SetMappingForArrayField.swift,\ SetMappingForSequence.swift,\ SetMappingForSetField.swift,\ SetMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
Building workspace spi-builder-workspace with scheme Attabench-Package
(19 failures)
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
dependency 'siphash' is not used by any target
Resolved source packages:
BTree: https://github.com/attaswift/BTree @ 4.1.0
SipHash: https://github.com/attaswift/SipHash @ 1.2.2
Benchmarking: https://github.com/attaswift/Benchmarking @ master (5fb2680)
Attabench: /Users/admin/builder/spi-builder-workspace
GlueKit: https://github.com/attaswift/GlueKit @ 0.2.0
OptionParser: https://github.com/attaswift/OptionParser @ 1.0.0
BigInt: https://github.com/attaswift/BigInt @ 3.1.0
resolved source packages: BTree, SipHash, Benchmarking, Attabench, GlueKit, OptionParser, BigInt
{
"dependencies" : [
{
"identity" : "benchmarking",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/Benchmarking"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt"
},
{
"identity" : "siphash",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/SipHash"
},
{
"identity" : "gluekit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/GlueKit"
},
{
"identity" : "optionparser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/OptionParser"
}
],
"manifest_display_name" : "Attabench",
"name" : "Attabench",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "BenchmarkModel",
"targets" : [
"BenchmarkModel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BenchmarkRunner",
"targets" : [
"BenchmarkRunner"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "BenchmarkCharts",
"targets" : [
"BenchmarkCharts"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "attachart",
"targets" : [
"attachart"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"4"
],
"targets" : [
{
"c99name" : "attachart",
"module_type" : "SwiftTarget",
"name" : "attachart",
"path" : "attachart",
"product_dependencies" : [
"Benchmarking",
"OptionParser"
],
"product_memberships" : [
"attachart"
],
"sources" : [
"Options.swift",
"Render.swift",
"main.swift"
],
"target_dependencies" : [
"BenchmarkModel",
"BenchmarkCharts"
],
"type" : "executable"
},
{
"c99name" : "BenchmarkRunner",
"module_type" : "SwiftTarget",
"name" : "BenchmarkRunner",
"path" : "BenchmarkRunner",
"product_dependencies" : [
"Benchmarking"
],
"product_memberships" : [
"BenchmarkRunner"
],
"sources" : [
"BenchmarkProcess.swift",
"CommandLineProcess.swift",
"Dispatch Extensions.swift",
"FileManager Extensions.swift",
"Tools.swift"
],
"target_dependencies" : [
"BenchmarkModel"
],
"type" : "library"
},
{
"c99name" : "BenchmarkModel",
"module_type" : "SwiftTarget",
"name" : "BenchmarkModel",
"path" : "BenchmarkModel",
"product_dependencies" : [
"BigInt",
"GlueKit"
],
"product_memberships" : [
"BenchmarkModel",
"BenchmarkRunner",
"BenchmarkCharts",
"attachart"
],
"sources" : [
"Attaresult.swift",
"Bounds.swift",
"ClosedRangeVariable.swift",
"Task.swift",
"Time.swift",
"TimeSample.swift",
"Timestamp.swift"
],
"type" : "library"
},
{
"c99name" : "BenchmarkCharts",
"module_type" : "SwiftTarget",
"name" : "BenchmarkCharts",
"path" : "BenchmarkCharts",
"product_memberships" : [
"BenchmarkCharts",
"attachart"
],
"sources" : [
"BenchmarkChart.swift",
"BenchmarkRenderer.swift",
"BenchmarkTheme.swift",
"ChartScales.swift",
"Extensions.swift",
"Gridline.swift",
"LineParams.swift",
"NSImage Export.swift",
"Size Labels.swift",
"TextParams.swift"
],
"target_dependencies" : [
"BenchmarkModel"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Attabench-Package",
"attachart",
"BenchmarkCharts",
"BenchmarkModel",
"BenchmarkRunner"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Attabench-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Attabench-Package -destination generic/platform=watchOS
Resolve Package Graph
dependency 'siphash' is not used by any target
Resolved source packages:
OptionParser: https://github.com/attaswift/OptionParser @ 1.0.0
Attabench: /Users/admin/builder/spi-builder-workspace
BigInt: https://github.com/attaswift/BigInt @ 3.1.0
Benchmarking: https://github.com/attaswift/Benchmarking @ master (5fb2680)
GlueKit: https://github.com/attaswift/GlueKit @ 0.2.0
SipHash: https://github.com/attaswift/SipHash @ 1.2.2
BTree: https://github.com/attaswift/BTree @ 4.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (20 targets)
Target 'attachart' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'BenchmarkCharts' in project 'Attabench'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Benchmarking' in project 'Benchmarking'
➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
Target 'BenchmarkRunner' in project 'Attabench'
➜ Explicit dependency on target 'BenchmarkRunner' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Benchmarking' in project 'Benchmarking'
Target 'BenchmarkRunner' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'Benchmarking' in project 'Benchmarking'
Target 'Benchmarking' in project 'Benchmarking'
➜ Explicit dependency on target 'Benchmarking' in project 'Benchmarking'
➜ Explicit dependency on target 'BenchmarkIPC' in project 'Benchmarking'
➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
Target 'Benchmarking' in project 'Benchmarking'
➜ Explicit dependency on target 'BenchmarkIPC' in project 'Benchmarking'
➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
Target 'OptionParser' in project 'OptionParser'
➜ Explicit dependency on target 'OptionParser' in project 'OptionParser'
Target 'OptionParser' in project 'OptionParser' (no dependencies)
Target 'BenchmarkIPC' in project 'Benchmarking' (no dependencies)
Target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BenchmarkCharts' in project 'Attabench'
➜ Explicit dependency on target 'BenchmarkCharts' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BenchmarkCharts' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BenchmarkModel' in project 'Attabench'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'SipHash' in project 'SipHash'
Target 'BigInt' in project 'BigInt'
➜ Explicit dependency on target 'SipHash' in project 'SipHash'
Target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BTree' in project 'BTree'
➜ Explicit dependency on target 'SipHash' in project 'SipHash'
Target 'GlueKit' in project 'GlueKit'
➜ Explicit dependency on target 'BTree' in project 'BTree'
➜ Explicit dependency on target 'SipHash' in project 'SipHash'
Target 'SipHash' in project 'SipHash'
➜ Explicit dependency on target 'SipHash' in project 'SipHash'
Target 'SipHash' in project 'SipHash' (no dependencies)
Target 'BTree' in project 'BTree'
➜ Explicit dependency on target 'BTree' in project 'BTree'
Target 'BTree' in project 'BTree' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache
SwiftDriver GlueKit normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GlueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/GlueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/GlueKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/GlueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/GlueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/GlueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver GlueKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GlueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/GlueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/GlueKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/GlueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/GlueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64/GlueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver GlueKit normal armv7k com.apple.xcode.tools.swift.compiler (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GlueKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/armv7k/GlueKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/armv7k/GlueKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/armv7k/GlueKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/armv7k/GlueKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/armv7k/GlueKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BigInt normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BigInt normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/armv7k/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/armv7k/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/armv7k/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/armv7k/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/armv7k/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver BigInt normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BigInt -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64_32/BigInt.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64_32/BigInt-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64_32/BigInt.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64_32/BigInt_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BigInt.build/Debug-watchos/BigInt.build/Objects-normal/arm64_32/BigInt-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Benchmarking normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Benchmarking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/armv7k/Benchmarking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/armv7k/Benchmarking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/armv7k/Benchmarking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/armv7k/Benchmarking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/armv7k/Benchmarking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Benchmarking normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Benchmarking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64_32/Benchmarking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64_32/Benchmarking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64_32/Benchmarking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64_32/Benchmarking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64_32/Benchmarking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Benchmarking normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Benchmarking -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64/Benchmarking.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64/Benchmarking-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64/Benchmarking.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64/Benchmarking_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Benchmarking.build/Debug-watchos/Benchmarking.build/Objects-normal/arm64/Benchmarking-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SipHash.o (in target 'SipHash' from project 'SipHash')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SipHash
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/SipHash.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OptionParser.o (in target 'OptionParser' from project 'OptionParser')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/OptionParser
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/OptionParser.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/armv7k/Binary/SipHash normal armv7k (in target 'SipHash' from project 'SipHash')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SipHash
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/armv7k/SipHash.LinkFileList -install_name @rpath/SipHash.framework/SipHash -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/armv7k/SipHash_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/armv7k/SipHash_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/armv7k/Binary/SipHash -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash.build/Objects-normal/armv7k/SipHash.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash.build/Objects-normal/armv7k/SipHash-linker-args.resp
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64_32/Binary/SipHash normal arm64_32 (in target 'SipHash' from project 'SipHash')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SipHash
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64_32/SipHash.LinkFileList -install_name @rpath/SipHash.framework/SipHash -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64_32/SipHash_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64_32/SipHash_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64_32/Binary/SipHash -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash.build/Objects-normal/arm64_32/SipHash.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash.build/Objects-normal/arm64_32/SipHash-linker-args.resp
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks/SipHash.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/empty-SipHash.plist (in target 'SipHash' from project 'SipHash')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SipHash
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/empty-SipHash.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks/SipHash.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64/Binary/SipHash normal arm64 (in target 'SipHash' from project 'SipHash')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SipHash
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64/SipHash.LinkFileList -install_name @rpath/SipHash.framework/SipHash -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64/SipHash_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64/SipHash_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64/Binary/SipHash -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash.build/Objects-normal/arm64/SipHash.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash.build/Objects-normal/arm64/SipHash-linker-args.resp
ExtractAppIntentsMetadata (in target 'BTree' from project 'BTree')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BTree
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name BTree --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk --xcode-version 17A5241e --platform-family watchOS --deployment-target 5.0 --bundle-identifier btree.BTree --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BTree.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BTree.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64/BTree_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/armv7k/BTree_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64_32/BTree_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64/BTree.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/armv7k/BTree.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64_32/BTree.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/BTree.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/BTree.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64/BTree.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/armv7k/BTree.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BTree.build/Debug-watchos/BTree.build/Objects-normal/arm64_32/BTree.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-18 18:41:40.878 appintentsmetadataprocessor[1120:5825] Starting appintentsmetadataprocessor export
2025-06-18 18:41:40.934 appintentsmetadataprocessor[1120:5825] Extracted no relevant App Intents symbols, skipping writing output
SwiftEmitModule normal arm64 Emitting\ module\ for\ Benchmarking (in target 'Benchmarking' from project 'Benchmarking')
EmitSwiftModule normal arm64 (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Benchmarking (in target 'Benchmarking' from project 'Benchmarking')
EmitSwiftModule normal arm64_32 (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ Benchmarking (in target 'Benchmarking' from project 'Benchmarking')
EmitSwiftModule normal armv7k (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Noop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Noop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks/SipHash.framework/SipHash normal arm64\ armv7k\ arm64_32 (in target 'SipHash' from project 'SipHash')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SipHash
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64/Binary/SipHash /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/armv7k/Binary/SipHash /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SipHash.build/Debug-watchos/SipHash\ product.build/Objects-normal/arm64_32/Binary/SipHash -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks/SipHash.framework/SipHash
SwiftCompile normal armv7k Compiling\ Benchmark.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Benchmark.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Benchmark.swift (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Complain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Run.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Run.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Run.swift (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal armv7k Compiling\ Complain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Benchmarking/Benchmarking/Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Noop.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftEmitModule normal armv7k Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
EmitSwiftModule normal armv7k (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
EmitSwiftModule normal arm64_32 (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Data\ Conversion.swift,\ Division.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/sources/Data\ Conversion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/sources/Division.swift (in target 'BigInt' from project 'BigInt')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/sources/Data\ Conversion.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BigInt/sources/Division.swift (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BigInt (in target 'BigInt' from project 'BigInt')
EmitSwiftModule normal arm64 (in target 'BigInt' from project 'BigInt')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ GlueKit (in target 'GlueKit' from project 'GlueKit')
EmitSwiftModule normal arm64_32 (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ DispatchSource.swift,\ DistinctUnion.swift,\ DistinctValue.swift,\ Locks.swift,\ MergedSource.swift,\ NSButton\ Glue.swift,\ NSControl\ Glue.swift,\ NSNotificationCenter\ Support.swift,\ NSObject\ Glue.swift,\ NSPopUpButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DispatchSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctUnion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/MergedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSNotificationCenter\ Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSObject\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSPopUpButton\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DispatchSource.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctUnion.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctValue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Locks.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/MergedSource.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSButton\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSControl\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSNotificationCenter\ Support.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSObject\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSPopUpButton\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ GlueKit (in target 'GlueKit' from project 'GlueKit')
EmitSwiftModule normal arm64 (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Benchmark.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftEmitModule normal armv7k Emitting\ module\ for\ GlueKit (in target 'GlueKit' from project 'GlueKit')
EmitSwiftModule normal armv7k (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64_32 Compiling\ UIControl\ Glue.swift,\ UIDevice\ Glue.swift,\ UIGestureRecognizer\ Glue.swift,\ UILabel\ Glue.swift,\ UISearchBar\ Glue.swift,\ UISwitch\ Glue.swift,\ UpdatableArray.swift,\ UpdatableSet.swift,\ UpdatableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIDevice\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIGestureRecognizer\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UILabel\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISearchBar\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISwitch\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableValue.swift (in target 'GlueKit' from project 'GlueKit')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Abstract.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/AccumulatedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayBasedTableViewDataSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayChangeSeparation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayConcatenation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFilteringIndexmap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFilteringOnObservableBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFilteringOnPredicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayFolding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayGatheringSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ArrayVariable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BracketingSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/BufferedValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/CADisplayLink\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Change.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ChangesSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/CompositeObservable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/CompositeUpdatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ComputedUpdatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Connect.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Connector.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DependentValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DispatchSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctUnion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/MergedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSNotificationCenter\ Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSObject\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSPopUpButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSTextField\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableContains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/OwnedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/RefList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Reference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparableField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToComparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToObservableComparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetVariable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Signal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SimpleSources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Source.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TimerSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TwoWayBinding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Type\ Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIBarButtonItem\ Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIControl\ Glue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIDevice\ Glue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIGestureRecognizer\ Glue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UILabel\ Glue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISearchBar\ Glue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISwitch\ Glue.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Update.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForSetField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForSourceField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ValueReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Variable.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/supplementaryOutputs-11 -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/GlueKit_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos26.0-23R5280j-041894b46d26f03ea1587ab1cb6ac97e.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name GlueKit -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name watchos26.0 -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UIControl\ Glue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UIDevice\ Glue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UIGestureRecognizer\ Glue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UILabel\ Glue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UISearchBar\ Glue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UISwitch\ Glue.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UpdatableArray.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UpdatableSet.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UpdatableValue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UIControl\ Glue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UIDevice\ Glue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UIGestureRecognizer\ Glue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UILabel\ Glue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UISearchBar\ Glue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UISwitch\ Glue.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UpdatableArray.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UpdatableSet.o -index-unit-output-path /GlueKit.build/Debug-watchos/GlueKit.build/Objects-normal/arm64_32/UpdatableValue.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIControl\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIDevice\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIGestureRecognizer\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UILabel\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISearchBar\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISwitch\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift:24:9: error: cannot override mutable property 'value' of type 'Self.Value' with covariant type '[Self.Element]'
var value: [Element] { get nonmutating set }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:59:9: note: attempt to override property here
var value: Value { get nonmutating set }
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:15:22: error: type 'Self.Element' does not conform to protocol 'Hashable'
typealias Base = Set<Element>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:11:26: error: type 'Self.Element' does not conform to protocol 'Hashable'
func apply(_ update: SetUpdate<Element>)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:17:29: error: type 'Self.Element' does not conform to protocol 'Hashable'
func formUnion(_ other: Set<Element>)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:18:36: error: type 'Self.Element' does not conform to protocol 'Hashable'
func formIntersection(_ other: Set<Element>)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:19:43: error: type 'Self.Element' does not conform to protocol 'Hashable'
func formSymmetricDifference(_ other: Set<Element>)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:20:28: error: type 'Self.Element' does not conform to protocol 'Hashable'
func subtract(_ other: Set<Element>)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:22:46: error: type 'Self.Element' does not conform to protocol 'Hashable'
var anyUpdatableValue: AnyUpdatableValue<Set<Element>> { get }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:23:26: error: type 'Self.Element' does not conform to protocol 'Hashable'
var anyUpdatableSet: AnyUpdatableSet<Element> { get }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:48:36: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func formUnion(_ other: Set<Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:54:43: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func formIntersection(_ other: Set<Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:60:50: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func formSymmetricDifference(_ other: Set<Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:68:35: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func subtract(_ other: Set<Element>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:74:45: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func apply(_ update: ValueUpdate<Set<Element>>) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:78:53: error: type 'Self.Element' does not conform to protocol 'Hashable'
public var anyUpdatableValue: AnyUpdatableValue<Set<Element>> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:85:33: error: type 'Self.Element' does not conform to protocol 'Hashable'
public var anyUpdatableSet: AnyUpdatableSet<Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:19:16: error: type 'Self.Element' does not conform to protocol 'Hashable'
var value: Set<Element> { get }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:21:29: error: type 'Self.Element' does not conform to protocol 'Hashable'
func isSubset(of other: Set<Element>) -> Bool
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:22:31: error: type 'Self.Element' does not conform to protocol 'Hashable'
func isSuperset(of other: Set<Element>) -> Bool
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:26:27: error: type 'Self.Element' does not conform to protocol 'Hashable'
var anyObservableSet: AnyObservableSet<Element> { get }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:241:58: error: type 'Contents.Element' does not conform to protocol 'Hashable'
final class UpdatableSetBox<Contents: UpdatableSetType>: _AbstractUpdatableSet<Contents.Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:243:24: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
typealias Change = SetChange<Element>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:254:25: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override var value: Set<Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:259:35: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func apply(_ update: SetUpdate<Element>) { contents.apply(update) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:261:19: error: method does not override any method from its superclass
override func remove(_ member: Element) { contents.remove(member) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:144:15: note: potential overridden instance method 'remove' here
open func remove(_ member: Element) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:262:19: error: method does not override any method from its superclass
override func insert(_ member: Element) { contents.insert(member) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:151:15: note: potential overridden instance method 'insert' here
open func insert(_ member: Element) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:264:38: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func formUnion(_ other: Set<Element>) { contents.formUnion(other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:265:45: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func formIntersection(_ other: Set<Element>) { contents.formIntersection(other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:266:52: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func formSymmetricDifference(_ other: Set<Element>) { contents.formSymmetricDifference(other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:267:37: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func subtract(_ other: Set<Element>) { contents.subtract(other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:269:19: error: method does not override any method from its superclass
override func contains(_ member: Element) -> Bool { return contents.contains(member) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:120:15: note: potential overridden instance method 'contains' here
open func contains(_ member: Element) -> Bool { return value.contains(member) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:270:38: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func isSubset(of other: Set<Element>) -> Bool { return contents.isSubset(of: other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:271:40: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override func isSuperset(of other: Set<Element>) -> Bool { return contents.isSuperset(of: other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:273:19: error: method does not override any method from its superclass
override func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change> {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:278:19: error: method does not override any method from its superclass
override func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change> {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:284:57: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override var anyObservableValue: AnyObservableValue<Set<Element>> { return contents.anyObservableValue }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:285:55: error: type 'UpdatableSetBox<Contents>.Element' (aka 'Contents.Element') does not conform to protocol 'Hashable'
override var anyUpdatableValue: AnyUpdatableValue<Set<Element>> { return contents.anyUpdatableValue }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:30:19: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
apply(SetChange(removed: [member]))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:37:19: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
apply(SetChange(inserted: [member]))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:44:19: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
apply(SetChange(removed: self.value))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:51:20: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
self.apply(SetChange(inserted: difference))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:57:20: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
self.apply(SetChange(removed: difference))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:63:34: error: referencing instance method 'intersection' on 'Set' requires that 'Self.Element' conform to 'Hashable'
let intersection = value.intersection(other)
^
Swift.Set:1:11: note: where 'Element' = 'Self.Element'
extension Set {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:65:20: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
self.apply(SetChange(removed: intersection, inserted: additions))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:70:34: error: referencing instance method 'intersection' on 'Set' requires that 'Self.Element' conform to 'Hashable'
let intersection = value.intersection(other)
^
Swift.Set:1:11: note: where 'Element' = 'Self.Element'
extension Set {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:71:20: error: generic struct 'SetChange' requires that 'Self.Element' conform to 'Hashable'
self.apply(SetChange(removed: intersection))
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:15: note: where 'Element' = 'Self.Element'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:75:43: error: generic parameter 'Element' could not be inferred
self.apply(update.map { change in SetChange(from: change.old, to: change.new) })
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift:9:25: note: 'Element' declared as parameter to type 'SetChange'
public struct SetChange<Element: Hashable>: ChangeType {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:75:43: note: explicitly specify the generic arguments to fix this issue
self.apply(update.map { change in SetChange(from: change.old, to: change.new) })
^
<<#Element: Hashable#>>
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:33:36: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func isSubset(of other: Set<Element>) -> Bool { return value.isSubset(of: other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:34:38: error: type 'Self.Element' does not conform to protocol 'Hashable'
public func isSuperset(of other: Set<Element>) -> Bool { return value.isSuperset(of: other) }
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:68:34: error: type 'Self.Element' does not conform to protocol 'Hashable'
public var anyObservableSet: AnyObservableSet<Element> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift:38:54: error: type 'Self.Element' does not conform to protocol 'Hashable'
internal var valueUpdates: AnySource<ValueUpdate<Set<Element>>> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:194:25: error: cannot convert value of type '(Update<SetChange<Element>>) -> ()' to expected argument type '(Update<ValueChange<Set<Element>>>) -> Void'
apply: self.apply,
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Update.swift:22:20: note: arguments to generic parameter 'Change' ('ValueChange<Set<Element>>' and 'SetChange<Element>') are expected to be equal
public enum Update<Change: ChangeType> {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:274:18: error: instance method 'add' requires the types 'Sink.Value' and 'Update<Contents.Change>' be equivalent
contents.add(sink)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:16:10: note: where 'Sink.Value' = 'Sink.Value', 'Update<Self.Change>' = 'Update<Contents.Change>'
func add<Sink: SinkType>(_ sink: Sink) where Sink.Value == Update<Change>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift:279:25: error: instance method 'remove' requires the types 'Sink.Value' and 'Update<Contents.Change>' be equivalent
return contents.remove(sink)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift:19:10: note: where 'Sink.Value' = 'Sink.Value', 'Update<Self.Change>' = 'Update<Contents.Change>'
func remove<Sink: SinkType>(_ sink: Sink) -> Sink where Sink.Value == Update<Change>
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableValue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Complain.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 Compiling\ DispatchSource.swift,\ DistinctUnion.swift,\ DistinctValue.swift,\ Locks.swift,\ MergedSource.swift,\ NSButton\ Glue.swift,\ NSControl\ Glue.swift,\ NSNotificationCenter\ Support.swift,\ NSObject\ Glue.swift,\ NSPopUpButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DispatchSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctUnion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/MergedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSButton\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSNotificationCenter\ Support.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSObject\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSPopUpButton\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DispatchSource.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctUnion.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/DistinctValue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Locks.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/MergedSource.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSButton\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSControl\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSNotificationCenter\ Support.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSObject\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSPopUpButton\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ SetFilteringOnObservableBool.swift,\ SetFilteringOnPredicate.swift,\ SetFolding.swift,\ SetGatheringSource.swift,\ SetMappingBase.swift,\ SetMappingForArrayField.swift,\ SetMappingForSequence.swift,\ SetMappingForSetField.swift,\ SetMappingForValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnObservableBool.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFilteringOnPredicate.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetFolding.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetGatheringSource.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingBase.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForArrayField.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSequence.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForSetField.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ SetMappingForValueField.swift,\ SetReference.swift,\ SetSortingByComparableField.swift,\ SetSortingByComparator.swift,\ SetSortingByMappingToComparable.swift,\ SetSortingByMappingToObservableComparable.swift,\ SetVariable.swift,\ Signal.swift,\ SimpleSources.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValueField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetReference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparableField.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToComparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToObservableComparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetVariable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Signal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SimpleSources.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetMappingForValueField.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetReference.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparableField.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByComparator.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToComparable.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetSortingByMappingToObservableComparable.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetVariable.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Signal.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SimpleSources.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Run.swift (in target 'Benchmarking' from project 'Benchmarking')
SwiftCompile normal arm64 Compiling\ NSTextField\ Glue.swift,\ ObservableArray.swift,\ ObservableContains.swift,\ ObservableSet.swift,\ ObservableType.swift,\ ObservableValue.swift,\ OwnedSink.swift,\ RefList.swift,\ Reference.swift,\ SetChange.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSTextField\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableContains.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/OwnedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/RefList.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Reference.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/NSTextField\ Glue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableArray.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableContains.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableSet.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableType.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/ObservableValue.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/OwnedSink.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/RefList.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Reference.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/SetChange.swift (in target 'GlueKit' from project 'GlueKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Sink.swift,\ Source.swift,\ TimerSource.swift,\ TransactionalThing.swift,\ TransformedSink.swift,\ TransformedSource.swift,\ TwoWayBinding.swift,\ Type\ Helpers.swift,\ UIBarButtonItem\ Extensions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Sink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Source.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TimerSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransactionalThing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSink.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TransformedSource.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/TwoWayBinding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/Type\ Helpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIBarButtonItem\ Extensions.swift (in target 'GlueKit' from project 'GlueKit')
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64_32 Compiling\ UIControl\ Glue.swift,\ UIDevice\ Glue.swift,\ UIGestureRecognizer\ Glue.swift,\ UILabel\ Glue.swift,\ UISearchBar\ Glue.swift,\ UISwitch\ Glue.swift,\ UpdatableArray.swift,\ UpdatableSet.swift,\ UpdatableValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIControl\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIDevice\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UIGestureRecognizer\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UILabel\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISearchBar\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UISwitch\ Glue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableValue.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableArray.swift (in target 'GlueKit' from project 'GlueKit')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GlueKit/Sources/UpdatableSet.swift (in target 'GlueKit' from project 'GlueKit')
Building workspace spi-builder-workspace with scheme Attabench-Package
(4 failures)
BUILD FAILURE 6.2 watchOS