Build Information
Failed to build SwiftUIMap with Swift 5.9 for watchOS using Xcode 15.2.
Build Command
Build command unavailable
Build Log
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:137:58: error: cannot find type 'MKMapViewDelegate' in scope
class rawExistingAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:7:34: error: cannot find type 'UIViewRepresentable' in scope
struct RawExistingAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:75:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:264:34: error: cannot find type 'MKMapView' in scope
func setDefaultCamera(_ map: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:387:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:452:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> AnnotationMapView {
^~~~~~~~~
MapKit.MKMapType:2:13: note: 'MKMapType' has been explicitly marked unavailable here
public enum MKMapType : UInt, @unchecked Sendable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:465:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> AnnotationMapView {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:583:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:9:22: error: cannot find type 'MKMapView' in scope
var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:46: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:34: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:58:35: error: 'MKPointAnnotation' is unavailable in watchOS
var currentAnnotations = [MKPointAnnotation]()
^~~~~~~~~~~~~~~~~
MapKit.MKPointAnnotation:2:12: note: 'MKPointAnnotation' has been explicitly marked unavailable here
open class MKPointAnnotation : MKShape {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:62:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:70:43: error: cannot find type 'UIGestureRecognizer' in scope
@objc func addAnnotation(gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:56:57: error: cannot find type 'MKMapViewDelegate' in scope
class rawMutableAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:7:33: error: cannot find type 'UIViewRepresentable' in scope
struct rawMutableAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:115:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:293:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> MutableMapView {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:358:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> MutableMapView {
^~~~~~~~~
MapKit.MKMapType:2:13: note: 'MKMapType' has been explicitly marked unavailable here
public enum MKMapType : UInt, @unchecked Sendable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:371:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> MutableMapView {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:397:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> MutableMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:410:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> MutableMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:488:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> MutableMapView {
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:14:36: error: cannot find type 'UISearchBar' in scope
@Binding var searchBarDetails: UISearchBar
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:28:37: error: cannot find type 'UISearchBar' in scope
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:32:56: error: cannot find type 'UISearchBar' in scope
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:18:34: error: cannot find type 'UISearchBarDelegate' in scope
class Coordinator: NSObject, UISearchBarDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:44:72: error: cannot find type 'UISearchBar' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:44:30: error: cannot find type 'UIViewRepresentableContext' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:60:33: error: cannot find type 'UISearchBar' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:60:55: error: cannot find type 'UIViewRepresentableContext' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:13:19: error: cannot find type 'UIViewRepresentable' in scope
struct SearchBar: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:38:29: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@State var completion = MKLocalSearchCompletion()
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:39:34: error: cannot find type 'UISearchBar' in scope
@State var searchBarDetails: UISearchBar = UISearchBar()
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:138:44: error: cannot find type 'UIBarButtonItem' in scope
public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:147:39: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@Published var locationResults : [MKLocalSearchCompletion] = []
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:152:35: error: 'MKLocalSearchCompleter' is unavailable in watchOS
private var searchCompleter = MKLocalSearchCompleter()
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:153:44: error: 'MKLocalSearchCompletion' is unavailable in watchOS
private var currentPromise : ((Result<[MKLocalSearchCompletion], Error>) -> Void)?
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:155:23: error: 'MKLocalSearchCompleter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:155:81: error: 'MKPointOfInterestFilter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:175:61: error: 'MKLocalSearchCompletion' is unavailable in watchOS
func searchTermToResults(searchTerm: String) -> Future<[MKLocalSearchCompletion], Error> {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:184:49: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completerDidUpdateResults(_ completer: MKLocalSearchCompleter) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:188:33: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completer(_ completer: MKLocalSearchCompleter, didFailWithError error: Error) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:183:23: error: 'MKLocalSearchCompleterDelegate' is unavailable in watchOS
extension MapSearch : MKLocalSearchCompleterDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleterDelegate:2:17: note: 'MKLocalSearchCompleterDelegate' has been explicitly marked unavailable here
public protocol MKLocalSearchCompleterDelegate : NSObjectProtocol {
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIMap -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap.abi.json
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:47:33: error: cannot find type 'MKFeatureDisplayPriority' in scope
public let displayPriority: MKFeatureDisplayPriority
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:39:15: error: type 'Annotations' does not conform to protocol 'Equatable'
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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:24: note: candidate would match if 'Annotations' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'Annotations' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'Annotations' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'Annotations' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'Annotations' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'Annotations' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'Annotations' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'Annotations' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'Annotations' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
CoreFoundation._CFObject:4:24: note: candidate would match if 'Annotations' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:39:15: error: type 'Annotations' does not conform to protocol 'Hashable'
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:39:15: note: do you want to add protocol stubs?
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:133:94: error: 'MKMapCamera' is unavailable in watchOS
public static func defaultCameraAngle(location: CLLocationCoordinate2D, zoom: Double) -> MKMapCamera {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:10:29: error: cannot find type 'MKMapView' in scope
@State var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:42: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:30: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:34:27: error: cannot find type 'MKMapView' in scope
func addPoints(myMap: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:68:32: error: cannot find type 'MKMapView' in scope
func updatePoints(mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:147:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:190:52: error: cannot find type 'MKMapView' in scope
func mapViewDidFinishLoadingMap(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:195:47: error: cannot find type 'MKMapView' in scope
@objc func updateAnnotations(mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:200:54: error: cannot find type 'MKMapView' in scope
func mapViewWillStartLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:203:52: error: cannot find type 'MKMapView' in scope
func mapViewDidStopLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:206:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didFailToLocateUserWithError error: Error) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:137:58: error: cannot find type 'MKMapViewDelegate' in scope
class rawExistingAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:7:34: error: cannot find type 'UIViewRepresentable' in scope
struct RawExistingAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:75:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:264:34: error: cannot find type 'MKMapView' in scope
func setDefaultCamera(_ map: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:387:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:452:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> AnnotationMapView {
^~~~~~~~~
MapKit.MKMapType:2:13: note: 'MKMapType' has been explicitly marked unavailable here
public enum MKMapType : UInt, @unchecked Sendable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:465:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> AnnotationMapView {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:583:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:9:22: error: cannot find type 'MKMapView' in scope
var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:46: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:34: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:58:35: error: 'MKPointAnnotation' is unavailable in watchOS
var currentAnnotations = [MKPointAnnotation]()
^~~~~~~~~~~~~~~~~
MapKit.MKPointAnnotation:2:12: note: 'MKPointAnnotation' has been explicitly marked unavailable here
open class MKPointAnnotation : MKShape {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:62:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:70:43: error: cannot find type 'UIGestureRecognizer' in scope
@objc func addAnnotation(gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:56:57: error: cannot find type 'MKMapViewDelegate' in scope
class rawMutableAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:7:33: error: cannot find type 'UIViewRepresentable' in scope
struct rawMutableAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:115:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:293:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> MutableMapView {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:358:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> MutableMapView {
^~~~~~~~~
MapKit.MKMapType:2:13: note: 'MKMapType' has been explicitly marked unavailable here
public enum MKMapType : UInt, @unchecked Sendable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:371:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> MutableMapView {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:397:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> MutableMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:410:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> MutableMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:488:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> MutableMapView {
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:14:36: error: cannot find type 'UISearchBar' in scope
@Binding var searchBarDetails: UISearchBar
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:28:37: error: cannot find type 'UISearchBar' in scope
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:32:56: error: cannot find type 'UISearchBar' in scope
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:18:34: error: cannot find type 'UISearchBarDelegate' in scope
class Coordinator: NSObject, UISearchBarDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:44:72: error: cannot find type 'UISearchBar' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:44:30: error: cannot find type 'UIViewRepresentableContext' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:60:33: error: cannot find type 'UISearchBar' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:60:55: error: cannot find type 'UIViewRepresentableContext' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:13:19: error: cannot find type 'UIViewRepresentable' in scope
struct SearchBar: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:38:29: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@State var completion = MKLocalSearchCompletion()
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:39:34: error: cannot find type 'UISearchBar' in scope
@State var searchBarDetails: UISearchBar = UISearchBar()
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:138:44: error: cannot find type 'UIBarButtonItem' in scope
public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:147:39: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@Published var locationResults : [MKLocalSearchCompletion] = []
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:152:35: error: 'MKLocalSearchCompleter' is unavailable in watchOS
private var searchCompleter = MKLocalSearchCompleter()
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:153:44: error: 'MKLocalSearchCompletion' is unavailable in watchOS
private var currentPromise : ((Result<[MKLocalSearchCompletion], Error>) -> Void)?
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:155:23: error: 'MKLocalSearchCompleter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:155:81: error: 'MKPointOfInterestFilter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:175:61: error: 'MKLocalSearchCompletion' is unavailable in watchOS
func searchTermToResults(searchTerm: String) -> Future<[MKLocalSearchCompletion], Error> {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:184:49: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completerDidUpdateResults(_ completer: MKLocalSearchCompleter) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:188:33: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completer(_ completer: MKLocalSearchCompleter, didFailWithError error: Error) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:183:23: error: 'MKLocalSearchCompleterDelegate' is unavailable in watchOS
extension MapSearch : MKLocalSearchCompleterDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleterDelegate:2:17: note: 'MKLocalSearchCompleterDelegate' has been explicitly marked unavailable here
public protocol MKLocalSearchCompleterDelegate : NSObjectProtocol {
^
SwiftCompile normal arm64 Compiling\ AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.dia -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.dia -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/AnnotationMapView.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.dia -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.dia -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/MutatableAnnotationMap.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k Compiling\ MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.dia -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.dia -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/MutatableAnnotationMap.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftUIMap -disable-clang-spi -target-sdk-version 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap.abi.json
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:47:33: error: cannot find type 'MKFeatureDisplayPriority' in scope
public let displayPriority: MKFeatureDisplayPriority
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:39:15: error: type 'Annotations' does not conform to protocol 'Equatable'
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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:24: note: candidate would match if 'Annotations' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'Annotations' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'Annotations' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'Annotations' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'Annotations' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'Annotations' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'Annotations' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
Foundation.AttributedStringProtocol:3:24: note: candidate would match if 'Annotations' conformed to 'AttributedStringProtocol'
public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : AttributedStringProtocol
^
Foundation._BridgedStoredNSError:4:24: note: candidate would match if 'Annotations' conformed to '_BridgedStoredNSError'
public static func == (lhs: Self, rhs: Self) -> Bool
^
CoreFoundation._CFObject:4:24: note: candidate would match if 'Annotations' conformed to '_CFObject'
public static func == (left: Self, right: Self) -> Bool
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:39:15: error: type 'Annotations' does not conform to protocol 'Hashable'
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:39:15: note: do you want to add protocol stubs?
public struct Annotations: Identifiable, Equatable, Hashable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data Structs.swift:133:94: error: 'MKMapCamera' is unavailable in watchOS
public static func defaultCameraAngle(location: CLLocationCoordinate2D, zoom: Double) -> MKMapCamera {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:10:29: error: cannot find type 'MKMapView' in scope
@State var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:20:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:42: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:25:30: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:34:27: error: cannot find type 'MKMapView' in scope
func addPoints(myMap: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:68:32: error: cannot find type 'MKMapView' in scope
func updatePoints(mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:147:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:190:52: error: cannot find type 'MKMapView' in scope
func mapViewDidFinishLoadingMap(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:195:47: error: cannot find type 'MKMapView' in scope
@objc func updateAnnotations(mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:200:54: error: cannot find type 'MKMapView' in scope
func mapViewWillStartLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:203:52: error: cannot find type 'MKMapView' in scope
func mapViewDidStopLocatingUser(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:206:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didFailToLocateUserWithError error: Error) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:209:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:244:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:137:58: error: cannot find type 'MKMapViewDelegate' in scope
class rawExistingAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/AnnotationMapView.swift:7:34: error: cannot find type 'UIViewRepresentable' in scope
struct RawExistingAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:75:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:264:34: error: cannot find type 'MKMapView' in scope
func setDefaultCamera(_ map: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:387:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:452:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> AnnotationMapView {
^~~~~~~~~
MapKit.MKMapType:2:13: note: 'MKMapType' has been explicitly marked unavailable here
public enum MKMapType : UInt, @unchecked Sendable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:465:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> AnnotationMapView {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing Annotation Map/Public View.swift:583:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> AnnotationMapView {
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:9:22: error: cannot find type 'MKMapView' in scope
var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:34: error: cannot find type 'MKMapView' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:12:54: error: cannot find type 'Context' in scope
func updateUIView(_ mapView: MKMapView, context: Context) {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:46: error: cannot find type 'MKMapView' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:16:34: error: cannot find type 'Context' in scope
func makeUIView(context: Context) -> MKMapView {
^~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:58:35: error: 'MKPointAnnotation' is unavailable in watchOS
var currentAnnotations = [MKPointAnnotation]()
^~~~~~~~~~~~~~~~~
MapKit.MKPointAnnotation:2:12: note: 'MKPointAnnotation' has been explicitly marked unavailable here
open class MKPointAnnotation : MKShape {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:62:55: error: cannot find type 'MKMapView' in scope
func mapViewDidChangeVisibleRegion(_ mapView: MKMapView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:65:60: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didSelect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:33: error: cannot find type 'MKMapView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:68:62: error: cannot find type 'MKAnnotationView' in scope
func mapView(_ mapView: MKMapView, didDeselect view: MKAnnotationView) {
^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:70:43: error: cannot find type 'UIGestureRecognizer' in scope
@objc func addAnnotation(gesture: UIGestureRecognizer) {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:56:57: error: cannot find type 'MKMapViewDelegate' in scope
class rawMutableAnnotationMapCoordinator: NSObject, MKMapViewDelegate {
^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:7:33: error: cannot find type 'UIViewRepresentable' in scope
struct rawMutableAnnotationMap: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:115:36: error: cannot find type 'MKMapView' in scope
@State public var modifierMap: MKMapView
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:293:44: error: 'MKPointOfInterestFilter' is unavailable in watchOS
public func pointsOfInterest(_ filter: MKPointOfInterestFilter) -> MutableMapView {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:358:33: error: 'MKMapType' is unavailable in watchOS
public func mapType(_ type: MKMapType) -> MutableMapView {
^~~~~~~~~
MapKit.MKMapType:2:13: note: 'MKMapType' has been explicitly marked unavailable here
public enum MKMapType : UInt, @unchecked Sendable {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:371:34: error: 'MKMapCamera' is unavailable in watchOS
public func camera(_ camera: MKMapCamera) -> MutableMapView {
^~~~~~~~~~~
MapKit.MKMapCamera:2:12: note: 'MKMapCamera' has been explicitly marked unavailable here
open class MKMapCamera : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:397:44: error: cannot find type 'MKMapView' in scope
public func cameraBoundary(_ boundary: MKMapView.CameraBoundary?) -> MutableMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:410:42: error: cannot find type 'MKMapView' in scope
public func cameraZoomRange(_ range: MKMapView.CameraZoomRange!) -> MutableMapView {
^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable Annotation Map/MutatableAnnotationMap.swift:488:42: error: cannot find type 'MKUserTrackingMode' in scope
public func userTrackingMode(_ mode: MKUserTrackingMode) -> MutableMapView {
^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:14:36: error: cannot find type 'UISearchBar' in scope
@Binding var searchBarDetails: UISearchBar
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:28:37: error: cannot find type 'UISearchBar' in scope
func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:32:56: error: cannot find type 'UISearchBar' in scope
func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:18:34: error: cannot find type 'UISearchBarDelegate' in scope
class Coordinator: NSObject, UISearchBarDelegate {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:44:72: error: cannot find type 'UISearchBar' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:44:30: error: cannot find type 'UIViewRepresentableContext' in scope
func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:60:33: error: cannot find type 'UISearchBar' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:60:55: error: cannot find type 'UIViewRepresentableContext' in scope
func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search Bar.swift:13:19: error: cannot find type 'UIViewRepresentable' in scope
struct SearchBar: UIViewRepresentable {
^~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:38:29: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@State var completion = MKLocalSearchCompletion()
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:39:34: error: cannot find type 'UISearchBar' in scope
@State var searchBarDetails: UISearchBar = UISearchBar()
^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/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) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:138:44: error: cannot find type 'UIBarButtonItem' in scope
public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:147:39: error: 'MKLocalSearchCompletion' is unavailable in watchOS
@Published var locationResults : [MKLocalSearchCompletion] = []
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:152:35: error: 'MKLocalSearchCompleter' is unavailable in watchOS
private var searchCompleter = MKLocalSearchCompleter()
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:153:44: error: 'MKLocalSearchCompletion' is unavailable in watchOS
private var currentPromise : ((Result<[MKLocalSearchCompletion], Error>) -> Void)?
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:155:23: error: 'MKLocalSearchCompleter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:155:81: error: 'MKPointOfInterestFilter' is unavailable in watchOS
init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?) {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKPointOfInterestFilter:2:12: note: 'MKPointOfInterestFilter' has been explicitly marked unavailable here
open class MKPointOfInterestFilter : NSObject, NSSecureCoding, NSCopying {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:175:61: error: 'MKLocalSearchCompletion' is unavailable in watchOS
func searchTermToResults(searchTerm: String) -> Future<[MKLocalSearchCompletion], Error> {
^~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompletion:2:12: note: 'MKLocalSearchCompletion' has been explicitly marked unavailable here
open class MKLocalSearchCompletion : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:184:49: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completerDidUpdateResults(_ completer: MKLocalSearchCompleter) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:188:33: error: 'MKLocalSearchCompleter' is unavailable in watchOS
func completer(_ completer: MKLocalSearchCompleter, didFailWithError error: Error) {
^~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleter:2:12: note: 'MKLocalSearchCompleter' has been explicitly marked unavailable here
open class MKLocalSearchCompleter : NSObject {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search View.swift:183:23: error: 'MKLocalSearchCompleterDelegate' is unavailable in watchOS
extension MapSearch : MKLocalSearchCompleterDelegate {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MapKit.MKLocalSearchCompleterDelegate:2:17: note: 'MKLocalSearchCompleterDelegate' has been explicitly marked unavailable here
public protocol MKLocalSearchCompleterDelegate : NSObjectProtocol {
^
SwiftCompile normal armv7k Compiling\ AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.dia -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal armv7k /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
/Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.dia -target armv7k-apple-watchos7.0 -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/armv7k -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/armv7k/AnnotationMapView.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Data\ Structs.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/AnnotationMapView.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Existing\ Annotation\ Map/Public\ View.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Mutatable\ Annotation\ Map/MutatableAnnotationMap.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ Bar.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/Search\ View.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/ReversedGeoLocation.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/ReversedGeoLocation.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/ReversedGeoLocation.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/ReversedGeoLocation.dia -target arm64-apple-watchos7.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/SwiftUIMap_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos10.0-21R354-5c8192d5a495e2fb5db23d26921c96de.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 10.0 -target-sdk-name watchos10.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS10.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/ReversedGeoLocation.o -index-unit-output-path /SwiftUIMap.build/Debug-watchos/SwiftUIMap.build/Objects-normal/arm64/ReversedGeoLocation.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftUIMap (in target 'SwiftUIMap' from project 'SwiftUIMap')
SwiftCompile normal arm64 Compiling\ ReversedGeoLocation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftUIMap/Search/ReversedGeoLocation.swift (in target 'SwiftUIMap' from project 'SwiftUIMap')
(4 failures)
BUILD FAILURE 5.9 watchOS