From 374dfb9e86fd351ef547c760b069e11bd0fe1ae2 Mon Sep 17 00:00:00 2001 From: stephencelis Date: Thu, 24 Aug 2023 16:05:34 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2068cb1?= =?UTF-8?q?f3eea43275859b7141acfd6f7cb47137096=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AccuracyAuthorization/index.html | 6 +- Beacon/index.html | 6 +- Heading/index.html | 6 +- Location/index.html | 10 +- LocationManager/index.html | 141 ++++++++++-------------- LocationManager_Action/index.html | 6 +- LocationManager_Error/index.html | 30 ++--- LocationManager_Properties/index.html | 6 +- Region/index.html | 6 +- Visit/index.html | 6 +- _unimplemented(__file_line_)/index.html | 2 +- index.html | 2 +- 12 files changed, 101 insertions(+), 126 deletions(-) diff --git a/AccuracyAuthorization/index.html b/AccuracyAuthorization/index.html index 64a3d7d..ae71503 100644 --- a/AccuracyAuthorization/index.html +++ b/AccuracyAuthorization/index.html @@ -51,11 +51,11 @@ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%3 +%39 @@ -117,7 +117,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/Beacon/index.html b/Beacon/index.html index ed7e0b6..6a21c03 100644 --- a/Beacon/index.html +++ b/Beacon/index.html @@ -55,11 +55,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%21 +%7 @@ -189,7 +189,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/Heading/index.html b/Heading/index.html index 1aeaa53..cb2942b 100644 --- a/Heading/index.html +++ b/Heading/index.html @@ -52,11 +52,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%13 +%3 @@ -189,7 +189,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/Location/index.html b/Location/index.html index a3b715a..4987f02 100644 --- a/Location/index.html +++ b/Location/index.html @@ -53,11 +53,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%37 +%29 @@ -75,7 +75,7 @@ Hashable - + Location->Hashable @@ -87,7 +87,7 @@ Codable - + Location->Codable @@ -210,7 +210,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/LocationManager/index.html b/LocationManager/index.html index 0c21ec8..83ef4e0 100644 --- a/LocationManager/index.html +++ b/LocationManager/index.html @@ -282,7 +282,7 @@

delegate

-
public var delegate: () -> Effect<Action, Never>
+
public var delegate: () -> EffectPublisher<Action, Never>
@@ -290,9 +290,7 @@

dismiss​Heading​Calibration​Display

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  public var dismissHeadingCalibrationDisplay: () -> Effect<Never, Never>
+
public var dismissHeadingCalibrationDisplay: () -> EffectPublisher<Never, Never>
@@ -300,9 +298,7 @@

heading

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  public var heading: () -> Heading? 
+
public var heading: () -> Heading? 
@@ -310,8 +306,7 @@

heading​Available

-
@available(tvOS, unavailable)
-  public var headingAvailable: () -> Bool
+
public var headingAvailable: () -> Bool
@@ -319,10 +314,7 @@

is​Ranging​Available

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var isRangingAvailable: () -> Bool
+
public var isRangingAvailable: () -> Bool
@@ -346,9 +338,7 @@

maximum​Region​Monitoring​Distance

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var maximumRegionMonitoringDistance: () -> CLLocationDistance
+
public var maximumRegionMonitoringDistance: () -> CLLocationDistance
@@ -356,9 +346,7 @@

monitored​Regions

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var monitoredRegions: () -> Set<Region>
+
public var monitoredRegions: () -> Set<Region>
@@ -366,8 +354,7 @@

request​Always​Authorization

-
@available(tvOS, unavailable)
-  public var requestAlwaysAuthorization: () -> Effect<Never, Never>
+
public var requestAlwaysAuthorization: () -> EffectPublisher<Never, Never>
@@ -375,7 +362,7 @@

request​Location

-
public var requestLocation: () -> Effect<Never, Never>
+
public var requestLocation: () -> EffectPublisher<Never, Never>
@@ -383,7 +370,7 @@

request​When​InUse​Authorization

-
public var requestWhenInUseAuthorization: () -> Effect<Never, Never>
+
public var requestWhenInUseAuthorization: () -> EffectPublisher<Never, Never>
@@ -391,7 +378,7 @@

request​Temporary​Full​Accuracy​Authorization

-
public var requestTemporaryFullAccuracyAuthorization: (String) -> Effect<Never, Error>
+
public var requestTemporaryFullAccuracyAuthorization: (String) -> EffectPublisher<Never, Error>
@@ -399,7 +386,7 @@

set

-
public var set: (Properties) -> Effect<Never, Never>
+
public var set: (Properties) -> EffectPublisher<Never, Never>
@@ -407,9 +394,7 @@

significant​Location​Change​Monitoring​Available

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var significantLocationChangeMonitoringAvailable: () -> Bool
+
public var significantLocationChangeMonitoringAvailable: () -> Bool
@@ -417,9 +402,7 @@

start​Monitoring​For​Region

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var startMonitoringForRegion: (Region) -> Effect<Never, Never>
+
public var startMonitoringForRegion: (Region) -> EffectPublisher<Never, Never>
@@ -427,9 +410,7 @@

start​Monitoring​Significant​Location​Changes

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var startMonitoringSignificantLocationChanges: () -> Effect<Never, Never>
+
public var startMonitoringSignificantLocationChanges: () -> EffectPublisher<Never, Never>
@@ -437,10 +418,7 @@

start​Monitoring​Visits

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var startMonitoringVisits: () -> Effect<Never, Never>
+
public var startMonitoringVisits: () -> EffectPublisher<Never, Never>
@@ -448,9 +426,7 @@

start​Updating​Heading

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  public var startUpdatingHeading: () -> Effect<Never, Never>
+
public var startUpdatingHeading: () -> EffectPublisher<Never, Never>
@@ -458,8 +434,7 @@

start​Updating​Location

-
@available(tvOS, unavailable)
-  public var startUpdatingLocation: () -> Effect<Never, Never>
+
public var startUpdatingLocation: () -> EffectPublisher<Never, Never>
@@ -467,9 +442,7 @@

stop​Monitoring​For​Region

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var stopMonitoringForRegion: (Region) -> Effect<Never, Never>
+
public var stopMonitoringForRegion: (Region) -> EffectPublisher<Never, Never>
@@ -477,9 +450,7 @@

stop​Monitoring​Significant​Location​Changes

-
@available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var stopMonitoringSignificantLocationChanges: () -> Effect<Never, Never>
+
public var stopMonitoringSignificantLocationChanges: () -> EffectPublisher<Never, Never>
@@ -487,10 +458,7 @@

stop​Monitoring​Visits

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public var stopMonitoringVisits: () -> Effect<Never, Never>
+
public var stopMonitoringVisits: () -> EffectPublisher<Never, Never>
@@ -498,9 +466,7 @@

stop​Updating​Heading

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  public var stopUpdatingHeading: () -> Effect<Never, Never>
+
public var stopUpdatingHeading: () -> EffectPublisher<Never, Never>
@@ -508,7 +474,7 @@

stop​Updating​Location

-
public var stopUpdatingLocation: () -> Effect<Never, Never>
+
public var stopUpdatingLocation: () -> EffectPublisher<Never, Never>
@@ -544,10 +510,7 @@

set(activity​Type:​allows​Background​Location​Updates:​desired​Accuracy:​distance​Filter:​heading​Filter:​heading​Orientation:​pauses​Location​Updates​Automatically:​shows​Background​Location​Indicator:​)

-
@available(macOS, unavailable)
-  @available(tvOS, unavailable)
-  @available(watchOS, unavailable)
-  public func set(
+
public func set(
     activityType: CLActivityType? = nil,
     allowsBackgroundLocationUpdates: Bool? = nil,
     desiredAccuracy: CLLocationAccuracy? = nil,
@@ -556,7 +519,7 @@ 

headingOrientation: CLDeviceOrientation? = nil, pausesLocationUpdatesAutomatically: Bool? = nil, showsBackgroundLocationIndicator: Bool? = nil - ) -> Effect<Never, Never>

+ ) -> EffectPublisher<Never, Never>

Updates the given properties of a uniquely identified CLLocationManager.

@@ -573,7 +536,7 @@

message: "Use 'Effect.cancellable' and 'Effect.cancel' to manage the lifecycle of 'LocationManager.delegate'" ) - public func create(id: AnyHashable) -> Effect<Action, Never> + public func create(id: AnyHashable) -> EffectPublisher<Action, Never>

@@ -586,7 +549,7 @@

message: "Use 'Effect.cancellable' and 'Effect.cancel' to manage the lifecycle of 'LocationManager.delegate'" ) - public func destroy(id: AnyHashable) -> Effect<Never, Never> + public func destroy(id: AnyHashable) -> EffectPublisher<Never, Never>

@@ -602,11 +565,14 @@

authorizationStatus: @escaping () -> CLAuthorizationStatus = { _unimplemented("authorizationStatus") }, - create: @escaping (_ id: AnyHashable) -> Effect<Action, Never> = { _ in + create: @escaping (_ id: AnyHashable) -> EffectPublisher<Action, Never> = { _ in _unimplemented("create") }, - destroy: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in _unimplemented("destroy") }, - dismissHeadingCalibrationDisplay: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + destroy: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in + _unimplemented("destroy") + }, + dismissHeadingCalibrationDisplay: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { + _ in _unimplemented("dismissHeadingCalibrationDisplay") }, heading: @escaping (AnyHashable) -> Heading? = { _ in _unimplemented("heading") }, @@ -620,54 +586,63 @@

monitoredRegions: @escaping (AnyHashable) -> Set<Region> = { _ in _unimplemented("monitoredRegions") }, - requestAlwaysAuthorization: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + requestAlwaysAuthorization: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("requestAlwaysAuthorization") }, - requestLocation: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + requestLocation: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("requestLocation") }, - requestWhenInUseAuthorization: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + requestWhenInUseAuthorization: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { + _ in _unimplemented("requestWhenInUseAuthorization") }, - requestTemporaryFullAccuracyAuthorization: @escaping (AnyHashable, String) -> Effect< + requestTemporaryFullAccuracyAuthorization: @escaping (AnyHashable, String) -> EffectPublisher< Never, Never > = { _, _ in _unimplemented("requestTemporaryFullAccuracyAuthorization") }, - set: @escaping (_ id: AnyHashable, _ properties: Properties) -> Effect<Never, Never> = { + set: @escaping (_ id: AnyHashable, _ properties: Properties) -> EffectPublisher< + Never, Never + > = { _, _ in _unimplemented("set") }, significantLocationChangeMonitoringAvailable: @escaping () -> Bool = { _unimplemented("significantLocationChangeMonitoringAvailable") }, - startMonitoringSignificantLocationChanges: @escaping (AnyHashable) -> Effect<Never, Never> = { + startMonitoringSignificantLocationChanges: @escaping (AnyHashable) -> EffectPublisher< + Never, Never + > = { _ in _unimplemented("startMonitoringSignificantLocationChanges") }, - startMonitoringForRegion: @escaping (AnyHashable, Region) -> Effect<Never, Never> = { _, _ in + startMonitoringForRegion: @escaping (AnyHashable, Region) -> EffectPublisher<Never, Never> = { + _, _ in _unimplemented("startMonitoringForRegion") }, - startMonitoringVisits: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + startMonitoringVisits: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("startMonitoringVisits") }, - startUpdatingLocation: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + startUpdatingLocation: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("startUpdatingLocation") }, - stopMonitoringSignificantLocationChanges: @escaping (AnyHashable) -> Effect<Never, Never> = { + stopMonitoringSignificantLocationChanges: @escaping (AnyHashable) -> EffectPublisher< + Never, Never + > = { _ in _unimplemented("stopMonitoringSignificantLocationChanges") }, - stopMonitoringForRegion: @escaping (AnyHashable, Region) -> Effect<Never, Never> = { _, _ in + stopMonitoringForRegion: @escaping (AnyHashable, Region) -> EffectPublisher<Never, Never> = { + _, _ in _unimplemented("stopMonitoringForRegion") }, - stopMonitoringVisits: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + stopMonitoringVisits: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("stopMonitoringVisits") }, - startUpdatingHeading: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + startUpdatingHeading: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("startUpdatingHeading") }, - stopUpdatingHeading: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + stopUpdatingHeading: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("stopUpdatingHeading") }, - stopUpdatingLocation: @escaping (AnyHashable) -> Effect<Never, Never> = { _ in + stopUpdatingLocation: @escaping (AnyHashable) -> EffectPublisher<Never, Never> = { _ in _unimplemented("stopUpdatingLocation") } ) -> Self @@ -682,7 +657,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/LocationManager_Action/index.html b/LocationManager_Action/index.html index 2489b94..e064937 100644 --- a/LocationManager_Action/index.html +++ b/LocationManager_Action/index.html @@ -55,11 +55,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%29 +%17 @@ -269,7 +269,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/LocationManager_Error/index.html b/LocationManager_Error/index.html index a0cf3ca..5c32194 100644 --- a/LocationManager_Error/index.html +++ b/LocationManager_Error/index.html @@ -47,11 +47,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%7 +%11 @@ -62,27 +62,27 @@ - + -Equatable +Swift.Error -Equatable +Swift.Error - - -LocationManager.Error->Equatable + + +LocationManager.Error->Swift.Error - + -Swift.Error +Equatable -Swift.Error +Equatable - - -LocationManager.Error->Swift.Error + + +LocationManager.Error->Equatable @@ -137,7 +137,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/LocationManager_Properties/index.html b/LocationManager_Properties/index.html index c9ab38c..647595c 100644 --- a/LocationManager_Properties/index.html +++ b/LocationManager_Properties/index.html @@ -47,11 +47,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%33 +%21 @@ -169,7 +169,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/Region/index.html b/Region/index.html index 1b42e9d..ca1881c 100644 --- a/Region/index.html +++ b/Region/index.html @@ -52,11 +52,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%25 +%35 @@ -182,7 +182,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/Visit/index.html b/Visit/index.html index fa08cc5..11f72ab 100644 --- a/Visit/index.html +++ b/Visit/index.html @@ -56,11 +56,11 @@

"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> - + -%17 +%25 @@ -187,7 +187,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/_unimplemented(__file_line_)/index.html b/_unimplemented(__file_line_)/index.html index fefea71..8376438 100644 --- a/_unimplemented(__file_line_)/index.html +++ b/_unimplemented(__file_line_)/index.html @@ -46,7 +46,7 @@

- Generated on using swift-doc 1.0.0-rc.1. + Generated on using swift-doc 1.0.0-rc.1.

diff --git a/index.html b/index.html index 2e2b2da..f269a9a 100644 --- a/index.html +++ b/index.html @@ -154,7 +154,7 @@

Functions