Build Information
Failed to build w3w-swift-components, reference v3.0.0 (6ed04b
), with Swift 6.1 for tvOS using Xcode 16.3 on 28 Apr 2025 10:15:44 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme w3w-swift-components -destination generic/platform=tvOS
Build Log
@MainActor open func addOverlay(_ overlay: any MKOverlay)}
^
MapKit.MKMapView.addOverlay:3:24: note: add 'nonisolated' to 'addOverlay' to make this instance method not isolated to the actor
@MainActor open func addOverlay(_ overlay: any MKOverlay)}
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:19:8: note: mark the protocol requirement 'addOverlay' 'async' to allow actor-isolated conformances
func addOverlay(_ overlay: MKOverlay)
^
async
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapView.h:185:60: warning: main actor-isolated property 'annotations' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
@property (nonatomic, readonly) NSArray<id<MKAnnotation>> *annotations;
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:21:7: note: requirement 'annotations' declared here
var annotations: [MKAnnotation] { get }
^
MapKit.MKMapView.addAnnotation:2:22: warning: main actor-isolated instance method 'addAnnotation' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
@MainActor open func addAnnotation(_ annotation: any MKAnnotation)}
^
MapKit.MKMapView.addAnnotation:2:22: note: add 'nonisolated' to 'addAnnotation' to make this instance method not isolated to the actor
@MainActor open func addAnnotation(_ annotation: any MKAnnotation)}
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:22:8: note: mark the protocol requirement 'addAnnotation' 'async' to allow actor-isolated conformances
func addAnnotation(_ annotation: MKAnnotation)
^
async
MapKit.MKMapView.removeAnnotation:2:22: warning: main actor-isolated instance method 'removeAnnotation' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
@MainActor open func removeAnnotation(_ annotation: any MKAnnotation)}
^
MapKit.MKMapView.removeAnnotation:2:22: note: add 'nonisolated' to 'removeAnnotation' to make this instance method not isolated to the actor
@MainActor open func removeAnnotation(_ annotation: any MKAnnotation)}
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:23:8: note: mark the protocol requirement 'removeAnnotation' 'async' to allow actor-isolated conformances
func removeAnnotation(_ annotation: MKAnnotation)
^
async
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapView.h:93:42: warning: main actor-isolated property 'region' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
@property (nonatomic) MKCoordinateRegion region;
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:25:7: note: requirement 'region' declared here
var region: MKCoordinateRegion { get }
^
MapKit.MKMapView.setRegion:2:22: warning: main actor-isolated instance method 'setRegion(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
@MainActor open func setRegion(_ region: MKCoordinateRegion, animated: Bool)}
^
MapKit.MKMapView.setRegion:2:22: note: add 'nonisolated' to 'setRegion(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setRegion(_ region: MKCoordinateRegion, animated: Bool)}
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:26:8: note: mark the protocol requirement 'setRegion(_:animated:)' 'async' to allow actor-isolated conformances
func setRegion(_ region: MKCoordinateRegion, animated: Bool)
^
async
MapKit.MKMapView.setCenter:2:22: warning: main actor-isolated instance method 'setCenter(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
@MainActor open func setCenter(_ coordinate: CLLocationCoordinate2D, animated: Bool)}
^
MapKit.MKMapView.setCenter:2:22: note: add 'nonisolated' to 'setCenter(_:animated:)' to make this instance method not isolated to the actor
@MainActor open func setCenter(_ coordinate: CLLocationCoordinate2D, animated: Bool)}
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:27:8: note: mark the protocol requirement 'setCenter(_:animated:)' 'async' to allow actor-isolated conformances
func setCenter(_ coordinate: CLLocationCoordinate2D, animated: Bool)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapView.swift:23:14: warning: main actor-isolated property 'onError' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapProtocol'; this is an error in the Swift 6 language mode
public var onError: W3WMapErrorResponse = { _ in }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift:60:7: note: requirement 'onError' declared here
var onError: W3WMapErrorResponse { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:36:85: warning: reference to static property 'defaultLanguage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
public convenience init(_ w3w: W3WProtocolV4, language: W3WLanguage = W3WSettings.defaultLanguage) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/W3WSettings+W3WSwiftCore.swift:21:21: note: static property declared here
public static var defaultLanguage = W3WBaseLanguage(code: "en", name: "English", nativeName: "English")
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:55:77: warning: reference to static property 'defaultLanguage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
public func set(_ w3w: W3WProtocolV4, language: W3WLanguage = W3WSettings.defaultLanguage) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/W3WSettings+W3WSwiftCore.swift:21:21: note: static property declared here
public static var defaultLanguage = W3WBaseLanguage(code: "en", name: "English", nativeName: "English")
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:151:14: warning: main actor-isolated property 'w3wMapView' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapViewProtocol'; this is an error in the Swift 6 language mode
public var w3wMapView: MKMapView {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:18:81: note: add '@preconcurrency' to the 'W3WMapViewProtocol' conformance to defer isolation checking to run time
open class W3WMapViewController: UIViewController, UIGestureRecognizerDelegate, W3WMapViewProtocol {
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift:15:7: note: requirement 'w3wMapView' declared here
var w3wMapView: MKMapView { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:76:14: warning: main actor-isolated property 'w3wMapData' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapViewProtocol'; this is an error in the Swift 6 language mode
public var w3wMapData: W3WMapData? {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift:16:7: note: requirement 'w3wMapData' declared here
var w3wMapData:W3WMapData? { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:85:14: warning: main actor-isolated property 'mapType' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public var mapType: MKMapType {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:15:7: note: requirement 'mapType' declared here
var mapType: MKMapType { get set }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:95:14: warning: main actor-isolated property 'overlays' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public var overlays: [MKOverlay] {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:17:7: note: requirement 'overlays' declared here
var overlays: [MKOverlay] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:101:15: warning: main actor-isolated instance method 'removeOverlay' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public func removeOverlay(_ overlay: MKOverlay) {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:101:15: note: add 'nonisolated' to 'removeOverlay' to make this instance method not isolated to the actor
public func removeOverlay(_ overlay: MKOverlay) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:18:8: note: mark the protocol requirement 'removeOverlay' 'async' to allow actor-isolated conformances
func removeOverlay(_ overlay: MKOverlay)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:105:15: warning: main actor-isolated instance method 'addOverlay' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public func addOverlay(_ overlay: MKOverlay) {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:105:15: note: add 'nonisolated' to 'addOverlay' to make this instance method not isolated to the actor
public func addOverlay(_ overlay: MKOverlay) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:19:8: note: mark the protocol requirement 'addOverlay' 'async' to allow actor-isolated conformances
func addOverlay(_ overlay: MKOverlay)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:118:14: warning: main actor-isolated property 'annotations' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public var annotations: [MKAnnotation] {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:21:7: note: requirement 'annotations' declared here
var annotations: [MKAnnotation] { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:109:15: warning: main actor-isolated instance method 'addAnnotation' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public func addAnnotation(_ annotation: MKAnnotation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:109:15: note: add 'nonisolated' to 'addAnnotation' to make this instance method not isolated to the actor
public func addAnnotation(_ annotation: MKAnnotation) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:22:8: note: mark the protocol requirement 'addAnnotation' 'async' to allow actor-isolated conformances
func addAnnotation(_ annotation: MKAnnotation)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:113:15: warning: main actor-isolated instance method 'removeAnnotation' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public func removeAnnotation(_ annotation: MKAnnotation) {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:113:15: note: add 'nonisolated' to 'removeAnnotation' to make this instance method not isolated to the actor
public func removeAnnotation(_ annotation: MKAnnotation) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:23:8: note: mark the protocol requirement 'removeAnnotation' 'async' to allow actor-isolated conformances
func removeAnnotation(_ annotation: MKAnnotation)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:124:14: warning: main actor-isolated property 'region' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public var region: MKCoordinateRegion = MKCoordinateRegion()
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:25:7: note: requirement 'region' declared here
var region: MKCoordinateRegion { get }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:127:15: warning: main actor-isolated instance method 'setRegion(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public func setRegion(_ region: MKCoordinateRegion, animated: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:127:15: note: add 'nonisolated' to 'setRegion(_:animated:)' to make this instance method not isolated to the actor
public func setRegion(_ region: MKCoordinateRegion, animated: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:26:8: note: mark the protocol requirement 'setRegion(_:animated:)' 'async' to allow actor-isolated conformances
func setRegion(_ region: MKCoordinateRegion, animated: Bool)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:132:15: warning: main actor-isolated instance method 'setCenter(_:animated:)' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapKitCompatibility'; this is an error in the Swift 6 language mode
public func setCenter(_ coordinate: CLLocationCoordinate2D, animated: Bool) {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:132:15: note: add 'nonisolated' to 'setCenter(_:animated:)' to make this instance method not isolated to the actor
public func setCenter(_ coordinate: CLLocationCoordinate2D, animated: Bool) {
^
nonisolated
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift:27:8: note: mark the protocol requirement 'setCenter(_:animated:)' 'async' to allow actor-isolated conformances
func setCenter(_ coordinate: CLLocationCoordinate2D, animated: Bool)
^
async
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift:27:14: warning: main actor-isolated property 'onError' cannot be used to satisfy nonisolated requirement from protocol 'W3WMapProtocol'; this is an error in the Swift 6 language mode
public var onError: W3WMapErrorResponse = { _ in }
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift:60:7: note: requirement 'onError' declared here
var onError: W3WMapErrorResponse { get set }
^
SwiftCompile normal arm64 Compiling\ W3WSuggestionTableViewCell.swift,\ W3WTextErrorView.swift,\ W3WMapData.swift,\ W3WMapError.swift,\ W3WMapKitCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WSuggestionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WTextErrorView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapError.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WSuggestionTableViewCell.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WTextErrorView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift:45:43: warning: reference to static property 'defaultLanguage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
var language: W3WLanguage = W3WSettings.defaultLanguage
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/W3WSettings+W3WSwiftCore.swift:21:21: note: static property declared here
public static var defaultLanguage = W3WBaseLanguage(code: "en", name: "English", nativeName: "English")
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift:60:73: warning: reference to static property 'defaultLanguage' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
public init(_ w3w: W3WProtocolV4, language: W3WLanguage = W3WSettings.defaultLanguage) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/W3WSettings+W3WSwiftCore.swift:21:21: note: static property declared here
public static var defaultLanguage = W3WBaseLanguage(code: "en", name: "English", nativeName: "English")
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapError.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WAreaMath.swift,\ W3WBundle.swift,\ W3WColorScheme.swift,\ W3WDebouncer.swift,\ W3WDebouncerPlus.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAreaMath.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WBundle.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAreaMath.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WBundle.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WBundle.swift:15:9: warning: class 'W3WBundle' must restate inherited '@unchecked Sendable' conformance
class W3WBundle: Bundle { }
^
, @unchecked Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift:65:29: warning: main actor-isolated property 'traitCollection' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return UIScreen.main.traitCollection.userInterfaceStyle == .light ? W3WColourMode.light : W3WColourMode.dark
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:170:52: note: property declared here
@property (nonatomic, readonly) UITraitCollection *traitCollection API_AVAILABLE(ios(8.0));
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift:65:24: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
return UIScreen.main.traitCollection.userInterfaceStyle == .light ? W3WColourMode.light : W3WColourMode.dark
^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift:28:104: warning: capture of 'self' with non-sendable type 'W3WDebouncer?' in a '@Sendable' closure
timer = Timer.scheduledTimer(withTimeInterval: delay, repeats: false, block: { [weak self] _ in self?.handler()})
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift:13:14: note: class 'W3WDebouncer' does not conform to the 'Sendable' protocol
public class W3WDebouncer {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift:39:102: warning: capture of 'self' with non-sendable type 'W3WDebouncerPlus<T>?' in a '@Sendable' closure
timer = Timer.scheduledTimer(withTimeInterval: delay, repeats: false, block: { [weak self] _ in self?.handler(value)})
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift:25:14: note: generic class 'W3WDebouncerPlus' does not conform to the 'Sendable' protocol
public class W3WDebouncerPlus<T> {
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift:39:116: warning: capture of 'value' with non-sendable type 'T' in a '@Sendable' closure
timer = Timer.scheduledTimer(withTimeInterval: delay, repeats: false, block: { [weak self] _ in self?.handler(value)})
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift:25:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public class W3WDebouncerPlus<T> {
^
: Sendable
SwiftDriverJobDiscovery normal arm64 Compiling JsonSquare.swift, JsonSquareSuggestions.swift, JsonStart.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WMapPin.swift,\ W3WMapProtocol.swift,\ W3WMapTypeButton.swift,\ W3WMapTypes.swift,\ W3WMapViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapPin.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypeButton.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapPin.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypeButton.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WSettings.swift, What3WordsV4.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WDrawingView.swift,\ W3WFlags.swift,\ W3WIconStack.swift,\ W3WInteractiveDrawingView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDrawingView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WIconStack.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WInteractiveDrawingView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDrawingView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WFlags.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WIconStack.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WInteractiveDrawingView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Types.swift, What3Words+VoiceAPI.swift, W3WAutosuggestHelper.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WMicrophoneView.swift,\ W3WMicrophoneViewController.swift,\ W3WSubviewManager.swift,\ UIKitExtensions.swift,\ W3WAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/UI/W3WSubviewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/UIKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAddress.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/UI/W3WSubviewManager.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/UIKitExtensions.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAddress.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WSettings.swift,\ W3WMapHelper.swift,\ W3WMapView.swift,\ W3WMapViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/W3WSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/W3WSettings.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapHelper.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JsonLanguage.swift, JsonLanguages.swift, JsonLine.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftDriverJobDiscovery normal arm64 Compiling JsonCoordinates.swift, JsonEnd.swift, JsonError.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WSlashesView.swift,\ W3WSuggestionView.swift,\ W3WSuggestionViewProtocol.swift,\ W3WVoiceIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSlashesView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSuggestionView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSuggestionViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WVoiceIconView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSlashesView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSuggestionView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSuggestionViewProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WVoiceIconView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WWebSocketError.swift, W3WApiLineExtension.swift, W3WApiSquareExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WFormatter.swift,\ W3WThread.swift,\ W3WCheckIconView.swift,\ W3WCloseIconView.swift,\ W3WDashes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WThread.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCheckIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCloseIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDashes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WThread.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCheckIconView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCloseIconView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDashes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WAreaMath.swift, W3WBundle.swift, W3WColorScheme.swift, W3WDebouncer.swift, W3WDebouncerPlus.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ W3WAutoSuggestSearchController.swift,\ W3WAutoSuggestTextField.swift,\ W3WAutoSuggestDataSource.swift,\ W3WAutoSuggestResultsViewController.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestSearchController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestResultsViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/resource_bundle_accessor.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestSearchController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WSuggestionTableViewCell.swift, W3WTextErrorView.swift, W3WMapData.swift, W3WMapError.swift, W3WMapKitCompatibility.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 Compiling\ W3WAutoSuggestTextFieldProtocol.swift,\ W3WAutosuggestComponentError.swift,\ W3WHintView.swift,\ W3WMessageView.swift,\ W3WOptionAcceptorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestTextFieldProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutosuggestComponentError.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WHintView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WMessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WOptionAcceptorProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftDriverJobDiscovery normal arm64 Compiling W3WUser.swift, W3WAudioRecorder.swift, W3WAudioRecording.swift, W3WAudioStream.swift, W3WEncoding.swift, W3WMicrophone.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriver\ Compilation W3WSwiftCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ W3WSwiftComponents (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
EmitSwiftModule normal arm64 (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
Building workspace spi-builder-workspace with scheme w3w-swift-components
(3 failures)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
w3w-swift-core: https://github.com/what3words/w3w-swift-core.git @ 1.1.3
w3w-swift-components: /Users/admin/builder/spi-builder-workspace
w3w-swift-voice-api: https://github.com/what3words/w3w-swift-voice-api.git @ 1.0.0
w3w-swift-wrapper: https://github.com/what3words/w3w-swift-wrapper.git @ 4.0.2
resolved source packages: w3w-swift-core, w3w-swift-components, w3w-swift-voice-api, w3w-swift-wrapper
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "w3w-swift-wrapper",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/what3words/w3w-swift-wrapper.git"
},
{
"identity" : "w3w-swift-core",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/what3words/w3w-swift-core.git"
}
],
"manifest_display_name" : "w3w-swift-components",
"name" : "w3w-swift-components",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "W3WSwiftComponents",
"targets" : [
"W3WSwiftComponents"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "w3w_swift_componentsTests",
"module_type" : "SwiftTarget",
"name" : "w3w-swift-componentsTests",
"path" : "Tests/w3w-swift-componentsTests",
"sources" : [
"XCTestManifests.swift",
"w3w_swift_componentsTests.swift"
],
"target_dependencies" : [
"W3WSwiftComponents"
],
"type" : "test"
},
{
"c99name" : "W3WSwiftComponents",
"module_type" : "SwiftTarget",
"name" : "W3WSwiftComponents",
"path" : "Sources/W3WSwiftComponents",
"product_dependencies" : [
"W3WSwiftApi",
"W3WSwiftCore"
],
"product_memberships" : [
"W3WSwiftComponents"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/af.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "af"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/am.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "am"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ar.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ar"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/bg.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "bg"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/bn.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "bn"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/cs.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "cs"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/cy.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "cy"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/da.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "da"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/de.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "de"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/el.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "el"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/es.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "es"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/fi.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "fi"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/flag.water.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/fr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "fr"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/gu.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "gu"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/he.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "he"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/hi.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "hi"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/hu.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "hu"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/id.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "id"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/it.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "it"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ja.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ja"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/kn.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "kn"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ko.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ko"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/logo.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/mapIcon.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ml.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ml"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/mn.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "mn"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/mr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "mr"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ms.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ms"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ne.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ne"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/nl.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "nl"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/no-NO.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "no-no"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/pa.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pa"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/pl.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pl"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/pt.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "pt"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ro.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ro"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ru.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ru"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/sateliteIcon.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/sk.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sk"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/sv.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sv"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/sw.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "sw"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ta.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ta"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/te.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "te"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/th.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "th"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/tr.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "tr"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/uk.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "uk"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/ur.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "ur"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/vi.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "vi"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/xh.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "xh"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/zh.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zh"
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Resources/zu.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "zu"
}
}
}
],
"sources" : [
"Autosuggest/W3WAutoSuggestSearchController.swift",
"Autosuggest/W3WAutoSuggestTextField.swift",
"Lib/AutoSuggest/W3WAutoSuggestDataSource.swift",
"Lib/AutoSuggest/W3WAutoSuggestResultsViewController.swift",
"Lib/AutoSuggest/W3WAutoSuggestTextFieldProtocol.swift",
"Lib/AutoSuggest/W3WAutosuggestComponentError.swift",
"Lib/AutoSuggest/W3WHintView.swift",
"Lib/AutoSuggest/W3WMessageView.swift",
"Lib/AutoSuggest/W3WOptionAcceptorProtocol.swift",
"Lib/AutoSuggest/W3WSuggestionTableViewCell.swift",
"Lib/AutoSuggest/W3WTextErrorView.swift",
"Lib/Map/W3WMapData.swift",
"Lib/Map/W3WMapError.swift",
"Lib/Map/W3WMapKitCompatibility.swift",
"Lib/Map/W3WMapPin.swift",
"Lib/Map/W3WMapProtocol.swift",
"Lib/Map/W3WMapTypeButton.swift",
"Lib/Map/W3WMapTypes.swift",
"Lib/Map/W3WMapViewProtocol.swift",
"Lib/Microphone/W3WMicrophoneView.swift",
"Lib/Microphone/W3WMicrophoneViewController.swift",
"Lib/UI/W3WSubviewManager.swift",
"Lib/Util/UIKitExtensions.swift",
"Lib/Util/W3WAddress.swift",
"Lib/Util/W3WAreaMath.swift",
"Lib/Util/W3WBundle.swift",
"Lib/Util/W3WColorScheme.swift",
"Lib/Util/W3WDebouncer.swift",
"Lib/Util/W3WDebouncerPlus.swift",
"Lib/Util/W3WFormatter.swift",
"Lib/Util/W3WThread.swift",
"Lib/Views/W3WCheckIconView.swift",
"Lib/Views/W3WCloseIconView.swift",
"Lib/Views/W3WDashes.swift",
"Lib/Views/W3WDrawingView.swift",
"Lib/Views/W3WFlags.swift",
"Lib/Views/W3WIconStack.swift",
"Lib/Views/W3WInteractiveDrawingView.swift",
"Lib/Views/W3WSlashesView.swift",
"Lib/Views/W3WSuggestionView.swift",
"Lib/Views/W3WSuggestionViewProtocol.swift",
"Lib/Views/W3WVoiceIconView.swift",
"Lib/W3WSettings.swift",
"Map/W3WMapHelper.swift",
"Map/W3WMapView.swift",
"Map/W3WMapViewController.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"w3w-swift-components"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme w3w-swift-components -destination generic/platform=tvOS
Command line invocation:
/Applications/Xcode-16.3.0.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 w3w-swift-components -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
w3w-swift-components: /Users/admin/builder/spi-builder-workspace
w3w-swift-core: https://github.com/what3words/w3w-swift-core.git @ 1.1.3
w3w-swift-voice-api: https://github.com/what3words/w3w-swift-voice-api.git @ 1.0.0
w3w-swift-wrapper: https://github.com/what3words/w3w-swift-wrapper.git @ 4.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (9 targets)
Target 'W3WSwiftComponents' in project 'w3w-swift-components'
➜ Explicit dependency on target 'W3WSwiftComponents' in project 'w3w-swift-components'
➜ Explicit dependency on target 'w3w-swift-components_W3WSwiftComponents' in project 'w3w-swift-components'
➜ Explicit dependency on target 'W3WSwiftApi' in project 'w3w-swift-wrapper'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
Target 'W3WSwiftComponents' in project 'w3w-swift-components'
➜ Explicit dependency on target 'w3w-swift-components_W3WSwiftComponents' in project 'w3w-swift-components'
➜ Explicit dependency on target 'W3WSwiftApi' in project 'w3w-swift-wrapper'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
Target 'W3WSwiftApi' in project 'w3w-swift-wrapper'
➜ Explicit dependency on target 'W3WSwiftApi' in project 'w3w-swift-wrapper'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
➜ Explicit dependency on target 'W3WSwiftVoiceApi' in project 'w3w-swift-voice-api'
Target 'W3WSwiftApi' in project 'w3w-swift-wrapper'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
➜ Explicit dependency on target 'W3WSwiftVoiceApi' in project 'w3w-swift-voice-api'
Target 'W3WSwiftVoiceApi' in project 'w3w-swift-voice-api'
➜ Explicit dependency on target 'W3WSwiftVoiceApi' in project 'w3w-swift-voice-api'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
Target 'W3WSwiftVoiceApi' in project 'w3w-swift-voice-api'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
Target 'W3WSwiftCore' in project 'w3w-swift-core'
➜ Explicit dependency on target 'W3WSwiftCore' in project 'w3w-swift-core'
Target 'W3WSwiftCore' in project 'w3w-swift-core' (no dependencies)
Target 'w3w-swift-components_W3WSwiftComponents' in project 'w3w-swift-components' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2c05749452bbb7559dbfd74b27e62835
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2c05749452bbb7559dbfd74b27e62835.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/w3w-swift-components_W3WSwiftComponents.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/w3w-swift-components_W3WSwiftComponents.build/empty-w3w-swift-components_W3WSwiftComponents.plist (in target 'w3w-swift-components_W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/w3w-swift-components_W3WSwiftComponents.build/empty-w3w-swift-components_W3WSwiftComponents.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/w3w-swift-components_W3WSwiftComponents.bundle/Info.plist
SwiftDriver W3WSwiftCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ W3WUser.swift,\ W3WAudioRecorder.swift,\ W3WAudioRecording.swift,\ W3WAudioStream.swift,\ W3WEncoding.swift,\ W3WMicrophone.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Accounts/W3WUser.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WAudioRecorder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WAudioRecording.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WAudioStream.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WEncoding.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WMicrophone.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Accounts/W3WUser.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WAudioRecorder.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WAudioRecording.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WAudioStream.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WEncoding.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Audio/W3WMicrophone.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WEventsSubscriptions.swift,\ W3WLive.swift,\ W3WRegex.swift,\ W3WDebouncer.swift,\ W3WThread.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WEventsSubscriptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WLive.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Regex/W3WRegex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Threading/W3WDebouncer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Threading/W3WThread.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WEventsSubscriptions.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WLive.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Regex/W3WRegex.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Threading/W3WDebouncer.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Threading/W3WThread.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WAudioStreamProtocol.swift,\ W3WVoiceListeningState.swift,\ W3WVoiceProtocol.swift,\ W3WVoiceSuggestion+W3WSwiftCore.swift,\ W3WSettings+W3WSwiftCore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WAudioStreamProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WVoiceListeningState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WVoiceProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WVoiceSuggestion+W3WSwiftCore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/W3WSettings+W3WSwiftCore.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WAudioStreamProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WVoiceListeningState.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WVoiceProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Voice/W3WVoiceSuggestion+W3WSwiftCore.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/W3WSettings+W3WSwiftCore.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WGpsStatus.swift,\ W3WProtocolV3.swift,\ W3WProtocolV4.swift,\ W3WMockTranslation.swift,\ W3WTranslate.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Gps/W3WGpsStatus.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Interfaces/W3WProtocolV3.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Interfaces/W3WProtocolV4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Localization/W3WMockTranslation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Localization/W3WTranslate.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Gps/W3WGpsStatus.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Interfaces/W3WProtocolV3.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Interfaces/W3WProtocolV4.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Localization/W3WMockTranslation.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Localization/W3WTranslate.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WTranslationsProtocol.swift,\ W3WJson.swift,\ W3WRequest.swift,\ W3WEvent.swift,\ W3WEventSubscriberProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Localization/W3WTranslationsProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Network/W3WJson.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Network/W3WRequest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WEvent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WEventSubscriberProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Localization/W3WTranslationsProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Network/W3WJson.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Network/W3WRequest.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WEvent.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Reactive/W3WEventSubscriberProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ W3WSwiftCore (in target 'W3WSwiftCore' from project 'w3w-swift-core')
EmitSwiftModule normal arm64 (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WInputType.swift,\ W3WOption.swift,\ W3WOptionAcceptorProtocol.swift,\ W3WOptionProtocol.swift,\ W3WOptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WInputType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOption.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOptionAcceptorProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOptionProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOptions.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WInputType.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOption.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOptionAcceptorProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOptionProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Options/W3WOptions.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WDuration.swift,\ ClosureDefinitions.swift,\ W3WError+W3WSwiftCore.swift,\ W3WMeasurementSystem.swift,\ W3WUtilitiesProtocol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Time/W3WDuration.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/ClosureDefinitions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/W3WError+W3WSwiftCore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/W3WMeasurementSystem.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/W3WUtilitiesProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Time/W3WDuration.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/ClosureDefinitions.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/W3WError+W3WSwiftCore.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/W3WMeasurementSystem.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Util/W3WUtilitiesProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ApiExtension.swift,\ SdkExtension.swift,\ SdkTypes.swift,\ W3WGpsReading.swift,\ W3WGpsState.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Bridges/ApiExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Bridges/SdkExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Bridges/SdkTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Gps/W3WGpsReading.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Gps/W3WGpsState.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Bridges/ApiExtension.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Bridges/SdkExtension.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Bridges/SdkTypes.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Gps/W3WGpsReading.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Gps/W3WGpsState.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WCountry.swift,\ W3WLanguage.swift,\ W3WRanked.swift,\ W3WSquare.swift,\ W3WSuggestion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WCountry.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WLanguage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WRanked.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WSquare.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WSuggestion.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WCountry.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WLanguage.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WRanked.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WSquare.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Values/W3WSuggestion.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WBox.swift,\ W3WCircle.swift,\ W3WDistance.swift,\ W3WLine.swift,\ W3WPolygon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WBox.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WCircle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WDistance.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WLine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WPolygon.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WBox.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WCircle.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WDistance.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WLine.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core/Sources/W3WSwiftCore/Types/Geometry/W3WPolygon.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ApiExtension.swift, SdkExtension.swift, SdkTypes.swift, W3WGpsReading.swift, W3WGpsState.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Compiling W3WAudioStreamProtocol.swift, W3WVoiceListeningState.swift, W3WVoiceProtocol.swift, W3WVoiceSuggestion+W3WSwiftCore.swift, W3WSettings+W3WSwiftCore.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Compiling W3WDuration.swift, ClosureDefinitions.swift, W3WError+W3WSwiftCore.swift, W3WMeasurementSystem.swift, W3WUtilitiesProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Compiling W3WInputType.swift, W3WOption.swift, W3WOptionAcceptorProtocol.swift, W3WOptionProtocol.swift, W3WOptions.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Compiling W3WGpsStatus.swift, W3WProtocolV3.swift, W3WProtocolV4.swift, W3WMockTranslation.swift, W3WTranslate.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Compiling W3WEventsSubscriptions.swift, W3WLive.swift, W3WRegex.swift, W3WDebouncer.swift, W3WThread.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Emitting module for W3WSwiftCore (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriver\ Compilation\ Requirements W3WSwiftCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.swiftmodule (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.abi.json (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver W3WSwiftVoiceApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftVoiceApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi-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/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi.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/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.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/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling W3WCountry.swift, W3WLanguage.swift, W3WRanked.swift, W3WSquare.swift, W3WSuggestion.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriverJobDiscovery normal arm64 Compiling W3WTranslationsProtocol.swift, W3WJson.swift, W3WRequest.swift, W3WEvent.swift, W3WEventSubscriberProtocol.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 Compiling\ W3WJsonVoiceError.swift,\ W3WApiCall.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/W3WJsonVoiceError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Network/W3WApiCall.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/W3WJsonVoiceError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Network/W3WApiCall.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JsonVoiceLanguage.swift,\ JsonVoiceLanguages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceLanguage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceLanguages.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceLanguage.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceLanguages.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WVoiceSuggestion.swift,\ JsonVoiceError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Extensions/W3WVoiceSuggestion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Extensions/W3WVoiceSuggestion.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WVoiceSocket.swift,\ W3WebSocket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Network/W3WVoiceSocket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Network/W3WebSocket.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Network/W3WVoiceSocket.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Network/W3WebSocket.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ W3WSwiftVoiceApi (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
EmitSwiftModule normal arm64 (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WVoiceApi.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/W3WVoiceApi.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/W3WVoiceApi.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JsonVoiceResponse.swift,\ JsonVoiceSuggestion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceResponse.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceSuggestion.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceResponse.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Json/JsonVoiceSuggestion.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Types/W3WTypes.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Types/W3WTypes.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WVoiceUpload.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/WatchOS/W3WVoiceUpload.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/WatchOS/W3WVoiceUpload.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WBox.swift, W3WCircle.swift, W3WDistance.swift, W3WLine.swift, W3WPolygon.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftCompile normal arm64 Compiling\ Export.swift,\ W3WError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Export.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Extensions/W3WError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Export.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/Extensions/W3WError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WTypes.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 Compiling\ W3WSettings.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/W3WSettings.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api/Sources/W3WSwiftVoiceApi/W3WSettings.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WJsonVoiceError.swift, W3WApiCall.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriverJobDiscovery normal arm64 Compiling JsonVoiceLanguage.swift, JsonVoiceLanguages.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriverJobDiscovery normal arm64 Compiling W3WVoiceSuggestion.swift, JsonVoiceError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriverJobDiscovery normal arm64 Compiling W3WVoiceApi.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriverJobDiscovery normal arm64 Compiling JsonVoiceResponse.swift, JsonVoiceSuggestion.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriverJobDiscovery normal arm64 Compiling W3WUser.swift, W3WAudioRecorder.swift, W3WAudioRecording.swift, W3WAudioStream.swift, W3WEncoding.swift, W3WMicrophone.swift (in target 'W3WSwiftCore' from project 'w3w-swift-core')
SwiftDriver\ Compilation W3WSwiftCore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftCore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.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/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.o normal (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.o
ExtractAppIntentsMetadata (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name W3WSwiftCore --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier w3w-swift-core.W3WSwiftCore --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/W3WSwiftCore.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/W3WSwiftCore.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-core.build/Debug-appletvos/W3WSwiftCore.build/Objects-normal/arm64/W3WSwiftCore.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-28 03:15:43.664 appintentsmetadataprocessor[905:5010] Starting appintentsmetadataprocessor export
2025-04-28 03:15:43.712 appintentsmetadataprocessor[905:5010] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Emitting module for W3WSwiftVoiceApi (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriver\ Compilation\ Requirements W3WSwiftVoiceApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftVoiceApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi-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/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi.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/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.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/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftVoiceApi.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi.abi.json (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-voice-api
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-voice-api.build/Debug-appletvos/W3WSwiftVoiceApi.build/Objects-normal/arm64/W3WSwiftVoiceApi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftVoiceApi.swiftmodule/arm64-apple-tvos.abi.json
SwiftDriver W3WSwiftApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi-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/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi.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/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.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/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Export.swift, W3WError.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftDriverJobDiscovery normal arm64 Compiling W3WSettings.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 Compiling\ What3WordsV3.swift,\ W3WFormat.swift,\ W3WSelectionType.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Deprecated/What3WordsV3.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Enums/W3WFormat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Enums/W3WSelectionType.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Deprecated/What3WordsV3.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Enums/W3WFormat.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Enums/W3WSelectionType.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JsonCoordinates.swift,\ JsonEnd.swift,\ JsonError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonCoordinates.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonEnd.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonError.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonCoordinates.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonEnd.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonError.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WWebSocketError.swift,\ W3WApiLineExtension.swift,\ W3WApiSquareExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Errors/W3WWebSocketError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WApiLineExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WApiSquareExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Errors/W3WWebSocketError.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WApiLineExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WApiSquareExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JsonSquare.swift,\ JsonSquareSuggestions.swift,\ JsonStart.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSquare.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSquareSuggestions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonStart.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSquare.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSquareSuggestions.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonStart.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ W3WSwiftApi (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
EmitSwiftModule normal arm64 (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WSettings.swift,\ What3WordsV4.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/W3WSettings.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/What3WordsV4.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/W3WSettings.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/What3WordsV4.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Types.swift,\ What3Words+VoiceAPI.swift,\ W3WAutosuggestHelper.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Types/Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Voice/What3Words+VoiceAPI.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/W3WAutosuggestHelper.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Types/Types.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Voice/What3Words+VoiceAPI.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/W3WAutosuggestHelper.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WApiSuggestionExtension.swift,\ W3WErrorExtension.swift,\ JsonBoundingSquare.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WApiSuggestionExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WErrorExtension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonBoundingSquare.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WApiSuggestionExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Extensions/W3WErrorExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonBoundingSquare.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WVoiceUpload.swift (in target 'W3WSwiftVoiceApi' from project 'w3w-swift-voice-api')
SwiftCompile normal arm64 Compiling\ JsonSuggestion.swift,\ JsonSuggestions.swift,\ ExportCoreTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSuggestion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSuggestions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Types/ExportCoreTypes.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSuggestion.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSuggestions.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Types/ExportCoreTypes.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JsonLanguage.swift,\ JsonLanguages.swift,\ JsonLine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLanguage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLanguages.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLine.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLanguage.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLanguages.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLine.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling W3WWebSocketError.swift, W3WApiLineExtension.swift, W3WApiSquareExtension.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ JsonLines.swift,\ JsonNortheast.swift,\ JsonSouthwest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLines.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonNortheast.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSouthwest.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonLines.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonNortheast.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper/Sources/W3WSwiftApi/Json/JsonSouthwest.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JsonCoordinates.swift, JsonEnd.swift, JsonError.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftDriverJobDiscovery normal arm64 Emitting module for W3WSwiftApi (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftDriver\ Compilation\ Requirements W3WSwiftApi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftApi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi-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/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi.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/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.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/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling JsonSquare.swift, JsonSquareSuggestions.swift, JsonStart.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftDriverJobDiscovery normal arm64 Compiling W3WApiSuggestionExtension.swift, W3WErrorExtension.swift, JsonBoundingSquare.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftDriverJobDiscovery normal arm64 Compiling What3WordsV3.swift, W3WFormat.swift, W3WSelectionType.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftApi.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi.abi.json (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-wrapper
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-wrapper.build/Debug-appletvos/W3WSwiftApi.build/Objects-normal/arm64/W3WSwiftApi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftApi.swiftmodule/arm64-apple-tvos.abi.json
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.o (in target 'W3WSwiftCore' from project 'w3w-swift-core')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/w3w-swift-core
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/W3WSwiftCore.o
SwiftDriver W3WSwiftComponents normal arm64 com.apple.xcode.tools.swift.compiler (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name W3WSwiftComponents -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WSwiftComponents.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64 -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WSwiftComponents-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/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WSwiftComponents.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/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WSwiftComponents_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.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/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WSwiftComponents-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling W3WSettings.swift, What3WordsV4.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftDriverJobDiscovery normal arm64 Compiling JsonSuggestion.swift, JsonSuggestions.swift, ExportCoreTypes.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WSuggestionTableViewCell.swift,\ W3WTextErrorView.swift,\ W3WMapData.swift,\ W3WMapError.swift,\ W3WMapKitCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WSuggestionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WTextErrorView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapError.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WSuggestionTableViewCell.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WTextErrorView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapError.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WMicrophoneView.swift,\ W3WMicrophoneViewController.swift,\ W3WSubviewManager.swift,\ UIKitExtensions.swift,\ W3WAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/UI/W3WSubviewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/UIKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAddress.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/UI/W3WSubviewManager.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/UIKitExtensions.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAddress.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WAreaMath.swift,\ W3WBundle.swift,\ W3WColorScheme.swift,\ W3WDebouncer.swift,\ W3WDebouncerPlus.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAreaMath.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WBundle.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAreaMath.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WBundle.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WFormatter.swift,\ W3WThread.swift,\ W3WCheckIconView.swift,\ W3WCloseIconView.swift,\ W3WDashes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WThread.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCheckIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCloseIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDashes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestSearchController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestResultsViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestTextFieldProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutosuggestComponentError.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WHintView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WMessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WOptionAcceptorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WSuggestionTableViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WTextErrorView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapData.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapError.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapKitCompatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapPin.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypeButton.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Microphone/W3WMicrophoneViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/UI/W3WSubviewManager.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/UIKitExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WAreaMath.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WBundle.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WColorScheme.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncer.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WDebouncerPlus.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WThread.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCheckIconView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCloseIconView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDashes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDrawingView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WIconStack.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WInteractiveDrawingView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSlashesView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSuggestionView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WSuggestionViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WVoiceIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/W3WSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/supplementaryOutputs-45 -emit-localized-strings -emit-localized-strings-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64 -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WSwiftComponents_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.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 -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -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/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name W3WSwiftComponents -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WFormatter.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WThread.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WCheckIconView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WCloseIconView.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WDashes.o -index-unit-output-path /w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WFormatter.o -index-unit-output-path /w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WThread.o -index-unit-output-path /w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WCheckIconView.o -index-unit-output-path /w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WCloseIconView.o -index-unit-output-path /w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/Objects-normal/arm64/W3WDashes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift:72:49: error: 'systemFontSize' is unavailable in tvOS
font = UIFont.systemFont(ofSize: UIFont.systemFontSize, weight: .semibold)
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:262:47: note: 'systemFontSize' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) CGFloat systemFontSize API_UNAVAILABLE(tvos, watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift:78:49: error: 'systemFontSize' is unavailable in tvOS
font = UIFont.systemFont(ofSize: UIFont.systemFontSize, weight: .regular)
^~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIInterface.h:262:47: note: 'systemFontSize' has been explicitly marked unavailable here
@property(class, nonatomic, readonly) CGFloat systemFontSize API_UNAVAILABLE(tvos, watchos);
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WThread.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCheckIconView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCloseIconView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDashes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WSettings.swift,\ W3WMapHelper.swift,\ W3WMapView.swift,\ W3WMapViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/W3WSettings.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/W3WSettings.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapHelper.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Map/W3WMapViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ W3WMapPin.swift,\ W3WMapProtocol.swift,\ W3WMapTypeButton.swift,\ W3WMapTypes.swift,\ W3WMapViewProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapPin.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypeButton.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapPin.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypeButton.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapTypes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Map/W3WMapViewProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ W3WSwiftComponents (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
EmitSwiftModule normal arm64 (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Types.swift, What3Words+VoiceAPI.swift, W3WAutosuggestHelper.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WAutoSuggestTextFieldProtocol.swift,\ W3WAutosuggestComponentError.swift,\ W3WHintView.swift,\ W3WMessageView.swift,\ W3WOptionAcceptorProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestTextFieldProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutosuggestComponentError.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WHintView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WMessageView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WOptionAcceptorProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestTextFieldProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutosuggestComponentError.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WHintView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WMessageView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WOptionAcceptorProtocol.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JsonLanguage.swift, JsonLanguages.swift, JsonLine.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ W3WDrawingView.swift,\ W3WFlags.swift,\ W3WIconStack.swift,\ W3WInteractiveDrawingView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDrawingView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WIconStack.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WInteractiveDrawingView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDrawingView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WFlags.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WIconStack.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WInteractiveDrawingView.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling JsonLines.swift, JsonNortheast.swift, JsonSouthwest.swift (in target 'W3WSwiftApi' from project 'w3w-swift-wrapper')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ W3WAutoSuggestSearchController.swift,\ W3WAutoSuggestTextField.swift,\ W3WAutoSuggestDataSource.swift,\ W3WAutoSuggestResultsViewController.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestSearchController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestResultsViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ W3WFormatter.swift,\ W3WThread.swift,\ W3WCheckIconView.swift,\ W3WCloseIconView.swift,\ W3WDashes.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WThread.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCheckIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WCloseIconView.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Views/W3WDashes.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/Util/W3WFormatter.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ W3WAutoSuggestSearchController.swift,\ W3WAutoSuggestTextField.swift,\ W3WAutoSuggestDataSource.swift,\ W3WAutoSuggestResultsViewController.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/w3w-swift-components.build/Debug-appletvos/W3WSwiftComponents.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestSearchController.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Autosuggest/W3WAutoSuggestTextField.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/W3WSwiftComponents/Lib/AutoSuggest/W3WAutoSuggestResultsViewController.swift (in target 'W3WSwiftComponents' from project 'w3w-swift-components')
Building workspace spi-builder-workspace with scheme w3w-swift-components
(4 failures)
BUILD FAILURE 6.1 tvOS