The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GatheredKit with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JosephDuffy/GatheredKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/JosephDuffy/GatheredKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5fe60e4 Use `ResolutionMeasurement` for screen resolution properties
Cloned https://github.com/JosephDuffy/GatheredKit.git into spi-builder-workspace
5fe60e4ce57c97b9109d032c426051c7db21432c
SPI manifest file found: spi-builder-workspace/.spi.yml
SUCCESS checkout https://github.com/JosephDuffy/GatheredKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-14.3.0.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.27s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.0.0 (0.03s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/45] Compiling GatheredKit SourceIdentifier.swift
[4/45] Compiling GatheredKit SourceKind.swift
[5/45] Compiling GatheredKit UpdatingSource.swift
[6/45] Compiling GatheredKit ControllableSourceProvider.swift
[7/45] Compiling GatheredKit SingleSourceProvider.swift
[8/45] Compiling GatheredKit SourceProvider.swift
[9/45] Emitting module GatheredKit
[10/50] Compiling GatheredKit BoolProperty.swift
[11/50] Compiling GatheredKit AccelerationProperty.swift
[12/50] Compiling GatheredKit AngleProperty.swift
[13/50] Compiling GatheredKit AnyProperty+measurement.swift
[14/50] Compiling GatheredKit FrequencyProperty.swift
[15/50] Compiling GatheredKit LengthProperty.swift
[16/50] Compiling GatheredKit UpdatableProperty.swift
[17/50] Compiling GatheredKit BasePollingSource.swift
[18/50] Compiling GatheredKit Source.swift
[19/50] Compiling GatheredKit SourceAvailability.swift
[20/50] Compiling GatheredKit SourceError.swift
[21/50] Compiling GatheredKit SourceEvent.swift
[22/50] Compiling GatheredKit OptionalProperty.swift
[23/50] Compiling GatheredKit Property.swift
[24/50] Compiling GatheredKit PropertyIdentifier.swift
[25/50] Compiling GatheredKit ReadOnlyProperty.swift
[26/50] Compiling GatheredKit ScaleProperty.swift
[27/50] Compiling GatheredKit Snapshot.swift
[28/50] Compiling GatheredKit MagneticFieldProperty.swift
[29/50] Compiling GatheredKit MeasurementProperty.swift
[30/50] Compiling GatheredKit OptionalMeasurementProperty.swift
[31/50] Compiling GatheredKit PressureProperty.swift
[32/50] Compiling GatheredKit SpeedProperty.swift
[33/50] Compiling GatheredKit NumericProperties.swift
[34/50] Compiling GatheredKit Controllable.swift
[35/50] Compiling GatheredKit ControllableError.swift
[36/50] Compiling GatheredKit CustomisableUpdateIntervalControllable.swift
[37/50] Compiling GatheredKit OperationQueue+convenience.swift
[38/50] Compiling GatheredKit String+localized.swift
[39/50] Compiling GatheredKit castToOptional.swift
[40/50] Compiling GatheredKit PercentProperty.swift
[41/50] Compiling GatheredKit StringProperty.swift
[42/50] Compiling GatheredKit ManuallyUpdatablePropertiesProvider.swift
[43/50] Compiling GatheredKit PropertiesProviding.swift
[44/50] Compiling GatheredKit AnySnapshot.swift
[45/50] Compiling GatheredKit BasicProperty.swift
[46/50] Compiling GatheredKit SourceProviderEvent.swift
[47/50] Compiling GatheredKit SourceProviderIdentifier.swift
[48/50] Compiling GatheredKit UpdatingSourceProvider.swift
[49/50] Compiling GatheredKit UnitFrequency+radiansPerSecond.swift
[50/50] Compiling GatheredKit UnitMagneticField.swift
[51/118] Compiling GatheredKitSystemStatistics SourceKind+memoryUsage.swift
[52/118] Compiling GatheredKitLocation SourceKind+location.swift
[53/118] Emitting module GatheredKitUserTracking
[54/118] Compiling GatheredKitProcessInfo ThermalStateProperty.swift
[55/118] Emitting module GatheredKitProcessInfo
[56/118] Compiling GatheredKitTestHelpers MockNotificationCenter.swift
[57/118] Emitting module GatheredKitTestHelpers
[58/118] Compiling GatheredKitProcessInfo ThermalState.swift
[59/118] Compiling GatheredKitProcessInfo SourceKind+thermalState.swift
[60/126] Compiling GatheredKitLocation CLLocationAuthorizationProperty.swift
[61/126] Emitting module GatheredKitLocation
[62/126] Compiling GatheredKitLocation CoordinateProperty.swift
[63/126] Compiling GatheredKitSystemStatistics MemoryStatistics.swift
[64/126] Emitting module GatheredKitSystemStatistics
[65/126] Compiling GatheredKitWiFi WiFiProvider.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: setter cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: setter cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
[66/126] Compiling GatheredKitUserTracking SourceKind+userTracking.swift
[67/126] Compiling GatheredKitUserTracking UserTracking.swift
[68/126] Compiling GatheredKitWiFi SourceKind+wifi.swift
[69/126] Emitting module GatheredKitWiFi
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: setter cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: setter cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitWiFi/WiFiProvider.swift:11:20: note: enclosing scope has been explicitly marked unavailable here
public final class WiFiProvider: ManuallyUpdatableSingleTransientSourceProvider, UpdatingSourceProvider, AvailabilityProviding {
                   ^
[70/126] Compiling GatheredKitWiFi WiFi.swift
[71/132] Compiling GatheredKitDevice Battery.swift
[72/132] Emitting module GatheredKitDevice
[73/132] Compiling GatheredKitDevice SourceKind+battery.swift
[74/132] Compiling GatheredKitDevice BatteryStateProperty.swift
[75/132] Emitting module GatheredKitExternalAccessory
[76/132] Compiling GatheredKitLocation OptionalCoordinateProperty.swift
[77/132] Compiling GatheredKitLocation CoordinatePropertyIdentifier.swift
[78/132] Compiling GatheredKitLocation Location.swift
[79/132] Compiling GatheredKitMotion Accelerometer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
[80/132] Compiling GatheredKitMotion Altimeter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
[81/132] Compiling GatheredKitMotion CMLogItem+date.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
[82/132] Compiling GatheredKitMotion CMMotionManager+shared.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
[83/136] Compiling GatheredKitMotion CMAttitudeProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[84/136] Compiling GatheredKitMotion CMCalibratedMagneticFieldProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[85/136] Compiling GatheredKitMotion CMMagneticFieldProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[86/136] Compiling GatheredKitMotion CMQuaternionProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[87/136] Compiling GatheredKitScreen OptionalNSColorSpaceProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[88/136] Compiling GatheredKitScreen ResolutionProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[89/136] Compiling GatheredKitScreen ResolutionMeasurement.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[90/136] Compiling GatheredKitScreen ScreenProvider_iOS_tvOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
[91/136] Emitting module GatheredKitMotion
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMMagneticFieldProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAt
titudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Accelerometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Accelerometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Altimeter.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Altimeter: UpdatingSource, Controllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
[92/136] Compiling GatheredKitScreen ScreenProvider_macOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
[93/136] Compiling GatheredKitScreen Screen_iOS_tvOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
[94/136] Compiling GatheredKitScreen Screen_macOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
[95/136] Compiling GatheredKitScreen Screen_watchOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMQuaternionProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMQuaternionProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationMatrixProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationMatrixProperty: UpdatableProperty, PropertiesProviding, Identifiable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMRotationRateProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMRotationRateProperty: UpdatableProperty, PropertiesProviding {
                   ^
[96/136] Compiling GatheredKitScreen NSColorSpaceFormatter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
[97/136] Compiling GatheredKitScreen NSColorSpaceModelFormatter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
[98/136] Compiling GatheredKitScreen NSColorSpaceModelProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
[99/136] Compiling GatheredKitScreen NSColorSpaceProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMAttitudeProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMAttitudeProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMCalibratedMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMCalibratedMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/OptionalCMMagneticFieldProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class OptionalCMMagneticFieldProperty: UpdatableProperty, PropertiesProviding {
                   ^
[100/136] Compiling GatheredKitMotion CMRotationMatrixFormatter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
[101/136] Compiling GatheredKitMotion CMRotationRateFormatter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
[102/136] Compiling GatheredKitMotion MagneticFieldCalibrationAccuracyFormatter.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
[103/136] Compiling GatheredKitMotion CMAbsoluteAltitudeDataProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
[104/136] Compiling GatheredKitMotion CMAccelerationProperty.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAbsoluteAltitudeDataProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAbsoluteAltitudeDataProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: setter cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Properties/CMAccelerationProperty.swift:9:20: note: enclosing scope has been explicitly marked unavailable here
public final class CMAccelerationProperty: UpdatableProperty, PropertiesProviding {
                   ^
[105/136] Compiling GatheredKitMotion CMAccelerationFormatter.swift
[106/136] Compiling GatheredKitMotion CMAttitudeFormatter.swift
[107/136] Compiling GatheredKitMotion CMCalibratedMagneticFieldFormatter.swift
[108/136] Compiling GatheredKitMotion CMMagneticFieldFormatter.swift
[109/136] Compiling GatheredKitMotion CMQuaternionFormatter.swift
[110/136] Compiling GatheredKitExternalAccessory ExternalAccessory.swift
[111/136] Compiling GatheredKitExternalAccessory SourceKind+externalAccessory.swift
[112/136] Compiling GatheredKitExternalAccessory ExternalAccessoryProvider.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitExternalAccessory/ExternalAccessoryProvider.swift:97:18: warning: TODO: Perform a diff based on ids
        #warning("TODO: Perform a diff based on ids")
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[113/136] Compiling GatheredKitMotion DeviceMotion.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
[114/136] Compiling GatheredKitMotion Gyroscope.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
[115/136] Compiling GatheredKitMotion Magnetometer.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
[116/136] Compiling GatheredKitMotion SourceKind+motionSources.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/DeviceMotion.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class DeviceMotion: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Gyroscope.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Gyroscope: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: setter cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: warning: _modify accessor cannot be more available than unavailable enclosing scope
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitMotion/Sources/Magnetometer.swift:8:20: note: enclosing scope has been explicitly marked unavailable here
public final class Magnetometer: UpdatingSource, CustomisableUpdateIntervalControllable {
                   ^
[117/136] Compiling GatheredKitScreen SourceKind+screen.swift
[118/137] Compiling GatheredKitScreen UnitResolution.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:116:24: error: cannot infer contextual base in reference to member 'init'
        _resolution = .init(
                      ~^~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:119:20: error: cannot infer contextual base in reference to member 'pixels'
            unit: .pixels
                  ~^~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:116:24: error: cannot infer contextual base in reference to member 'init'
        _resolution = .init(
                      ~^~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:119:20: error: cannot infer contextual base in reference to member 'pixels'
            unit: .pixels
                  ~^~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[125/137] Emitting module GatheredKitScreen
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
Retrying in 0 seconds ...
Building ... (attempt 2)
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/13] Compiling GatheredKitScreen Screen_watchOS.swift
[4/13] Compiling GatheredKitScreen Screen_macOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:116:24: error: cannot infer contextual base in reference to member 'init'
        _resolution = .init(
                      ~^~~~
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:119:20: error: cannot infer contextual base in reference to member 'pixels'
            unit: .pixels
                  ~^~~~~~
[5/13] Compiling GatheredKitScreen Screen_iOS_tvOS.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/13] Emitting module GatheredKitScreen
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
[7/13] Compiling GatheredKitScreen ScreenProvider_macOS.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/GatheredKitScreen/Screen_macOS.swift:44:29: error: property type 'CGSize' does not match 'wrappedValue' type 'ResolutionMeasurement'
    public private(set) var resolution: CGSize
                            ^~~~~~~~~~
[8/13] Compiling GatheredKitCamera SourceKind+camera.swift
[9/13] Emitting module GatheredKitCamera
Retrying in 0 seconds ...
BUILD FAILURE 5.8 macosSpm