Build Information
Failed to build Mcrich23-Toolkit, reference v1.2.1 (da3639
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 14:51:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mcrich23-Toolkit -destination generic/platform=watchOS
Build Log
@interface MKMapCamera : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:10:29: error: cannot find type 'MKMapView' in scope
@State var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:42: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:30: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:34:27: error: cannot find type 'MKMapView' in scope
func addPoints(myMap: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:68:32: error: cannot find type 'MKMapView' in scope
func updatePoints(mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:137:58: error: cannot find type 'MKMapViewDelegate' in scope
class rawExistingAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:147:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:153:81: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:153:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:190:52: error: cannot find type 'MKMapView' in scope
func mapViewDidFinishLoadingMap(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:195:47: error: cannot find type 'MKMapView' in scope
@objc func updateAnnotations(mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:200:54: error: cannot find type 'MKMapView' in scope
func mapViewWillStartLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:203:52: error: cannot find type 'MKMapView' in scope
func mapViewDidStopLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:206:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didFailToLocateUserWithError error: Error) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:7:34: error: cannot find type 'UIViewRepresentable' in scope
struct RawExistingAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:75:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:112:277: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, points: Binding<[Annotations]>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:151:348: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, points: Binding<[Annotations]>, isUserLocationVisible: Binding<Bool>, isFirstResponder: Binding<Bool>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:205:293: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, points: Binding<[Annotations]>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:242:364: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, points: Binding<[Annotations]>, isUserLocationVisible: Binding<Bool>, isFirstResponder: Binding<Bool>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:264:34: error: cannot find type 'MKMapView' in scope
func setDefaultCamera(_ map: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:387:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:452:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> AnnotationMapView {
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKTypes.h:12:29: note: 'MKMapType' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, MKMapType) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:465:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> AnnotationMapView {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapCamera.h:18:12: note: 'MKMapCamera' has been explicitly marked unavailable here
@interface MKMapCamera : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:492:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> AnnotationMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:505:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> AnnotationMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:583:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:9:22: error: cannot find type 'MKMapView' in scope
var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:46: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:34: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:56:57: error: cannot find type 'MKMapViewDelegate' in scope
class rawMutableAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:58:35: error: 'MKPointAnnotation' is unavailable in watchOS
var currentAnnotations = [MKPointAnnotation]()
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointAnnotation.h:16:12: note: 'MKPointAnnotation' has been explicitly marked unavailable here
@interface MKPointAnnotation : MKShape
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:62:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:70:43: error: cannot find type 'UIGestureRecognizer' in scope
@objc func addAnnotation(gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:7:33: error: cannot find type 'UIViewRepresentable' in scope
struct rawMutableAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:115:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:129:91: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:154:124: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, isFirstResponder: Binding<Bool>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:178:107: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:201:140: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, isFirstResponder: Binding<Bool>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:293:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> MutableMapView {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:358:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> MutableMapView {
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKTypes.h:12:29: note: 'MKMapType' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, MKMapType) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:371:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> MutableMapView {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapCamera.h:18:12: note: 'MKMapCamera' has been explicitly marked unavailable here
@interface MKMapCamera : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:397:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> MutableMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:410:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> MutableMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:488:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> MutableMapView {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:14:36: error: cannot find type 'UISearchBar' in scope
@Binding var searchBarDetails: UISearchBar
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:18:34: error: cannot find type 'UISearchBarDelegate' in scope
class Coordinator: NSObject, UISearchBarDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:28:37: error: cannot find type 'UISearchBar' in scope
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:32:56: error: cannot find type 'UISearchBar' in scope
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:44:72: error: cannot find type 'UISearchBar' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:44:30: error: cannot find type 'UIViewRepresentableContext' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:60:33: error: cannot find type 'UISearchBar' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:60:55: error: cannot find type 'UIViewRepresentableContext' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:13:19: error: cannot find type 'UIViewRepresentable' in scope
struct SearchBar: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:38:29: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@State var completion = MKLocalSearchCompletion()
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:39:34: error: cannot find type 'UISearchBar' in scope
@State var searchBarDetails: UISearchBar = UISearchBar()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:41:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:47:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:47:88: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:53:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:59:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:59:88: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:138:44: error: cannot find type 'UIBarButtonItem' in scope
public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:147:39: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@Published var locationResults : [MKLocalSearchCompletion] = []
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:152:35: error: 'MKLocalSearchCompleter' is unavailable in watchOS
private var searchCompleter = MKLocalSearchCompleter()
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:153:44: error: 'MKLocalSearchCompletion' is unavailable in watchOS
private var currentPromise : ((Result<[MKLocalSearchCompletion], Error>) -> Void)?
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:155:23: error: 'MKLocalSearchCompleter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:155:81: error: 'MKPointOfInterestFilter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:175:61: error: 'MKLocalSearchCompletion' is unavailable in watchOS
func searchTermToResults(searchTerm: String) -> Future<[MKLocalSearchCompletion], Error> {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:184:49: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completerDidUpdateResults(_ completer: MKLocalSearchCompleter) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:188:33: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completer(_ completer: MKLocalSearchCompleter, didFailWithError error: Error) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:183:23: error: 'MKLocalSearchCompleterDelegate' is unavailable in watchOS
extension MapSearch : MKLocalSearchCompleterDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:62:11: note: 'MKLocalSearchCompleterDelegate' has been explicitly marked unavailable here
@protocol MKLocalSearchCompleterDelegate <NSObject>
^
SwiftDriver StepperView normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StepperView' from project 'StepperView')
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 StepperView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/arm64/StepperView.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/arm64/StepperView-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/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/arm64/StepperView.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/StepperView.build/Debug-watchos/StepperView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/arm64/StepperView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.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/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/arm64/StepperView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftUIBackports (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
EmitSwiftModule normal arm64_32 (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftUIBackports (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
EmitSwiftModule normal arm64 (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftUIBackports (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
EmitSwiftModule normal armv7k (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver StepperView normal armv7k com.apple.xcode.tools.swift.compiler (in target 'StepperView' from project 'StepperView')
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 StepperView -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/armv7k/StepperView.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/armv7k/StepperView-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/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/armv7k/StepperView.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/StepperView.build/Debug-watchos/StepperView.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/armv7k/StepperView_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StepperView.build/Debug-watchos/StepperView.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/StepperView.build/Debug-watchos/StepperView.build/Objects-normal/armv7k/StepperView-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ _SwiftUIX (in target '_SwiftUIX' from project 'SwiftUIX')
EmitSwiftModule normal armv7k (in target '_SwiftUIX' from project 'SwiftUIX')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ _SwiftUIX (in target '_SwiftUIX' from project 'SwiftUIX')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ _SwiftUIX (in target '_SwiftUIX' from project 'SwiftUIX')
SwiftEmitModule normal armv7k Emitting\ module\ for\ StepperView (in target 'StepperView' from project 'StepperView')
SwiftDriverJobDiscovery normal arm64_32 Emitting module for WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
SwiftDriverJobDiscovery normal arm64 Emitting module for WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
SwiftDriverJobDiscovery normal armv7k Emitting module for WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
SwiftDriver\ Compilation\ Requirements WrappingHStack normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-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:
EmitSwiftModule normal arm64_32 (in target 'SwiftUIMap' from project 'SwiftUIMap')
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
EmitSwiftModule normal armv7k (in target 'SwiftUIMap' from project 'SwiftUIMap')
EmitSwiftModule normal arm64 (in target 'SwiftUIMap' from project 'SwiftUIMap')
Building workspace spi-builder-workspace with scheme Mcrich23-Toolkit
(6 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:
SwiftUIAlert: https://github.com/Mcrich23/SwiftUIAlert @ 1.0.4
SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols @ 4.1.1
Kingfisher: https://github.com/onevcat/Kingfisher @ 7.12.0
LoaderUI: https://github.com/Mcrich23/LoaderUI @ master (af1151c)
URLImage: https://github.com/dmytro-anokhin/url-image @ 3.1.1
SwiftUIMap: https://github.com/Mcrich23/SwiftUIMap @ 1.5.10
WrappingHStack: https://github.com/dkk/WrappingHStack @ 2.2.11
Mcrich23-Toolkit: /Users/admin/builder/spi-builder-workspace
StepperView: https://github.com/badrinathvm/StepperView @ master (158c70c)
SwiftUIBackports: https://github.com/shaps80/SwiftUIBackports @ 1.7.0 (0098109)
DeviceKit: https://github.com/devicekit/DeviceKit @ 4.9.0
SwiftUIX: https://github.com/SwiftUIX/SwiftUIX @ 0.2.3
swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 0.12.0
resolved source packages: SwiftUIAlert, SFSafeSymbols, Kingfisher, LoaderUI, URLImage, SwiftUIMap, WrappingHStack, Mcrich23-Toolkit, StepperView, SwiftUIBackports, DeviceKit, SwiftUIX, swiftui-introspect
{
"dependencies" : [
{
"identity" : "swiftuix",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftUIX/SwiftUIX"
},
{
"identity" : "url-image",
"requirement" : {
"range" : [
{
"lower_bound" : "3.1.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dmytro-anokhin/url-image"
},
{
"identity" : "kingfisher",
"requirement" : {
"range" : [
{
"lower_bound" : "7.6.2",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Kingfisher"
},
{
"identity" : "swiftui-introspect",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/siteline/SwiftUI-Introspect"
},
{
"identity" : "loaderui",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Mcrich23/LoaderUI"
},
{
"identity" : "swiftuimap",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Mcrich23/SwiftUIMap"
},
{
"identity" : "swiftuialert",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Mcrich23/SwiftUIAlert"
},
{
"identity" : "wrappinghstack",
"requirement" : {
"range" : [
{
"lower_bound" : "2.2.9",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dkk/WrappingHStack"
},
{
"identity" : "stepperview",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/badrinathvm/StepperView"
},
{
"identity" : "swiftuibackports",
"requirement" : {
"revision" : [
"1.7.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/shaps80/SwiftUIBackports"
},
{
"identity" : "devicekit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.7.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
},
{
"identity" : "sfsafesymbols",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SFSafeSymbols/SFSafeSymbols"
}
],
"manifest_display_name" : "Mcrich23-Toolkit",
"name" : "Mcrich23-Toolkit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Mcrich23-Toolkit",
"targets" : [
"Mcrich23-Toolkit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Mcrich23_Toolkit",
"module_type" : "SwiftTarget",
"name" : "Mcrich23-Toolkit",
"path" : "Sources/Mcrich23-Toolkit",
"product_dependencies" : [
"SwiftUIX",
"Kingfisher",
"URLImage",
"Introspect",
"LoaderUI",
"SwiftUIMap",
"SwiftUIAlert",
"WrappingHStack",
"StepperView",
"SwiftUIBackports",
"DeviceKit",
"SFSafeSymbols"
],
"product_memberships" : [
"Mcrich23-Toolkit"
],
"sources" : [
"Data Structs.swift",
"NetworkMonitor.swift",
"SwiftUI/App Store Cards/Card/ExpandableCardView.swift",
"SwiftUI/App Store Cards/HomeView.swift",
"SwiftUI/App Store Cards/ShowActionButton.swift",
"SwiftUI/App Store Cards/StatusProgressBar/StatusCircle.swift",
"SwiftUI/App Store Cards/StatusProgressBar/TicketStatusProgressView.swift",
"SwiftUI/App Store Cards/SystemMaterialView.swift",
"SwiftUI/ContextMenu/ContextMenu.swift",
"SwiftUI/DeviceRotationViewModifier/DeviceRotationViewModifier.swift",
"SwiftUI/Filters/Adaptive Filter View.swift",
"SwiftUI/Filters/Scrolling Filter View.swift",
"SwiftUI/Filters/String Filter View.swift",
"SwiftUI/GetTopVC.swift",
"SwiftUI/Onboarding/FeatureCell.swift",
"SwiftUI/Onboarding/OnboardingScreen.swift",
"SwiftUI/Onboarding/StepperViewOnboarding.swift",
"SwiftUI/ShareSheet/ShareSheet.swift",
"SwiftUI/WillDissapear/WillDissapear.swift",
"UIKit/InteractiveLinkLabel.swift",
"UIKit/InteractiveLinkTextView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Backports",
"Mcrich23-Toolkit",
"StepperView"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Backports",
"Mcrich23-Toolkit",
"StepperView"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Mcrich23-Toolkit -destination generic/platform=watchOS
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 Mcrich23-Toolkit -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
Mcrich23-Toolkit: /Users/admin/builder/spi-builder-workspace
WrappingHStack: https://github.com/dkk/WrappingHStack @ 2.2.11
SwiftUIMap: https://github.com/Mcrich23/SwiftUIMap @ 1.5.10
Kingfisher: https://github.com/onevcat/Kingfisher @ 7.12.0
swiftui-introspect: https://github.com/siteline/SwiftUI-Introspect @ 0.12.0
SwiftUIBackports: https://github.com/shaps80/SwiftUIBackports @ 1.7.0 (0098109)
StepperView: https://github.com/badrinathvm/StepperView @ master (158c70c)
SFSafeSymbols: https://github.com/SFSafeSymbols/SFSafeSymbols @ 4.1.1
SwiftUIAlert: https://github.com/Mcrich23/SwiftUIAlert @ 1.0.4
LoaderUI: https://github.com/Mcrich23/LoaderUI @ master (af1151c)
URLImage: https://github.com/dmytro-anokhin/url-image @ 3.1.1
SwiftUIX: https://github.com/SwiftUIX/SwiftUIX @ 0.2.3
DeviceKit: https://github.com/devicekit/DeviceKit @ 4.9.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (34 targets)
Target 'Mcrich23-Toolkit' in project 'Mcrich23-Toolkit'
➜ Explicit dependency on target 'Mcrich23-Toolkit' in project 'Mcrich23-Toolkit'
➜ Explicit dependency on target 'SwiftUIX' in project 'SwiftUIX'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'URLImage' in project 'URLImage'
➜ Explicit dependency on target 'Introspect' in project 'swiftui-introspect'
➜ Explicit dependency on target 'LoaderUI' in project 'LoaderUI'
➜ Explicit dependency on target 'SwiftUIMap' in project 'SwiftUIMap'
➜ Explicit dependency on target 'SwiftUIAlert' in project 'SwiftUIAlert'
➜ Explicit dependency on target 'WrappingHStack' in project 'WrappingHStack'
➜ Explicit dependency on target 'StepperView' in project 'StepperView'
➜ Explicit dependency on target 'SwiftUIBackports' in project 'SwiftUIBackports'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
Target 'Mcrich23-Toolkit' in project 'Mcrich23-Toolkit'
➜ Explicit dependency on target 'SwiftUIX' in project 'SwiftUIX'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'URLImage' in project 'URLImage'
➜ Explicit dependency on target 'Introspect' in project 'swiftui-introspect'
➜ Explicit dependency on target 'LoaderUI' in project 'LoaderUI'
➜ Explicit dependency on target 'SwiftUIMap' in project 'SwiftUIMap'
➜ Explicit dependency on target 'SwiftUIAlert' in project 'SwiftUIAlert'
➜ Explicit dependency on target 'WrappingHStack' in project 'WrappingHStack'
➜ Explicit dependency on target 'StepperView' in project 'StepperView'
➜ Explicit dependency on target 'SwiftUIBackports' in project 'SwiftUIBackports'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
Target 'SFSafeSymbols' in project 'SFSafeSymbols'
➜ Explicit dependency on target 'SFSafeSymbols' in project 'SFSafeSymbols'
Target 'SFSafeSymbols' in project 'SFSafeSymbols' (no dependencies)
Target 'DeviceKit' in project 'DeviceKit'
➜ Explicit dependency on target 'DeviceKit' in project 'DeviceKit'
Target 'DeviceKit' in project 'DeviceKit' (no dependencies)
Target 'SwiftUIBackports' in project 'SwiftUIBackports'
➜ Explicit dependency on target 'SwiftUIBackports' in project 'SwiftUIBackports'
Target 'SwiftUIBackports' in project 'SwiftUIBackports' (no dependencies)
Target 'StepperView' in project 'StepperView'
➜ Explicit dependency on target 'StepperView' in project 'StepperView'
Target 'StepperView' in project 'StepperView' (no dependencies)
Target 'WrappingHStack' in project 'WrappingHStack'
➜ Explicit dependency on target 'WrappingHStack' in project 'WrappingHStack'
Target 'WrappingHStack' in project 'WrappingHStack' (no dependencies)
Target 'SwiftUIAlert' in project 'SwiftUIAlert'
➜ Explicit dependency on target 'SwiftUIAlert' in project 'SwiftUIAlert'
➜ Explicit dependency on target 'SwiftUIX' in project 'SwiftUIX'
Target 'SwiftUIAlert' in project 'SwiftUIAlert'
➜ Explicit dependency on target 'SwiftUIX' in project 'SwiftUIX'
Target 'SwiftUIMap' in project 'SwiftUIMap'
➜ Explicit dependency on target 'SwiftUIMap' in project 'SwiftUIMap'
Target 'SwiftUIMap' in project 'SwiftUIMap' (no dependencies)
Target 'LoaderUI' in project 'LoaderUI'
➜ Explicit dependency on target 'LoaderUI' in project 'LoaderUI'
Target 'LoaderUI' in project 'LoaderUI' (no dependencies)
Target 'Introspect' in project 'swiftui-introspect'
➜ Explicit dependency on target 'Introspect' in project 'swiftui-introspect'
Target 'Introspect' in project 'swiftui-introspect' (no dependencies)
Target 'URLImage' in project 'URLImage'
➜ Explicit dependency on target 'URLImage' in project 'URLImage'
➜ Explicit dependency on target 'Log' in project 'URLImage'
➜ Explicit dependency on target 'DownloadManager' in project 'URLImage'
➜ Explicit dependency on target 'ImageDecoder' in project 'URLImage'
➜ Explicit dependency on target 'PlainDatabase' in project 'URLImage'
➜ Explicit dependency on target 'Model' in project 'URLImage'
➜ Explicit dependency on target 'FileIndex' in project 'URLImage'
Target 'URLImage' in project 'URLImage'
➜ Explicit dependency on target 'Log' in project 'URLImage'
➜ Explicit dependency on target 'DownloadManager' in project 'URLImage'
➜ Explicit dependency on target 'ImageDecoder' in project 'URLImage'
➜ Explicit dependency on target 'PlainDatabase' in project 'URLImage'
➜ Explicit dependency on target 'Model' in project 'URLImage'
➜ Explicit dependency on target 'FileIndex' in project 'URLImage'
Target 'FileIndex' in project 'URLImage'
➜ Explicit dependency on target 'PlainDatabase' in project 'URLImage'
➜ Explicit dependency on target 'Log' in project 'URLImage'
➜ Explicit dependency on target 'ImageDecoder' in project 'URLImage'
➜ Explicit dependency on target 'Model' in project 'URLImage'
Target 'Model' in project 'URLImage'
➜ Explicit dependency on target 'ImageDecoder' in project 'URLImage'
Target 'PlainDatabase' in project 'URLImage' (no dependencies)
Target 'ImageDecoder' in project 'URLImage' (no dependencies)
Target 'DownloadManager' in project 'URLImage'
➜ Explicit dependency on target 'Log' in project 'URLImage'
Target 'Log' in project 'URLImage' (no dependencies)
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher' in project 'Kingfisher'
➜ Explicit dependency on target 'Kingfisher_Kingfisher' in project 'Kingfisher'
Target 'Kingfisher_Kingfisher' in project 'Kingfisher' (no dependencies)
Target 'SwiftUIX' in project 'SwiftUIX'
➜ Explicit dependency on target '_SwiftUIX' in project 'SwiftUIX'
➜ Explicit dependency on target 'SwiftUIX' in project 'SwiftUIX'
Target 'SwiftUIX' in project 'SwiftUIX'
➜ Explicit dependency on target '_SwiftUIX' in project 'SwiftUIX'
Target '_SwiftUIX' in project 'SwiftUIX' (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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: cf59277f4bf02213b93f6a6cb0ddc805
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/cf59277f4bf02213b93f6a6cb0ddc805.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Kingfisher_Kingfisher.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-watchos/Kingfisher_Kingfisher.build/empty-Kingfisher_Kingfisher.plist (in target 'Kingfisher_Kingfisher' from project 'Kingfisher')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Kingfisher
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kingfisher.build/Debug-watchos/Kingfisher_Kingfisher.build/empty-Kingfisher_Kingfisher.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Kingfisher_Kingfisher.bundle/Info.plist
SwiftDriver Introspect normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Introspect' from project 'swiftui-introspect')
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 Introspect -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect-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/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect.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/swiftui-introspect.build/Debug-watchos/Introspect.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-introspect.build/Debug-watchos/Introspect.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/swiftui-introspect.build/Debug-watchos/Introspect.build/Objects-normal/armv7k/Introspect-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WrappingHStack normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WrappingHStack normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver PlainDatabase normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PlainDatabase' from project 'URLImage')
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 PlainDatabase -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLImage.build/Debug-watchos/PlainDatabase.build/Objects-normal/armv7k/PlainDatabase.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLImage.build/Debug-watchos/PlainDatabase.build/Objects-normal/armv7k/PlainDatabase-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/URLImage.build/Debug-watchos/PlainDatabase.build/Objects-normal/armv7k/PlainDatabase.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/URLImage.build/Debug-watchos/PlainDatabase.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLImage.build/Debug-watchos/PlainDatabase.build/Objects-normal/armv7k/PlainDatabase_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLImage.build/Debug-watchos/PlainDatabase.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLImage.build/Debug-watchos/PlainDatabase.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/URLImage.build/Debug-watchos/PlainDatabase.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/URLImage.build/Debug-watchos/PlainDatabase.build/Objects-normal/armv7k/PlainDatabase-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver _SwiftUIX normal arm64_32 com.apple.xcode.tools.swift.compiler (in target '_SwiftUIX' from project 'SwiftUIX')
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 _SwiftUIX -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64_32/_SwiftUIX.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64_32/_SwiftUIX-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/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64_32/_SwiftUIX.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftuix -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64_32/_SwiftUIX_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.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/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64_32/_SwiftUIX-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver _SwiftUIX normal armv7k com.apple.xcode.tools.swift.compiler (in target '_SwiftUIX' from project 'SwiftUIX')
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 _SwiftUIX -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/armv7k/_SwiftUIX.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/armv7k/_SwiftUIX-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/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/armv7k/_SwiftUIX.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftuix -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/armv7k/_SwiftUIX_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.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/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/armv7k/_SwiftUIX-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftUIMap normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftUIMap' from project 'SwiftUIMap')
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 SwiftUIMap -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftUIMap normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIMap' from project 'SwiftUIMap')
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 SwiftUIMap -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64_32/SwiftUIMap.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64_32/SwiftUIMap-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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64_32/SwiftUIMap.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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64_32/SwiftUIMap_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64_32/SwiftUIMap-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftUIBackports normal armv7k com.apple.xcode.tools.swift.compiler (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
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 SwiftUIBackports -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/armv7k/SwiftUIBackports.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/armv7k/SwiftUIBackports-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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/armv7k/SwiftUIBackports.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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/armv7k/SwiftUIBackports_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/armv7k/SwiftUIBackports-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver _SwiftUIX normal arm64 com.apple.xcode.tools.swift.compiler (in target '_SwiftUIX' from project 'SwiftUIX')
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 _SwiftUIX -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64/_SwiftUIX.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64/_SwiftUIX-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/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64/_SwiftUIX.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftuix -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64/_SwiftUIX_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIX.build/Debug-watchos/_SwiftUIX.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/SwiftUIX.build/Debug-watchos/_SwiftUIX.build/Objects-normal/arm64/_SwiftUIX-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver WrappingHStack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftUIMap normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIMap' from project 'SwiftUIMap')
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 SwiftUIMap -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos7.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap-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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap.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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftUIBackports normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
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 SwiftUIBackports -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64_32/SwiftUIBackports.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64_32/SwiftUIBackports-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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64_32/SwiftUIBackports.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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64_32/SwiftUIBackports_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64_32/SwiftUIBackports-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
EmitSwiftModule normal armv7k (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
EmitSwiftModule normal arm64_32 (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver SwiftUIBackports normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftUIBackports' from project 'SwiftUIBackports')
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 SwiftUIBackports -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64/SwiftUIBackports.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64/SwiftUIBackports-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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64/SwiftUIBackports.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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64/SwiftUIBackports_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.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/SwiftUIBackports.build/Debug-watchos/SwiftUIBackports.build/Objects-normal/arm64/SwiftUIBackports-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data\ Structs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search\ View.swift -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.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 -suppress-warnings -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/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_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/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIMap -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.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 -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.abi.json
EmitSwiftModule normal armv7k (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:47:33: error: cannot find type 'MKFeatureDisplayPriority' in scope
public let displayPriority: MKFeatureDisplayPriority
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:49:162: error: cannot find type 'MKFeatureDisplayPriority' in scope
public init(title: String, subtitle: String, location: Location, glyphImage: glyphImage, markerTintColor: UIColor, glyphTintColor: UIColor, displayPriority: MKFeatureDisplayPriority) {
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:39:15: error: type 'Annotations' does not conform to protocol 'Hashable'
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:47:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'Annotations' to 'Hashable'
public let displayPriority: MKFeatureDisplayPriority
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:39:15: error: type 'Annotations' does not conform to protocol 'Equatable'
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:47:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Annotations' to 'Equatable'
public let displayPriority: MKFeatureDisplayPriority
^
Swift.==:1:24: note: candidate would match if 'Annotations' conformed to 'RawRepresentable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'Annotations' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'Annotations' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'Annotations' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'Annotations' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'Annotations' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'Annotations' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'Annotations' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
Foundation.AttributedStringProtocol.==:2:20: note: candidate would match if 'Annotations' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol}
^
Foundation._BridgedStoredNSError.==:2:20: note: candidate would match if 'Annotations' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
CoreFoundation._CFObject.==:2:20: note: candidate would match if 'Annotations' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:39:15: note: add stubs for conformance
public struct Annotations: Identifiable, Equatable, Hashable {
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(Annotations, Annotations) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Data Structs.swift:133:94: error: 'MKMapCamera' is unavailable in watchOS
public static func defaultCameraAngle(location: CLLocationCoordinate2D, zoom: Double) -> MKMapCamera {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapCamera.h:18:12: note: 'MKMapCamera' has been explicitly marked unavailable here
@interface MKMapCamera : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:10:29: error: cannot find type 'MKMapView' in scope
@State var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:42: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:30: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:34:27: error: cannot find type 'MKMapView' in scope
func addPoints(myMap: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:68:32: error: cannot find type 'MKMapView' in scope
func updatePoints(mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:137:58: error: cannot find type 'MKMapViewDelegate' in scope
class rawExistingAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:147:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:153:81: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:153:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, viewFor annotation: MKAnnotation) -> MKAnnotationView? {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:190:52: error: cannot find type 'MKMapView' in scope
func mapViewDidFinishLoadingMap(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:195:47: error: cannot find type 'MKMapView' in scope
@objc func updateAnnotations(mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:200:54: error: cannot find type 'MKMapView' in scope
func mapViewWillStartLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:203:52: error: cannot find type 'MKMapView' in scope
func mapViewDidStopLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:206:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didFailToLocateUserWithError error: Error) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:7:34: error: cannot find type 'UIViewRepresentable' in scope
struct RawExistingAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:75:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:112:277: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, points: Binding<[Annotations]>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:151:348: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, points: Binding<[Annotations]>, isUserLocationVisible: Binding<Bool>, isFirstResponder: Binding<Bool>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:205:293: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, points: Binding<[Annotations]>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:242:364: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, points: Binding<[Annotations]>, isUserLocationVisible: Binding<Bool>, isFirstResponder: Binding<Bool>, selected: @escaping (_ Title: String, _ Subtitle: String, _ Location: Location, _ isCluster: Bool) -> Void, deselected: @escaping () -> Void, advancedModifiers: @escaping (_ map: MKMapView) -> Void) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:264:34: error: cannot find type 'MKMapView' in scope
func setDefaultCamera(_ map: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:387:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:452:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> AnnotationMapView {
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKTypes.h:12:29: note: 'MKMapType' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, MKMapType) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:465:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> AnnotationMapView {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapCamera.h:18:12: note: 'MKMapCamera' has been explicitly marked unavailable here
@interface MKMapCamera : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:492:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> AnnotationMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:505:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> AnnotationMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:583:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:9:22: error: cannot find type 'MKMapView' in scope
var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:46: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:34: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:56:57: error: cannot find type 'MKMapViewDelegate' in scope
class rawMutableAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:58:35: error: 'MKPointAnnotation' is unavailable in watchOS
var currentAnnotations = [MKPointAnnotation]()
^~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointAnnotation.h:16:12: note: 'MKPointAnnotation' has been explicitly marked unavailable here
@interface MKPointAnnotation : MKShape
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:62:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:70:43: error: cannot find type 'UIGestureRecognizer' in scope
@objc func addAnnotation(gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:7:33: error: cannot find type 'UIViewRepresentable' in scope
struct rawMutableAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:115:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:129:91: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:154:124: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, address: Binding<String>, isFirstResponder: Binding<Bool>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:178:107: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:201:140: error: cannot find type 'MKMapView' in scope
public init(zoom: Binding<Double>, coordinates: Binding<LocationCoordinate>, isFirstResponder: Binding<Bool>, advancedModifiers: () -> MKMapView) {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:293:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> MutableMapView {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:358:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> MutableMapView {
^~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKTypes.h:12:29: note: 'MKMapType' has been explicitly marked unavailable here
typedef NS_ENUM(NSUInteger, MKMapType) {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:371:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> MutableMapView {
^~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKMapCamera.h:18:12: note: 'MKMapCamera' has been explicitly marked unavailable here
@interface MKMapCamera : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:397:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> MutableMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:410:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> MutableMapView {
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:488:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> MutableMapView {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:14:36: error: cannot find type 'UISearchBar' in scope
@Binding var searchBarDetails: UISearchBar
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:18:34: error: cannot find type 'UISearchBarDelegate' in scope
class Coordinator: NSObject, UISearchBarDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:28:37: error: cannot find type 'UISearchBar' in scope
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:32:56: error: cannot find type 'UISearchBar' in scope
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:44:72: error: cannot find type 'UISearchBar' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:44:30: error: cannot find type 'UIViewRepresentableContext' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:60:33: error: cannot find type 'UISearchBar' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:60:55: error: cannot find type 'UIViewRepresentableContext' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search Bar.swift:13:19: error: cannot find type 'UIViewRepresentable' in scope
struct SearchBar: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:38:29: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@State var completion = MKLocalSearchCompletion()
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:39:34: error: cannot find type 'UISearchBar' in scope
@State var searchBarDetails: UISearchBar = UISearchBar()
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:41:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:47:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:47:88: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:53:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:59:30: error: 'MKLocalSearchCompleter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:59:88: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:138:44: error: cannot find type 'UIBarButtonItem' in scope
public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:147:39: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@Published var locationResults : [MKLocalSearchCompletion] = []
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:152:35: error: 'MKLocalSearchCompleter' is unavailable in watchOS
private var searchCompleter = MKLocalSearchCompleter()
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:153:44: error: 'MKLocalSearchCompletion' is unavailable in watchOS
private var currentPromise : ((Result<[MKLocalSearchCompletion], Error>) -> Void)?
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:155:23: error: 'MKLocalSearchCompleter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:155:81: error: 'MKPointOfInterestFilter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKPointOfInterestFilter.h:14:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
@interface MKPointOfInterestFilter : NSObject <NSSecureCoding, NSCopying>
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:175:61: error: 'MKLocalSearchCompletion' is unavailable in watchOS
func searchTermToResults(searchTerm: String) -> Future<[MKLocalSearchCompletion], Error> {
^~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:71:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
@interface MKLocalSearchCompletion : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:184:49: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completerDidUpdateResults(_ completer: MKLocalSearchCompleter) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:188:33: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completer(_ completer: MKLocalSearchCompleter, didFailWithError error: Error) {
^~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:36:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
@interface MKLocalSearchCompleter : NSObject
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:183:23: error: 'MKLocalSearchCompleterDelegate' is unavailable in watchOS
extension MapSearch : MKLocalSearchCompleterDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/System/Library/Frameworks/MapKit.framework/Headers/MKLocalSearchCompleter.h:62:11: note: 'MKLocalSearchCompleterDelegate' has been explicitly marked unavailable here
@protocol MKLocalSearchCompleterDelegate <NSObject>
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
EmitSwiftModule normal arm64 (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
EmitSwiftModule normal arm64 (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Emitting module for WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
SwiftDriver\ Compilation\ Requirements WrappingHStack normal armv7k com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
SwiftDriver\ Compilation\ Requirements WrappingHStack normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
EmitSwiftModule normal arm64_32 (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.swiftmodule (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WrappingHStack
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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Emitting module for WrappingHStack (in target 'WrappingHStack' from project 'WrappingHStack')
SwiftDriver\ Compilation\ Requirements WrappingHStack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WrappingHStack' from project 'WrappingHStack')
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 WrappingHStack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack-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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack-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-watchos/WrappingHStack.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.swiftdoc (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WrappingHStack
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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/WrappingHStack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-Swift.h (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WrappingHStack
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64/WrappingHStack-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/WrappingHStack-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.abi.json (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WrappingHStack
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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/armv7k/WrappingHStack.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack.swiftmodule (in target 'WrappingHStack' from project 'WrappingHStack')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WrappingHStack
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/WrappingHStack.build/Debug-watchos/WrappingHStack.build/Objects-normal/arm64_32/WrappingHStack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/WrappingHStack.swiftmodule/arm64_32-apple-watchos.swiftmodule
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
EmitSwiftModule normal armv7k (in target 'SwiftUIMap' from project 'SwiftUIMap')
Building workspace spi-builder-workspace with scheme Mcrich23-Toolkit
(3 failures)
BUILD FAILURE 6.1 watchOS