Skip to content

Commit

Permalink
VenueDetail no longer needs to know about CLPlacemark (#874)
Browse files Browse the repository at this point in the history
follow up to #738. Xcode16 RC warned about declaring CLPlacemark was
Identifiable, when the library may change that in the future.
  • Loading branch information
bolsinga authored Sep 10, 2024
1 parent ba90eab commit d986670
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/Site/Music/UI/VenueDetail.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
// Created by Greg Bolsinga on 2/16/23.
//

@preconcurrency import CoreLocation // CLPlacemark not @Sendable
import MapKit
import SwiftUI

extension CLPlacemark: Identifiable {}

struct VenueDetail: View {
typealias geocoder = (VenueDigest) async throws -> CLPlacemark

Expand Down

0 comments on commit d986670

Please sign in to comment.