Build Information
Failed to build AsyncLocationKit, reference main (d5b53c
), with Swift 6.0 for macOS (SPM) on 29 Nov 2024 18:38:46 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AsyncSwift/AsyncLocationKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AsyncSwift/AsyncLocationKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d5b53c5 Update README.md
Cloned https://github.com/AsyncSwift/AsyncLocationKit.git
Revision (git rev-parse @):
d5b53c555db0fa5155bb70d424f42806607ffcee
SUCCESS checkout https://github.com/AsyncSwift/AsyncLocationKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "asynclocationkit",
"name": "AsyncLocationKit",
"url": "https://github.com/AsyncSwift/AsyncLocationKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncLocationKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/AsyncSwift/AsyncLocationKit.git
[1/567] Fetching asynclocationkit
Fetched https://github.com/AsyncSwift/AsyncLocationKit.git from cache (0.73s)
Creating working copy for https://github.com/AsyncSwift/AsyncLocationKit.git
Working copy of https://github.com/AsyncSwift/AsyncLocationKit.git resolved at main (d5b53c5)
warning: '.resolve-product-dependencies': dependency 'asynclocationkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/AsyncSwift/AsyncLocationKit.git
{
"dependencies" : [
],
"manifest_display_name" : "AsyncLocationKit",
"name" : "AsyncLocationKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncLocationKit",
"targets" : [
"AsyncLocationKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5.5"
],
"targets" : [
{
"c99name" : "AsyncLocationKitTests",
"module_type" : "SwiftTarget",
"name" : "AsyncLocationKitTests",
"path" : "Tests/AsyncLocationKitTests",
"sources" : [
"AsyncLocationKitTests.swift",
"LocationManager.swift"
],
"target_dependencies" : [
"AsyncLocationKit"
],
"type" : "test"
},
{
"c99name" : "AsyncLocationKit",
"module_type" : "SwiftTarget",
"name" : "AsyncLocationKit",
"path" : "Sources/AsyncLocationKit",
"product_memberships" : [
"AsyncLocationKit"
],
"sources" : [
"AnyLocationPerformer.swift",
"ApplicationStateMonitor.swift",
"AsyncDelegateProxy.swift",
"AsyncLocationKit.swift",
"AsyncLocationManager.swift",
"CoreLocationEvents.swift",
"Extensions/Array+Extensions.swift",
"Helpers/NotificationNames.swift",
"LocationDelegate.swift",
"Performers/AccuracyAuthorizationMonitoringPerformer.swift",
"Performers/AccuracyAuthorizationPerformer.swift",
"Performers/AuthorizationMonitoringPerformer.swift",
"Performers/AuthorizationPerformer.swift",
"Performers/BeaconsRangePerformer.swift",
"Performers/HeadingMonitorPerformer.swift",
"Performers/LocationEnabledMonitoringPerformer.swift",
"Performers/MonitoringUpdateLocationPerformer.swift",
"Performers/RegionMonitoringPerformer.swift",
"Performers/SignificantLocationChangeMonitoringPerformer.swift",
"Performers/SingleLocationUpdatePerformer.swift",
"Performers/VisitMonitoringPerformer.swift",
"Settings/LocationAccuracy.swift",
"Settings/LocationPermission.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module AsyncLocationKit
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:434:1: warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
432 | }
433 |
434 | extension CLAuthorizationStatus: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
435 | public var description: String {
436 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:447:1: warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
445 | }
446 |
447 | extension CLAccuracyAuthorization: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
448 | public var description: String {
449 | switch self {
[4/26] Compiling AsyncLocationKit AnyLocationPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[5/26] Compiling AsyncLocationKit ApplicationStateMonitor.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[6/26] Compiling AsyncLocationKit AsyncDelegateProxy.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[7/26] Compiling AsyncLocationKit LocationAccuracy.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[8/26] Compiling AsyncLocationKit LocationPermission.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[9/26] Compiling AsyncLocationKit AuthorizationMonitoringPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[10/26] Compiling AsyncLocationKit AuthorizationPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[11/26] Compiling AsyncLocationKit LocationEnabledMonitoringPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[12/26] Compiling AsyncLocationKit MonitoringUpdateLocationPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[13/26] Compiling AsyncLocationKit AccuracyAuthorizationMonitoringPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[14/26] Compiling AsyncLocationKit AccuracyAuthorizationPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[15/26] Compiling AsyncLocationKit RegionMonitoringPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[16/26] Compiling AsyncLocationKit SignificantLocationChangeMonitoringPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[17/26] Compiling AsyncLocationKit AsyncLocationKit.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:434:1: warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
432 | }
433 |
434 | extension CLAuthorizationStatus: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
435 | public var description: String {
436 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:447:1: warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
445 | }
446 |
447 | extension CLAccuracyAuthorization: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
448 | public var description: String {
449 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:84:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
82 | proxyDelegate.addPerformer(performer)
83 | stream.onTermination = { @Sendable _ in
84 | self.stopMonitoringLocationEnabled()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:99:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
97 | proxyDelegate.addPerformer(performer)
98 | stream.onTermination = { @Sendable _ in
99 | self.stopMonitoringAuthorization()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
100 | }
101 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:114:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
112 | proxyDelegate.addPerformer(performer)
113 | stream.onTermination = { @Sendable _ in
114 | self.stopMonitoringAccuracyAuthorization()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
115 | }
116 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:153:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
151 | }
152 | }, onCancel: {
153 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 | })
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:153:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
151 | }
152 | }, onCancel: {
153 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 | })
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:184:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
182 | }
183 | }, onCancel: {
184 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
185 | })
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:184:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
182 | }
183 | }, onCancel: {
184 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
185 | })
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:216:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
214 | locationManager.startUpdatingLocation()
215 | streamContinuation.onTermination = { @Sendable _ in
216 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
217 | }
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:216:48: warning: capture of 'monitoringPerformer' with non-sendable type 'MonitoringUpdateLocationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
214 | locationManager.startUpdatingLocation()
215 | streamContinuation.onTermination = { @Sendable _ in
216 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'monitoringPerformer' with non-sendable type 'MonitoringUpdateLocationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
217 | }
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/MonitoringUpdateLocationPerformer.swift:33:7: note: class 'MonitoringUpdateLocationPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class MonitoringUpdateLocationPerformer: AnyLocationPerformer {
| `- note: class 'MonitoringUpdateLocationPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:235:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
233 | })
234 | }, onCancel: {
235 | proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
236 | })
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:235:39: warning: capture of 'performer' with non-sendable type 'SingleLocationUpdatePerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
233 | })
234 | }, onCancel: {
235 | proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'performer' with non-sendable type 'SingleLocationUpdatePerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
236 | })
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/SingleLocationUpdatePerformer.swift:26:7: note: class 'SingleLocationUpdatePerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class SingleLocationUpdatePerformer: AnyLocationPerformer {
| `- note: class 'SingleLocationUpdatePerformer' does not conform to the 'Sendable' protocol
27 | var typeIdentifier: ObjectIdentifier {
28 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:248:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
246 | locationManager.startMonitoring(for: region)
247 | streamContinuation.onTermination = { @Sendable _ in
248 | self.proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
249 | }
250 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:248:48: warning: capture of 'performer' with non-sendable type 'RegionMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
246 | locationManager.startMonitoring(for: region)
247 | streamContinuation.onTermination = { @Sendable _ in
248 | self.proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'performer' with non-sendable type 'RegionMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
249 | }
250 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/RegionMonitoringPerformer.swift:33:7: note: class 'RegionMonitoringPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class RegionMonitoringPerformer: AnyLocationPerformer {
| `- note: class 'RegionMonitoringPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:272:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
270 | locationManager.startMonitoringVisits()
271 | stream.onTermination = { @Sendable _ in
272 | self.stopMonitoringVisit()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
273 | }
274 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:293:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
291 | locationManager.startMonitoringSignificantLocationChanges()
292 | streamContinuation.onTermination = { @Sendable _ in
293 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
294 | }
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:293:48: warning: capture of 'monitoringPerformer' with non-sendable type 'SignificantLocationChangeMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
291 | locationManager.startMonitoringSignificantLocationChanges()
292 | streamContinuation.onTermination = { @Sendable _ in
293 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'monitoringPerformer' with non-sendable type 'SignificantLocationChangeMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
294 | }
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/SignificantLocationChangeMonitoringPerformer.swift:33:7: note: class 'SignificantLocationChangeMonitoringPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class SignificantLocationChangeMonitoringPerformer: AnyLocationPerformer {
| `- note: class 'SignificantLocationChangeMonitoringPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:334:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
332 | locationManager.startRangingBeacons(satisfying: satisfying)
333 | stream.onTermination = { @Sendable _ in
334 | self.stopRangingBeacons(satisfying: satisfying)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
335 | }
336 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:365:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
363 | }
364 | }, onCancel: {
365 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
366 | })
367 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:365:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
363 | }
364 | }, onCancel: {
365 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
366 | })
367 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:394:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
392 | }
393 | }, onCancel: {
394 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
395 | })
396 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:394:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
392 | }
393 | }, onCancel: {
394 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
395 | })
396 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:429:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
427 | }
428 | }, onCancel: {
429 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
430 | })
431 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:429:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAccuracyAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
427 | }
428 | }, onCancel: {
429 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAccuracyAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
430 | })
431 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AccuracyAuthorizationPerformer.swift:26:7: note: class 'RequestAccuracyAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation
25 |
26 | class RequestAccuracyAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAccuracyAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | var typeIdentifier: ObjectIdentifier {
28 | return ObjectIdentifier(Self.self)
[18/26] Compiling AsyncLocationKit AsyncLocationManager.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:434:1: warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
432 | }
433 |
434 | extension CLAuthorizationStatus: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
435 | public var description: String {
436 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:447:1: warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
445 | }
446 |
447 | extension CLAccuracyAuthorization: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
448 | public var description: String {
449 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:84:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
82 | proxyDelegate.addPerformer(performer)
83 | stream.onTermination = { @Sendable _ in
84 | self.stopMonitoringLocationEnabled()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:99:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
97 | proxyDelegate.addPerformer(performer)
98 | stream.onTermination = { @Sendable _ in
99 | self.stopMonitoringAuthorization()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
100 | }
101 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:114:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
112 | proxyDelegate.addPerformer(performer)
113 | stream.onTermination = { @Sendable _ in
114 | self.stopMonitoringAccuracyAuthorization()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
115 | }
116 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:153:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
151 | }
152 | }, onCancel: {
153 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 | })
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:153:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
151 | }
152 | }, onCancel: {
153 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 | })
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:184:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
182 | }
183 | }, onCancel: {
184 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
185 | })
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:184:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
182 | }
183 | }, onCancel: {
184 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
185 | })
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:216:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
214 | locationManager.startUpdatingLocation()
215 | streamContinuation.onTermination = { @Sendable _ in
216 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
217 | }
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:216:48: warning: capture of 'monitoringPerformer' with non-sendable type 'MonitoringUpdateLocationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
214 | locationManager.startUpdatingLocation()
215 | streamContinuation.onTermination = { @Sendable _ in
216 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'monitoringPerformer' with non-sendable type 'MonitoringUpdateLocationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
217 | }
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/MonitoringUpdateLocationPerformer.swift:33:7: note: class 'MonitoringUpdateLocationPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class MonitoringUpdateLocationPerformer: AnyLocationPerformer {
| `- note: class 'MonitoringUpdateLocationPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:235:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
233 | })
234 | }, onCancel: {
235 | proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
236 | })
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:235:39: warning: capture of 'performer' with non-sendable type 'SingleLocationUpdatePerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
233 | })
234 | }, onCancel: {
235 | proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'performer' with non-sendable type 'SingleLocationUpdatePerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
236 | })
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/SingleLocationUpdatePerformer.swift:26:7: note: class 'SingleLocationUpdatePerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class SingleLocationUpdatePerformer: AnyLocationPerformer {
| `- note: class 'SingleLocationUpdatePerformer' does not conform to the 'Sendable' protocol
27 | var typeIdentifier: ObjectIdentifier {
28 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:248:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
246 | locationManager.startMonitoring(for: region)
247 | streamContinuation.onTermination = { @Sendable _ in
248 | self.proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
249 | }
250 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:248:48: warning: capture of 'performer' with non-sendable type 'RegionMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
246 | locationManager.startMonitoring(for: region)
247 | streamContinuation.onTermination = { @Sendable _ in
248 | self.proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'performer' with non-sendable type 'RegionMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
249 | }
250 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/RegionMonitoringPerformer.swift:33:7: note: class 'RegionMonitoringPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class RegionMonitoringPerformer: AnyLocationPerformer {
| `- note: class 'RegionMonitoringPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:272:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
270 | locationManager.startMonitoringVisits()
271 | stream.onTermination = { @Sendable _ in
272 | self.stopMonitoringVisit()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
273 | }
274 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:293:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
291 | locationManager.startMonitoringSignificantLocationChanges()
292 | streamContinuation.onTermination = { @Sendable _ in
293 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
294 | }
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:293:48: warning: capture of 'monitoringPerformer' with non-sendable type 'SignificantLocationChangeMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
291 | locationManager.startMonitoringSignificantLocationChanges()
292 | streamContinuation.onTermination = { @Sendable _ in
293 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'monitoringPerformer' with non-sendable type 'SignificantLocationChangeMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
294 | }
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/SignificantLocationChangeMonitoringPerformer.swift:33:7: note: class 'SignificantLocationChangeMonitoringPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class SignificantLocationChangeMonitoringPerformer: AnyLocationPerformer {
| `- note: class 'SignificantLocationChangeMonitoringPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:334:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
332 | locationManager.startRangingBeacons(satisfying: satisfying)
333 | stream.onTermination = { @Sendable _ in
334 | self.stopRangingBeacons(satisfying: satisfying)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
335 | }
336 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:365:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
363 | }
364 | }, onCancel: {
365 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
366 | })
367 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:365:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
363 | }
364 | }, onCancel: {
365 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
366 | })
367 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:394:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
392 | }
393 | }, onCancel: {
394 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
395 | })
396 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:394:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
392 | }
393 | }, onCancel: {
394 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
395 | })
396 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:429:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
427 | }
428 | }, onCancel: {
429 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
430 | })
431 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:429:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAccuracyAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
427 | }
428 | }, onCancel: {
429 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAccuracyAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
430 | })
431 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AccuracyAuthorizationPerformer.swift:26:7: note: class 'RequestAccuracyAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation
25 |
26 | class RequestAccuracyAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAccuracyAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | var typeIdentifier: ObjectIdentifier {
28 | return ObjectIdentifier(Self.self)
[19/26] Compiling AsyncLocationKit CoreLocationEvents.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:434:1: warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
432 | }
433 |
434 | extension CLAuthorizationStatus: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAuthorizationStatus' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
435 | public var description: String {
436 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:447:1: warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
445 | }
446 |
447 | extension CLAccuracyAuthorization: CustomStringConvertible {
| |- warning: extension declares a conformance of imported type 'CLAccuracyAuthorization' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'CoreLocation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
448 | public var description: String {
449 | switch self {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:84:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
82 | proxyDelegate.addPerformer(performer)
83 | stream.onTermination = { @Sendable _ in
84 | self.stopMonitoringLocationEnabled()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
85 | }
86 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:99:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
97 | proxyDelegate.addPerformer(performer)
98 | stream.onTermination = { @Sendable _ in
99 | self.stopMonitoringAuthorization()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
100 | }
101 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:114:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
112 | proxyDelegate.addPerformer(performer)
113 | stream.onTermination = { @Sendable _ in
114 | self.stopMonitoringAccuracyAuthorization()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
115 | }
116 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:153:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
151 | }
152 | }, onCancel: {
153 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 | })
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:153:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
151 | }
152 | }, onCancel: {
153 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
154 | })
155 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:184:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
182 | }
183 | }, onCancel: {
184 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
185 | })
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:184:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
182 | }
183 | }, onCancel: {
184 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
185 | })
186 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:216:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
214 | locationManager.startUpdatingLocation()
215 | streamContinuation.onTermination = { @Sendable _ in
216 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
217 | }
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:216:48: warning: capture of 'monitoringPerformer' with non-sendable type 'MonitoringUpdateLocationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
214 | locationManager.startUpdatingLocation()
215 | streamContinuation.onTermination = { @Sendable _ in
216 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'monitoringPerformer' with non-sendable type 'MonitoringUpdateLocationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
217 | }
218 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/MonitoringUpdateLocationPerformer.swift:33:7: note: class 'MonitoringUpdateLocationPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class MonitoringUpdateLocationPerformer: AnyLocationPerformer {
| `- note: class 'MonitoringUpdateLocationPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:235:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
233 | })
234 | }, onCancel: {
235 | proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
236 | })
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:235:39: warning: capture of 'performer' with non-sendable type 'SingleLocationUpdatePerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
233 | })
234 | }, onCancel: {
235 | proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'performer' with non-sendable type 'SingleLocationUpdatePerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
236 | })
237 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/SingleLocationUpdatePerformer.swift:26:7: note: class 'SingleLocationUpdatePerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class SingleLocationUpdatePerformer: AnyLocationPerformer {
| `- note: class 'SingleLocationUpdatePerformer' does not conform to the 'Sendable' protocol
27 | var typeIdentifier: ObjectIdentifier {
28 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:248:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
246 | locationManager.startMonitoring(for: region)
247 | streamContinuation.onTermination = { @Sendable _ in
248 | self.proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
249 | }
250 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:248:48: warning: capture of 'performer' with non-sendable type 'RegionMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
246 | locationManager.startMonitoring(for: region)
247 | streamContinuation.onTermination = { @Sendable _ in
248 | self.proxyDelegate.cancel(for: performer.uniqueIdentifier)
| `- warning: capture of 'performer' with non-sendable type 'RegionMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
249 | }
250 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/RegionMonitoringPerformer.swift:33:7: note: class 'RegionMonitoringPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class RegionMonitoringPerformer: AnyLocationPerformer {
| `- note: class 'RegionMonitoringPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:272:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
270 | locationManager.startMonitoringVisits()
271 | stream.onTermination = { @Sendable _ in
272 | self.stopMonitoringVisit()
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
273 | }
274 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:293:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
291 | locationManager.startMonitoringSignificantLocationChanges()
292 | streamContinuation.onTermination = { @Sendable _ in
293 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
294 | }
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:293:48: warning: capture of 'monitoringPerformer' with non-sendable type 'SignificantLocationChangeMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
291 | locationManager.startMonitoringSignificantLocationChanges()
292 | streamContinuation.onTermination = { @Sendable _ in
293 | self.proxyDelegate.cancel(for: monitoringPerformer.uniqueIdentifier)
| `- warning: capture of 'monitoringPerformer' with non-sendable type 'SignificantLocationChangeMonitoringPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
294 | }
295 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/SignificantLocationChangeMonitoringPerformer.swift:33:7: note: class 'SignificantLocationChangeMonitoringPerformer' does not conform to the 'Sendable' protocol
31 | }
32 |
33 | class SignificantLocationChangeMonitoringPerformer: AnyLocationPerformer {
| `- note: class 'SignificantLocationChangeMonitoringPerformer' does not conform to the 'Sendable' protocol
34 | var typeIdentifier: ObjectIdentifier {
35 | return ObjectIdentifier(Self.self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:334:17: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
332 | locationManager.startRangingBeacons(satisfying: satisfying)
333 | stream.onTermination = { @Sendable _ in
334 | self.stopRangingBeacons(satisfying: satisfying)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
335 | }
336 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:365:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
363 | }
364 | }, onCancel: {
365 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
366 | })
367 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:365:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
363 | }
364 | }, onCancel: {
365 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
366 | })
367 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:394:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
392 | }
393 | }, onCancel: {
394 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
395 | })
396 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:394:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
392 | }
393 | }, onCancel: {
394 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
395 | })
396 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AuthorizationPerformer.swift:26:7: note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation.CLLocation
25 |
26 | class RequestAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | private let currentStatus: CLAuthorizationStatus
28 | private var applicationStateMonitor: ApplicationStateMonitor!
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:429:13: warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
39 | public typealias BeaconsRangingStream = AsyncStream<BeaconRangeEvent>
40 |
41 | public final class AsyncLocationManager {
| `- note: class 'AsyncLocationManager' does not conform to the 'Sendable' protocol
42 | private var locationManager: CLLocationManager
43 | private var proxyDelegate: AsyncDelegateProxyInterface
:
427 | }
428 | }, onCancel: {
429 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'self' with non-sendable type 'AsyncLocationManager' in a `@Sendable` closure; this is an error in the Swift 6 language mode
430 | })
431 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/AsyncLocationManager.swift:429:39: warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAccuracyAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
427 | }
428 | }, onCancel: {
429 | proxyDelegate.cancel(for: authorizationPerformer.uniqueIdentifier)
| `- warning: capture of 'authorizationPerformer' with non-sendable type 'RequestAccuracyAuthorizationPerformer' in a `@Sendable` closure; this is an error in the Swift 6 language mode
430 | })
431 | }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncLocationKit/Performers/AccuracyAuthorizationPerformer.swift:26:7: note: class 'RequestAccuracyAuthorizationPerformer' does not conform to the 'Sendable' protocol
24 | import CoreLocation
25 |
26 | class RequestAccuracyAuthorizationPerformer: AnyLocationPerformer {
| `- note: class 'RequestAccuracyAuthorizationPerformer' does not conform to the 'Sendable' protocol
27 | var typeIdentifier: ObjectIdentifier {
28 | return ObjectIdentifier(Self.self)
[20/26] Compiling AsyncLocationKit SingleLocationUpdatePerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[21/26] Compiling AsyncLocationKit VisitMonitoringPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[22/26] Compiling AsyncLocationKit BeaconsRangePerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[23/26] Compiling AsyncLocationKit HeadingMonitorPerformer.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[24/26] Compiling AsyncLocationKit Array+Extensions.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[25/26] Compiling AsyncLocationKit NotificationNames.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[26/26] Compiling AsyncLocationKit LocationDelegate.swift
<unknown>:0: error: invalid value '5.5' in '-swift-version 5.5'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
BUILD FAILURE 6.0 macosSpm