The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftFormats with Swift 5.7 for watchOS using Xcode 14.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -derivedDataPath $workDir/.derivedData build -scheme SwiftFormats -destination generic/platform=watchos

Build Log

public extension FormatStyle where Self == BoolFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:55:62: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func formatted<S>(_ style: S) -> S.FormatOutput where S: FormatStyle, S.FormatInput == Bool {
                                                             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:55:10: note: add @available attribute to enclosing instance method
    func formatted<S>(_ style: S) -> S.FormatOutput where S: FormatStyle, S.FormatInput == Bool {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift:50:8: note: add @available attribute to enclosing extension
public extension Bool {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:15:71: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public static var defaultMeasurementStyle: Measurement<UnitAngle>.FormatStyle {
                                                                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:15:23: note: add @available attribute to enclosing static property
    public static var defaultMeasurementStyle: Measurement<UnitAngle>.FormatStyle {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:4:15: note: add @available attribute to enclosing generic struct
public struct DegreesMinutesSecondsNotationFormatStyle<FormatInput>: FormatStyle where FormatInput: BinaryFloatingPoint {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:20:50: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    var measurementStyle: Measurement<UnitAngle>.FormatStyle
                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:4:15: note: add @available attribute to enclosing generic struct
public struct DegreesMinutesSecondsNotationFormatStyle<FormatInput>: FormatStyle where FormatInput: BinaryFloatingPoint {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:22:129: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public init(mode: DegreesMinutesSecondsNotationFormatStyle.Mode = .decimalDegrees, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle) {
                                                                                                                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:22:12: note: add @available attribute to enclosing initializer
    public init(mode: DegreesMinutesSecondsNotationFormatStyle.Mode = .decimalDegrees, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:4:15: note: add @available attribute to enclosing generic struct
public struct DegreesMinutesSecondsNotationFormatStyle<FormatInput>: FormatStyle where FormatInput: BinaryFloatingPoint {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:47:105: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    static func dmsNotation(mode: Self.Mode = .decimalDegrees, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle) -> Self {
                                                                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:47:17: note: add @available attribute to enclosing static method
    static func dmsNotation(mode: Self.Mode = .decimalDegrees, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle) -> Self {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:46:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == DegreesMinutesSecondsNotationFormatStyle<Float> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:46:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == DegreesMinutesSecondsNotationFormatStyle<Float> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:46:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == DegreesMinutesSecondsNotationFormatStyle<Float> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:53:105: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    static func dmsNotation(mode: Self.Mode = .decimalDegrees, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle) -> Self {
                                                                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:53:17: note: add @available attribute to enclosing static method
    static func dmsNotation(mode: Self.Mode = .decimalDegrees, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle) -> Self {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:52:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == DegreesMinutesSecondsNotationFormatStyle<Double> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:52:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == DegreesMinutesSecondsNotationFormatStyle<Double> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift:52:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == DegreesMinutesSecondsNotationFormatStyle<Double> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:6:71: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public static var defaultMeasurementStyle: Measurement<UnitAngle>.FormatStyle {
                                                                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:6:23: note: add @available attribute to enclosing static property
    public static var defaultMeasurementStyle: Measurement<UnitAngle>.FormatStyle {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:5:15: note: add @available attribute to enclosing generic struct
public struct AngleFormatStyle<FormatInput>: ParseableFormatStyle where FormatInput: BinaryFloatingPoint {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:17:57: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public var measurementStyle: Measurement<UnitAngle>.FormatStyle
                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:5:15: note: add @available attribute to enclosing generic struct
public struct AngleFormatStyle<FormatInput>: ParseableFormatStyle where FormatInput: BinaryFloatingPoint {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:27:50: error: 'FormatStyle' is only available in watchOS 8.0 or newer
        measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle,
                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:24:12: note: add @available attribute to enclosing initializer
    public init(
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:5:15: note: add @available attribute to enclosing generic struct
public struct AngleFormatStyle<FormatInput>: ParseableFormatStyle where FormatInput: BinaryFloatingPoint {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:88:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == AngleFormatStyle<Double> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:88:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == AngleFormatStyle<Double> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:94:18: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public extension ParseStrategy where Self == AngleParseStrategy<Double> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:94:8: note: add @available attribute to enclosing extension
public extension ParseStrategy where Self == AngleParseStrategy<Double> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:111:71: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public static var defaultMeasurementStyle: Measurement<UnitAngle>.FormatStyle {
                                                                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:111:23: note: add @available attribute to enclosing static property
    public static var defaultMeasurementStyle: Measurement<UnitAngle>.FormatStyle {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:109:15: note: add @available attribute to enclosing struct
public struct AngleValueFormatStyle: FormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:121:57: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public var measurementStyle: Measurement<UnitAngle>.FormatStyle
                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:109:15: note: add @available attribute to enclosing struct
public struct AngleValueFormatStyle: FormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:124:92: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    public init(unit: AngleValueFormatStyle.Unit, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle, locale: Locale = .autoupdatingCurrent) {
                                                                                           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:124:12: note: add @available attribute to enclosing initializer
    public init(unit: AngleValueFormatStyle.Unit, measurementStyle: Measurement<UnitAngle>.FormatStyle = Self.defaultMeasurementStyle, locale: Locale = .autoupdatingCurrent) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:109:15: note: add @available attribute to enclosing struct
public struct AngleValueFormatStyle: FormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:130:33: error: 'Angle' is only available in watchOS 6.0 or newer
    public func format(_ value: Angle) -> String {
                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:130:17: note: add @available attribute to enclosing instance method
    public func format(_ value: Angle) -> String {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:109:15: note: add @available attribute to enclosing struct
public struct AngleValueFormatStyle: FormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:160:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == AngleValueFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:160:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == AngleValueFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:166:18: error: 'Angle' is only available in watchOS 6.0 or newer
public extension Angle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:166:8: note: add @available attribute to enclosing extension
public extension Angle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:189:50: error: 'Angle' is only available in watchOS 6.0 or newer
    public func parse(_ value: String) throws -> Angle {
                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:189:17: note: add @available attribute to enclosing instance method
    public func parse(_ value: String) throws -> Angle {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift:180:15: note: add @available attribute to enclosing struct
public struct AngleValueParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift:5:104: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct ClosedRangeFormatStyle <Bound, Substyle>: FormatStyle where Bound: Comparable, Substyle: FormatStyle, Substyle.FormatInput == Bound, Substyle.FormatOutput == String {
                                                                                                       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift:5:15: note: add @available attribute to enclosing generic struct
public struct ClosedRangeFormatStyle <Bound, Substyle>: FormatStyle where Bound: Comparable, Substyle: FormatStyle, Substyle.FormatInput == Bound, Substyle.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift:33:72: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension ClosedRangeFormatStyle: ParseableFormatStyle where Substyle: ParseableFormatStyle {
                                                                       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift:33:1: note: add @available attribute to enclosing extension
extension ClosedRangeFormatStyle: ParseableFormatStyle where Substyle: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift:40:114: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct ClosedRangeParseStrategy <Bound, Substrategy>: ParseStrategy where Bound: Comparable, Substrategy: ParseStrategy, Substrategy.ParseInput == String, Substrategy.ParseOutput == Bound {
                                                                                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift:40:15: note: add @available attribute to enclosing generic struct
public struct ClosedRangeParseStrategy <Bound, Substrategy>: ParseStrategy where Bound: Comparable, Substrategy: ParseStrategy, Substrategy.ParseInput == String, Substrategy.ParseOutput == Bound {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:16:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == CoordinatesFormatter {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:16:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == CoordinatesFormatter {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:51:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == LatitudeFormatStyle<Double> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:51:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == LatitudeFormatStyle<Double> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:57:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == LatitudeFormatStyle<Float> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:57:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == LatitudeFormatStyle<Float> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:92:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == LongitudeFormatStyle<Double> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:92:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == LongitudeFormatStyle<Double> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:98:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == LongitudeFormatStyle<Float> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:98:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == LongitudeFormatStyle<Float> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:158:20: error: 'FormatStyle' is only available in watchOS 8.0 or newer
internal extension FormatStyle where Self == HemisphereFormatStyle {
                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift:158:10: note: add @available attribute to enclosing extension
internal extension FormatStyle where Self == HemisphereFormatStyle {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:12:33: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double> = .number
                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:6:15: note: add @available attribute to enclosing struct
public struct CGPointFormatStyle: ParseableFormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:12:69: error: 'number' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double> = .number
                                                                    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:6:15: note: add @available attribute to enclosing struct
public struct CGPointFormatStyle: ParseableFormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:23:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == CGPointFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:23:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == CGPointFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:32:33: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double>
                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:31:15: note: add @available attribute to enclosing struct
public struct CGPointParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:34:34: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:34:12: note: add @available attribute to enclosing initializer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:31:15: note: add @available attribute to enclosing struct
public struct CGPointParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:34:70: error: 'number' is only available in watchOS 8.0 or newer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:34:12: note: add @available attribute to enclosing initializer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:31:15: note: add @available attribute to enclosing struct
public struct CGPointParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:53:88: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
    init<Format, ParseInput>(_ input: ParseInput, format: Format) throws where Format: ParseableFormatStyle, ParseInput: StringProtocol, Format.Strategy == CGPointParseStrategy {
                                                                                       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:53:5: note: add @available attribute to enclosing initializer
    init<Format, ParseInput>(_ input: ParseInput, format: Format) throws where Format: ParseableFormatStyle, ParseInput: StringProtocol, Format.Strategy == CGPointParseStrategy {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:48:8: note: add @available attribute to enclosing extension
public extension CGPoint {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:57:86: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
    init<Strategy, Value>(_ value: Value, strategy: Strategy) throws where Strategy: ParseStrategy, Value: StringProtocol, Strategy.ParseInput == String, Strategy.ParseOutput == CGPoint {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:57:5: note: add @available attribute to enclosing initializer
    init<Strategy, Value>(_ value: Value, strategy: Strategy) throws where Strategy: ParseStrategy, Value: StringProtocol, Strategy.ParseInput == String, Strategy.ParseOutput == CGPoint {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:48:8: note: add @available attribute to enclosing extension
public extension CGPoint {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:62:18: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
public extension ParseableFormatStyle where Self == CGPointFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:62:8: note: add @available attribute to enclosing extension
public extension ParseableFormatStyle where Self == CGPointFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:68:18: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public extension ParseStrategy where Self == CGPointParseStrategy {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:68:8: note: add @available attribute to enclosing extension
public extension ParseStrategy where Self == CGPointParseStrategy {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:77:86: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:77:10: note: add @available attribute to enclosing instance method
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:76:8: note: add @available attribute to enclosing extension
public extension CGPoint {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:95:33: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double> = .number
                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:89:15: note: add @available attribute to enclosing struct
public struct CGSizeFormatStyle: ParseableFormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:95:69: error: 'number' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double> = .number
                                                                    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:89:15: note: add @available attribute to enclosing struct
public struct CGSizeFormatStyle: ParseableFormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:106:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == CGSizeFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:106:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == CGSizeFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:115:33: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double>
                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:114:15: note: add @available attribute to enclosing struct
public struct CGSizeParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:117:34: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:117:12: note: add @available attribute to enclosing initializer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:114:15: note: add @available attribute to enclosing struct
public struct CGSizeParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:117:70: error: 'number' is only available in watchOS 8.0 or newer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:117:12: note: add @available attribute to enclosing initializer
    public init(componentFormat: FloatingPointFormatStyle<Double> = .number) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:114:15: note: add @available attribute to enclosing struct
public struct CGSizeParseStrategy: ParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:136:88: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
    init<Format, ParseInput>(_ input: ParseInput, format: Format) throws where Format: ParseableFormatStyle, ParseInput: StringProtocol, Format.Strategy == CGSizeParseStrategy {
                                                                                       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:136:5: note: add @available attribute to enclosing initializer
    init<Format, ParseInput>(_ input: ParseInput, format: Format) throws where Format: ParseableFormatStyle, ParseInput: StringProtocol, Format.Strategy == CGSizeParseStrategy {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:131:8: note: add @available attribute to enclosing extension
public extension CGSize {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:140:86: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
    init<Strategy, Value>(_ value: Value, strategy: Strategy) throws where Strategy: ParseStrategy, Value: StringProtocol, Strategy.ParseInput == String, Strategy.ParseOutput == CGSize {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:140:5: note: add @available attribute to enclosing initializer
    init<Strategy, Value>(_ value: Value, strategy: Strategy) throws where Strategy: ParseStrategy, Value: StringProtocol, Strategy.ParseInput == String, Strategy.ParseOutput == CGSize {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:131:8: note: add @available attribute to enclosing extension
public extension CGSize {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:145:18: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
public extension ParseableFormatStyle where Self == CGSizeFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:145:8: note: add @available attribute to enclosing extension
public extension ParseableFormatStyle where Self == CGSizeFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:151:18: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public extension ParseStrategy where Self == CGSizeParseStrategy {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:151:8: note: add @available attribute to enclosing extension
public extension ParseStrategy where Self == CGSizeParseStrategy {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:160:86: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:160:10: note: add @available attribute to enclosing instance method
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:159:8: note: add @available attribute to enclosing extension
public extension CGSize {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:173:33: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double> = .number
                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:171:15: note: add @available attribute to enclosing struct
public struct CGRectFormatStyle: FormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:173:69: error: 'number' is only available in watchOS 8.0 or newer
    public var componentFormat: FloatingPointFormatStyle<Double> = .number
                                                                    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:171:15: note: add @available attribute to enclosing struct
public struct CGRectFormatStyle: FormatStyle {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:184:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == CGRectFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:184:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == CGRectFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:193:86: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:193:10: note: add @available attribute to enclosing instance method
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift:192:8: note: add @available attribute to enclosing extension
public extension CGRect {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift:12:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == DescribedFormatStyle<Any> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift:12:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == DescribedFormatStyle<Any> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift:35:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == DescribedFormatStyle<Any> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift:35:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == DescribedFormatStyle<Any> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift:3:18: error: 'ListFormatStyle' is only available in watchOS 8.0 or newer
public extension ListFormatStyle {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift:3:8: note: add @available attribute to enclosing extension
public extension ListFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift:57:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == HexdumpFormatStyle<Data> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift:57:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == HexdumpFormatStyle<Data> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift:63:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == HexdumpFormatStyle<[UInt8]> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift:63:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == HexdumpFormatStyle<[UInt8]> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:20:114: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct MatrixFormatStyle <Matrix, ScalarStyle>: FormatStyle where Matrix: FormattableMatrix, ScalarStyle: FormatStyle, ScalarStyle.FormatInput == Matrix.Scalar, ScalarStyle.FormatOutput == String {
                                                                                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:20:15: note: add @available attribute to enclosing generic struct
public struct MatrixFormatStyle <Matrix, ScalarStyle>: FormatStyle where Matrix: FormattableMatrix, ScalarStyle: FormatStyle, ScalarStyle.FormatInput == Matrix.Scalar, ScalarStyle.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:67:70: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension MatrixFormatStyle: ParseableFormatStyle where ScalarStyle: ParseableFormatStyle {
                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:67:1: note: add @available attribute to enclosing extension
extension MatrixFormatStyle: ParseableFormatStyle where ScalarStyle: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:73:124: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct MatrixParseStrategy <Matrix, ScalarStrategy>: ParseStrategy where Matrix: FormattableMatrix, ScalarStrategy: ParseStrategy, ScalarStrategy.ParseInput == String, ScalarStrategy.ParseOutput == Matrix.Scalar {
                                                                                                                           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:73:15: note: add @available attribute to enclosing generic struct
public struct MatrixParseStrategy <Matrix, ScalarStrategy>: ParseStrategy where Matrix: FormattableMatrix, ScalarStrategy: ParseStrategy, ScalarStrategy.ParseInput == String, ScalarStrategy.ParseOutput == Matrix.Scalar {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:109:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:109:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:108:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:108:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x2, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:108:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:108:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x2, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:108:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:115:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:115:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:114:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:114:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x2, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:114:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:114:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x2, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:114:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:121:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:121:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:120:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:120:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x2, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:120:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:120:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x2, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:120:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x2, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:127:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:127:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:126:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:126:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x3, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:126:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:126:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x3, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:126:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:133:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:133:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:132:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:132:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x3, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:132:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:132:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x3, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:132:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:139:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:139:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:138:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:138:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x3, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:138:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:138:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x3, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:138:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x3, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:145:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:145:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:144:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:144:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x4, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:144:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:144:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x4, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:144:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float2x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:151:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:151:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:150:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:150:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x4, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:150:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:150:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x4, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:150:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float3x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:157:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:157:16: note: add @available attribute to enclosing static property
    static var matrix: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:156:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:156:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x4, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:156:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:156:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x4, FloatingPointFormatStyle<Float>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift:156:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == MatrixFormatStyle<simd_float4x4, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:40:36: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public typealias NumberStyle = FloatingPointFormatStyle<Q.Scalar>
                                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:40:22: note: add @available attribute to enclosing type alias
    public typealias NumberStyle = FloatingPointFormatStyle<Q.Scalar>
                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:29:15: note: add @available attribute to enclosing generic struct
public struct QuaternionFormatStyle <Q>: FormatStyle where Q: FormattableQuaternion {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:97:37: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    func numberStyle(_ numberStyle: FloatingPointFormatStyle<Q.Scalar>) -> Self {
                                    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:97:10: note: add @available attribute to enclosing instance method
    func numberStyle(_ numberStyle: FloatingPointFormatStyle<Q.Scalar>) -> Self {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:78:8: note: add @available attribute to enclosing extension
public extension QuaternionFormatStyle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:104:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == QuaternionFormatStyle<simd_quatf> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:104:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == QuaternionFormatStyle<simd_quatf> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:110:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == QuaternionFormatStyle<simd_quatd> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:110:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == QuaternionFormatStyle<simd_quatd> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:120:39: error: 'FloatingPointParseStrategy' is only available in watchOS 8.0 or newer
    public typealias NumberStrategy = FloatingPointParseStrategy<FloatingPointFormatStyle<Q.Scalar>>
                                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:120:22: note: add @available attribute to enclosing type alias
    public typealias NumberStrategy = FloatingPointParseStrategy<FloatingPointFormatStyle<Q.Scalar>>
                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:118:15: note: add @available attribute to enclosing generic struct
public struct QuaternionParseStrategy <Q>: ParseStrategy where Q: FormattableQuaternion {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:127:192: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
    public init(type: Q.Type, style: QuaternionParseStrategy<Q>.Style = .components, compositeStyle: CompositeStyle = .mapping, isHumanReadable: Bool = true, numberStrategy: NumberStrategy = FloatingPointFormatStyle<Q.Scalar>().parseStrategy) {
                                                                                                                                                                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:127:12: note: add @available attribute to enclosing initializer
    public init(type: Q.Type, style: QuaternionParseStrategy<Q>.Style = .components, compositeStyle: CompositeStyle = .mapping, isHumanReadable: Bool = true, numberStrategy: NumberStrategy = FloatingPointFormatStyle<Q.Scalar>().parseStrategy) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:118:15: note: add @available attribute to enclosing generic struct
public struct QuaternionParseStrategy <Q>: ParseStrategy where Q: FormattableQuaternion {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:127:229: error: 'parseStrategy' is only available in watchOS 8.0 or newer
    public init(type: Q.Type, style: QuaternionParseStrategy<Q>.Style = .components, compositeStyle: CompositeStyle = .mapping, isHumanReadable: Bool = true, numberStrategy: NumberStrategy = FloatingPointFormatStyle<Q.Scalar>().parseStrategy) {
                                                                                                                                                                                                                                    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:127:12: note: add @available attribute to enclosing initializer
    public init(type: Q.Type, style: QuaternionParseStrategy<Q>.Style = .components, compositeStyle: CompositeStyle = .mapping, isHumanReadable: Bool = true, numberStrategy: NumberStrategy = FloatingPointFormatStyle<Q.Scalar>().parseStrategy) {
           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:118:15: note: add @available attribute to enclosing generic struct
public struct QuaternionParseStrategy <Q>: ParseStrategy where Q: FormattableQuaternion {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:177:86: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:177:10: note: add @available attribute to enclosing instance method
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift:175:8: note: add @available attribute to enclosing extension
public extension FormattableQuaternion {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:11:91: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct VectorFormatStyle <V, ScalarStyle>: FormatStyle where V: SIMD, ScalarStyle: FormatStyle, ScalarStyle.FormatInput == V.Scalar, ScalarStyle.FormatOutput == String {
                                                                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:11:15: note: add @available attribute to enclosing generic struct
public struct VectorFormatStyle <V, ScalarStyle>: FormatStyle where V: SIMD, ScalarStyle: FormatStyle, ScalarStyle.FormatInput == V.Scalar, ScalarStyle.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:54:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:54:16: note: add @available attribute to enclosing static property
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:53:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:53:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Float>, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:53:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:53:76: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Float>, FloatingPointFormatStyle<Float>> {
                                                                           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:53:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:60:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:60:16: note: add @available attribute to enclosing static property
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:59:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:59:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Float>, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:59:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:59:76: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Float>, FloatingPointFormatStyle<Float>> {
                                                                           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:59:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:66:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:66:16: note: add @available attribute to enclosing static property
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:65:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:65:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Float>, FloatingPointFormatStyle<Float>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:65:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:65:76: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Float>, FloatingPointFormatStyle<Float>> {
                                                                           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:65:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Float>, FloatingPointFormatStyle<Float>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:74:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:74:16: note: add @available attribute to enclosing static property
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:73:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:73:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Double>, FloatingPointFormatStyle<Double>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:73:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:73:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Double>, FloatingPointFormatStyle<Double>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:73:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD2<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:80:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:80:16: note: add @available attribute to enclosing static property
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:79:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:79:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Double>, FloatingPointFormatStyle<Double>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:79:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:79:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Double>, FloatingPointFormatStyle<Double>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:79:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD3<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:86:16: warning: conformance of 'FloatingPointFormatStyle<Value>' to 'FormatStyle' is only available in watchOS 8.0 or newer
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:86:16: note: add @available attribute to enclosing static property
    static var vector: Self {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:85:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:85:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Double>, FloatingPointFormatStyle<Double>> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:85:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:85:77: error: 'FloatingPointFormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Double>, FloatingPointFormatStyle<Double>> {
                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:85:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == VectorFormatStyle<SIMD4<Double>, FloatingPointFormatStyle<Double>> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:92:86: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:92:10: note: add @available attribute to enclosing instance method
    func formatted<S>(_ format: S) -> S.FormatOutput where Self == S.FormatInput, S: FormatStyle {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:91:8: note: add @available attribute to enclosing extension
public extension SIMD {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:106:70: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension VectorFormatStyle: ParseableFormatStyle where ScalarStyle: ParseableFormatStyle {
                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:106:1: note: add @available attribute to enclosing extension
extension VectorFormatStyle: ParseableFormatStyle where ScalarStyle: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:112:101: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct VectorParseStrategy <V, ScalarStrategy>: ParseStrategy where V: SIMD, ScalarStrategy: ParseStrategy, ScalarStrategy.ParseInput == String, ScalarStrategy.ParseOutput == V.Scalar {
                                                                                                    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift:112:15: note: add @available attribute to enclosing generic struct
public struct VectorParseStrategy <V, ScalarStrategy>: ParseStrategy where V: SIMD, ScalarStrategy: ParseStrategy, ScalarStrategy.ParseInput == String, ScalarStrategy.ParseOutput == V.Scalar {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift:3:43: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public protocol IncrementalParseStrategy: ParseStrategy {
                                          ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift:3:17: note: add @available attribute to enclosing protocol
public protocol IncrementalParseStrategy: ParseStrategy {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:3:98: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct MappingFormatStyle <Key, Value, KeyStyle, ValueStyle>: FormatStyle where KeyStyle: FormatStyle, KeyStyle.FormatInput == Key, KeyStyle.FormatOutput == String, ValueStyle: FormatStyle, ValueStyle.FormatInput == Value, ValueStyle.FormatOutput == String {
                                                                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:3:15: note: add @available attribute to enclosing generic struct
public struct MappingFormatStyle <Key, Value, KeyStyle, ValueStyle>: FormatStyle where KeyStyle: FormatStyle, KeyStyle.FormatInput == Key, KeyStyle.FormatOutput == String, ValueStyle: FormatStyle, ValueStyle.FormatInput == Value, ValueStyle.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:3:185: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct MappingFormatStyle <Key, Value, KeyStyle, ValueStyle>: FormatStyle where KeyStyle: FormatStyle, KeyStyle.FormatInput == Key, KeyStyle.FormatOutput == String, ValueStyle: FormatStyle, ValueStyle.FormatInput == Value, ValueStyle.FormatOutput == String {
                                                                                                                                                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:3:15: note: add @available attribute to enclosing generic struct
public struct MappingFormatStyle <Key, Value, KeyStyle, ValueStyle>: FormatStyle where KeyStyle: FormatStyle, KeyStyle.FormatInput == Key, KeyStyle.FormatOutput == String, ValueStyle: FormatStyle, ValueStyle.FormatInput == Value, ValueStyle.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:36:68: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension MappingFormatStyle: ParseableFormatStyle where KeyStyle: ParseableFormatStyle, ValueStyle: ParseableFormatStyle {
                                                                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:36:1: note: add @available attribute to enclosing extension
extension MappingFormatStyle: ParseableFormatStyle where KeyStyle: ParseableFormatStyle, ValueStyle: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:36:102: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension MappingFormatStyle: ParseableFormatStyle where KeyStyle: ParseableFormatStyle, ValueStyle: ParseableFormatStyle {
                                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:36:1: note: add @available attribute to enclosing extension
extension MappingFormatStyle: ParseableFormatStyle where KeyStyle: ParseableFormatStyle, ValueStyle: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:44:111: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct MappingParseStrategy <Key, Value, KeyStrategy, ValueStrategy>: ParseStrategy where KeyStrategy: ParseStrategy, KeyStrategy.ParseInput == String, KeyStrategy.ParseOutput == Key, ValueStrategy: ParseStrategy, ValueStrategy.ParseInput == String, ValueStrategy.ParseOutput == Value {
                                                                                                              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:44:15: note: add @available attribute to enclosing generic struct
public struct MappingParseStrategy <Key, Value, KeyStrategy, ValueStrategy>: ParseStrategy where KeyStrategy: ParseStrategy, KeyStrategy.ParseInput == String, KeyStrategy.ParseOutput == Key, ValueStrategy: ParseStrategy, ValueStrategy.ParseInput == String, ValueStrategy.ParseOutput == Value {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:44:207: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct MappingParseStrategy <Key, Value, KeyStrategy, ValueStrategy>: ParseStrategy where KeyStrategy: ParseStrategy, KeyStrategy.ParseInput == String, KeyStrategy.ParseOutput == Key, ValueStrategy: ParseStrategy, ValueStrategy.ParseInput == String, ValueStrategy.ParseOutput == Value {
                                                                                                                                                                                                              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift:44:15: note: add @available attribute to enclosing generic struct
public struct MappingParseStrategy <Key, Value, KeyStrategy, ValueStrategy>: ParseStrategy where KeyStrategy: ParseStrategy, KeyStrategy.ParseInput == String, KeyStrategy.ParseOutput == Key, ValueStrategy: ParseStrategy, ValueStrategy.ParseInput == String, ValueStrategy.ParseOutput == Value {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:6:40: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    let format: Measurement<UnitAngle>.FormatStyle
                                       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:3:15: note: add @available attribute to enclosing struct
public struct UnitAngleParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:12:41: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    init(format: Measurement<UnitAngle>.FormatStyle, lenient: Bool = false) {
                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:12:5: note: add @available attribute to enclosing initializer
    init(format: Measurement<UnitAngle>.FormatStyle, lenient: Bool = false) {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:3:15: note: add @available attribute to enclosing struct
public struct UnitAngleParseStrategy {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:56:23: error: 'FormatStyle' is only available in watchOS 8.0 or newer
extension Measurement.FormatStyle: ParseableFormatStyle where UnitType == UnitAngle {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:56:1: note: add @available attribute to enclosing extension
extension Measurement.FormatStyle: ParseableFormatStyle where UnitType == UnitAngle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:63:58: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    init(_ value: String, format: Measurement<UnitAngle>.FormatStyle, lenient: Bool = false) throws {
                                                         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:63:5: note: add @available attribute to enclosing initializer
    init(_ value: String, format: Measurement<UnitAngle>.FormatStyle, lenient: Bool = false) throws {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:62:8: note: add @available attribute to enclosing extension
public extension Measurement where UnitType == UnitAngle {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:96:80: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    func localizedUnitString(for locale: Locale, width: Measurement<UnitAngle>.FormatStyle.UnitWidth) throws -> String {
                                                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:96:10: note: add @available attribute to enclosing instance method
    func localizedUnitString(for locale: Locale, width: Measurement<UnitAngle>.FormatStyle.UnitWidth) throws -> String {
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:87:1: note: add @available attribute to enclosing extension
extension UnitAngle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:107:41: error: 'FormatStyle' is only available in watchOS 8.0 or newer
        widths: [Measurement<UnitAngle>.FormatStyle.UnitWidth]
                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:105:10: note: add @available attribute to enclosing instance method
    func localizedUnitStrings(
         ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:87:1: note: add @available attribute to enclosing extension
extension UnitAngle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:115:34: error: 'FormatStyle' is only available in watchOS 8.0 or newer
extension Measurement<UnitAngle>.FormatStyle.UnitWidth: CaseIterable {
                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift:115:1: note: add @available attribute to enclosing extension
extension Measurement<UnitAngle>.FormatStyle.UnitWidth: CaseIterable {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:131:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:131:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:145:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int8> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:145:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int8> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:159:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int16> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:159:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int16> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:173:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int32> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:173:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int32> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:187:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int64> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:187:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<Int64> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:201:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:201:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:215:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt8> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:215:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt8> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:229:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt16> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:229:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt16> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:243:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt32> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:243:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt32> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:257:18: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt64> {
                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift:257:8: note: add @available attribute to enclosing extension
public extension FormatStyle where Self == RadixedIntegerFormatStyle<UInt64> {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift:5:86: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct SimpleListFormatStyle <Element, Substyle>: FormatStyle where Substyle: FormatStyle, Element == Substyle.FormatInput, Substyle.FormatOutput == String {
                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift:5:15: note: add @available attribute to enclosing generic struct
public struct SimpleListFormatStyle <Element, Substyle>: FormatStyle where Substyle: FormatStyle, Element == Substyle.FormatInput, Substyle.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift:24:71: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension SimpleListFormatStyle: ParseableFormatStyle where Substyle: ParseableFormatStyle {
                                                                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift:24:1: note: add @available attribute to enclosing extension
extension SimpleListFormatStyle: ParseableFormatStyle where Substyle: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift:33:96: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct SimpleListParseStrategy <Element, Substrategy>: ParseStrategy where Substrategy: ParseStrategy, Element == Substrategy.ParseOutput, Substrategy.ParseInput == String {
                                                                                               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift:33:15: note: add @available attribute to enclosing generic struct
public struct SimpleListParseStrategy <Element, Substrategy>: ParseStrategy where Substrategy: ParseStrategy, Element == Substrategy.ParseOutput, Substrategy.ParseInput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:13:57: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    init<F>(_ input: F.FormatInput, format: F) where F: FormatStyle, F.FormatOutput == String {
                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:13:5: note: add @available attribute to enclosing initializer
    init<F>(_ input: F.FormatInput, format: F) where F: FormatStyle, F.FormatOutput == String {
    ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:3:8: note: add @available attribute to enclosing extension
public extension String {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:22:97: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    mutating func appendInterpolation<Value, Style>(_ value: Value, format: Style) where Style: FormatStyle, Style.FormatOutput == String, Style.FormatInput == Value {
                                                                                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:22:19: note: add @available attribute to enclosing instance method
    mutating func appendInterpolation<Value, Style>(_ value: Value, format: Style) where Style: FormatStyle, Style.FormatOutput == String, Style.FormatInput == Value {
                  ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:18:8: note: add @available attribute to enclosing extension
public extension String.StringInterpolation {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:31:109: error: 'FormatStyle' is only available in watchOS 8.0 or newer
    mutating func appendInterpolation<Style, Unit>(_ value: Double, unit: Unit, format: Style) where Style: FormatStyle, Style.FormatInput == Measurement<Unit>, Style.FormatOutput == String, Unit: Dimension {
                                                                                                            ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:31:19: note: add @available attribute to enclosing instance method
    mutating func appendInterpolation<Style, Unit>(_ value: Double, unit: Unit, format: Style) where Style: FormatStyle, Style.FormatInput == Measurement<Unit>, Style.FormatOutput == String, Unit: Dimension {
                  ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift:27:8: note: add @available attribute to enclosing extension
public extension String.StringInterpolation {
       ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift:35:23: error: 'Regex' is only available in watchOS 9.0 or newer
    public var regex: Regex<Substring> {
                      ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift:35:16: note: add @available attribute to enclosing property
    public var regex: Regex<Substring> {
               ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift:34:1: note: add @available attribute to enclosing extension
extension Array: RegexComponent where Element == String {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:4:105: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct TupleFormatStyle <Element0, Element1, Substyle0, Substyle1>: FormatStyle where Substyle0: FormatStyle, Substyle1: FormatStyle, Element0 == Substyle0.FormatInput, Substyle0.FormatOutput == String, Element1 == Substyle1.FormatInput, Substyle1.FormatOutput == String {
                                                                                                        ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:4:15: note: add @available attribute to enclosing generic struct
public struct TupleFormatStyle <Element0, Element1, Substyle0, Substyle1>: FormatStyle where Substyle0: FormatStyle, Substyle1: FormatStyle, Element0 == Substyle0.FormatInput, Substyle0.FormatOutput == String, Element1 == Substyle1.FormatInput, Substyle1.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:4:129: error: 'FormatStyle' is only available in watchOS 8.0 or newer
public struct TupleFormatStyle <Element0, Element1, Substyle0, Substyle1>: FormatStyle where Substyle0: FormatStyle, Substyle1: FormatStyle, Element0 == Substyle0.FormatInput, Substyle0.FormatOutput == String, Element1 == Substyle1.FormatInput, Substyle1.FormatOutput == String {
                                                                                                                                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:4:15: note: add @available attribute to enclosing generic struct
public struct TupleFormatStyle <Element0, Element1, Substyle0, Substyle1>: FormatStyle where Substyle0: FormatStyle, Substyle1: FormatStyle, Element0 == Substyle0.FormatInput, Substyle0.FormatOutput == String, Element1 == Substyle1.FormatInput, Substyle1.FormatOutput == String {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:23:67: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension TupleFormatStyle: ParseableFormatStyle where Substyle0: ParseableFormatStyle, Substyle1: ParseableFormatStyle {
                                                                  ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:23:1: note: add @available attribute to enclosing extension
extension TupleFormatStyle: ParseableFormatStyle where Substyle0: ParseableFormatStyle, Substyle1: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:23:100: error: 'ParseableFormatStyle' is only available in watchOS 8.0 or newer
extension TupleFormatStyle: ParseableFormatStyle where Substyle0: ParseableFormatStyle, Substyle1: ParseableFormatStyle {
                                                                                                   ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:23:1: note: add @available attribute to enclosing extension
extension TupleFormatStyle: ParseableFormatStyle where Substyle0: ParseableFormatStyle, Substyle1: ParseableFormatStyle {
^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:31:118: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct TupleParseStrategy <Element0, Element1, Substrategy0, Substrategy1>: ParseStrategy where Substrategy0: ParseStrategy, Substrategy0.ParseInput == String, Substrategy0.ParseOutput == Element0, Substrategy1: ParseStrategy, Substrategy1.ParseInput == String, Substrategy1.ParseOutput == Element1 {
                                                                                                                     ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:31:15: note: add @available attribute to enclosing generic struct
public struct TupleParseStrategy <Element0, Element1, Substrategy0, Substrategy1>: ParseStrategy where Substrategy0: ParseStrategy, Substrategy0.ParseInput == String, Substrategy0.ParseOutput == Element0, Substrategy1: ParseStrategy, Substrategy1.ParseInput == String, Substrategy1.ParseOutput == Element1 {
              ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:31:220: error: 'ParseStrategy' is only available in watchOS 8.0 or newer
public struct TupleParseStrategy <Element0, Element1, Substrategy0, Substrategy1>: ParseStrategy where Substrategy0: ParseStrategy, Substrategy0.ParseInput == String, Substrategy0.ParseOutput == Element0, Substrategy1: ParseStrategy, Substrategy1.ParseInput == String, Substrategy1.ParseOutput == Element1 {
                                                                                                                                                                                                                           ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift:31:15: note: add @available attribute to enclosing generic struct
public struct TupleParseStrategy <Element0, Element1, Substrategy0, Substrategy1>: ParseStrategy where Substrategy0: ParseStrategy, Substrategy0.ParseInput == String, Substrategy0.ParseOutput == Element0, Substrategy1: ParseStrategy, Substrategy1.ParseInput == String, Substrategy1.ParseOutput == Element1 {
              ^
SwiftCompile normal arm64_32 Compiling\ Scratch.swift,\ SimpleListFormatStyle.swift,\ String+Extensions.swift,\ Support.swift,\ TupleFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/supplementaryOutputs-12 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/supplementaryOutputs-12 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/supplementaryOutputs-12 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/supplementaryOutputs-12 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/supplementaryOutputs-12 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
CompileSwift normal arm64_32 /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/supplementaryOutputs-12 -target arm64_32-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Scratch.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/SimpleListFormatStyle.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/String+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/Support.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64_32/TupleFormatStyle.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftFormats (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -target arm64-apple-watchos4.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/arm64 -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -disable-clang-spi -target-sdk-version 9.1 -emit-module-doc-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats.swiftdoc -emit-module-source-info-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats.swiftsourceinfo -emit-objc-header-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats-Swift.h -serialize-diagnostics-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats-master-emit-module.dia -emit-dependencies-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats-master-emit-module.d -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats.swiftmodule -emit-abi-descriptor-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/arm64/SwiftFormats.abi.json
SwiftCompile normal armv7k Compiling\ FormatStyle+Debugging.swift,\ FormatStyle+Extensions.swift,\ FormatStyle+Hexdump.swift,\ FormatStyle+JSON.swift,\ FormatStyle+Matrix.swift,\ FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift (in target 'SwiftFormats' from project 'SwiftFormats')
    cd /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/BoolFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/DegreesMinutesSecondsNotation.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Angles.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+ClosedRange.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Coordinates.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+CoreGraphics.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift -primary-file /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Vector.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/IncrementalParseStrategy.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/MappingFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/ParseableFormatStyle+Measurement.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/RadixedIntegerFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Scratch.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/SimpleListFormatStyle.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/String+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/Support.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/TupleFormatStyle.swift -supplementary-output-file-map /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/supplementaryOutputs-4 -target armv7k-apple-watchos4.0 -enable-objc-interop -sdk /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk -I /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS9.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -empty-abi-descriptor -Xcc -working-directory -Xcc /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-14.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/swift-overrides.hmap -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/swift-numerics/Sources/_NumericsShims/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources/armv7k -Xcc -I/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftFormats -frontend-parseable-output -disable-clang-spi -target-sdk-version 9.1 -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Debugging.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Extensions.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Hexdump.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+JSON.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Matrix.o -o /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Quaternion.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Debugging.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Extensions.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Hexdump.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+JSON.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Matrix.o -index-unit-output-path /SwiftFormats.build/Debug-watchos/SwiftFormats.build/Objects-normal/armv7k/FormatStyle+Quaternion.o -index-store-path /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal armv7k Emitting\ module\ for\ SwiftFormats (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ SwiftFormats (in target 'SwiftFormats' from project 'SwiftFormats')
	SwiftCompile normal armv7k Compiling\ FormatStyle+Debugging.swift,\ FormatStyle+Extensions.swift,\ FormatStyle+Hexdump.swift,\ FormatStyle+JSON.swift,\ FormatStyle+Matrix.swift,\ FormatStyle+Quaternion.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Debugging.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Extensions.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Hexdump.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+JSON.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Matrix.swift /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/SwiftFormats/FormatStyle+Quaternion.swift (in target 'SwiftFormats' from project 'SwiftFormats')
(3 failures)
BUILD FAILURE 5.7 watchOS