The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build PDFAuthor, reference master (a360d6), with Swift 6.1 for watchOS using Xcode 16.3 on 29 Apr 2025 01:23:24 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PDFAuthor-Package -destination generic/platform=watchOS

Build Log

              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: note: add '@MainActor' to make static property 'letter' part of global actor 'MainActor'
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: warning: static property 'A0Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A0Landscape     = landscape(A0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: note: add '@MainActor' to make static property 'A0Landscape' part of global actor 'MainActor'
        public static let A0Landscape     = landscape(A0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A0Landscape     = landscape(A0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: warning: static property 'A1Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A1Landscape     = landscape(A1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: note: add '@MainActor' to make static property 'A1Landscape' part of global actor 'MainActor'
        public static let A1Landscape     = landscape(A1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A1Landscape     = landscape(A1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: warning: static property 'A2Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A2Landscape     = landscape(A2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: note: add '@MainActor' to make static property 'A2Landscape' part of global actor 'MainActor'
        public static let A2Landscape     = landscape(A2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A2Landscape     = landscape(A2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: warning: static property 'A3Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A3Landscape     = landscape(A3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: note: add '@MainActor' to make static property 'A3Landscape' part of global actor 'MainActor'
        public static let A3Landscape     = landscape(A3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A3Landscape     = landscape(A3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: warning: static property 'A4Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A4Landscape     = landscape(A4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: note: add '@MainActor' to make static property 'A4Landscape' part of global actor 'MainActor'
        public static let A4Landscape     = landscape(A4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A4Landscape     = landscape(A4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: warning: static property 'A5Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A5Landscape     = landscape(A5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: note: add '@MainActor' to make static property 'A5Landscape' part of global actor 'MainActor'
        public static let A5Landscape     = landscape(A5)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A5Landscape     = landscape(A5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: warning: static property 'A6Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A6Landscape     = landscape(A6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: note: add '@MainActor' to make static property 'A6Landscape' part of global actor 'MainActor'
        public static let A6Landscape     = landscape(A6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A6Landscape     = landscape(A6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: warning: static property 'A7Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A7Landscape     = landscape(A7)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: note: add '@MainActor' to make static property 'A7Landscape' part of global actor 'MainActor'
        public static let A7Landscape     = landscape(A7)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A7Landscape     = landscape(A7)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: warning: static property 'A8Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A8Landscape     = landscape(A8)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: note: add '@MainActor' to make static property 'A8Landscape' part of global actor 'MainActor'
        public static let A8Landscape     = landscape(A8)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A8Landscape     = landscape(A8)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: warning: static property 'A9Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A9Landscape     = landscape(A9)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: note: add '@MainActor' to make static property 'A9Landscape' part of global actor 'MainActor'
        public static let A9Landscape     = landscape(A9)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A9Landscape     = landscape(A9)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: warning: static property 'A10Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A10Landscape    = landscape(A10)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: note: add '@MainActor' to make static property 'A10Landscape' part of global actor 'MainActor'
        public static let A10Landscape    = landscape(A10)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A10Landscape    = landscape(A10)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: warning: static property 'letterLandscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let letterLandscape = landscape(letter)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: note: add '@MainActor' to make static property 'letterLandscape' part of global actor 'MainActor'
        public static let letterLandscape = landscape(letter)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let letterLandscape = landscape(letter)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'PDFEdgeInsets' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:136:15: note: consider making struct 'PDFEdgeInsets' conform to the 'Sendable' protocol
public struct PDFEdgeInsets {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: warning: static property 'flexibleWidth' is not concurrency-safe because non-'Sendable' type 'PDFAutoresizing' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:197:15: note: consider making struct 'PDFAutoresizing' conform to the 'Sendable' protocol
public struct PDFAutoresizing: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: note: add '@MainActor' to make static property 'flexibleWidth' part of global actor 'MainActor'
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: warning: static property 'flexibleHeight' is not concurrency-safe because non-'Sendable' type 'PDFAutoresizing' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:197:15: note: consider making struct 'PDFAutoresizing' conform to the 'Sendable' protocol
public struct PDFAutoresizing: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: note: add '@MainActor' to make static property 'flexibleHeight' part of global actor 'MainActor'
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:247:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage, CGRect)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:250:12: error: cannot find type 'CGPath' in scope
        case path(CGPath)
                  ^~~~~~
SwiftEmitModule normal armv7k Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegionTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -target armv7k-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor.abi.json
EmitSwiftModule normal armv7k (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:75: error: cannot find type 'PDFOutline' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:59: error: cannot find type 'PDFDocument' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:98: error: cannot find type 'PDFOutline' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                                        ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:82: error: cannot find type 'PDFDocument' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:36:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:37:24: error: cannot find type 'PDFImage' in scope
        case imageBlock(() -> PDFImage?)
                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:38:15: error: cannot find type 'CGImage' in scope
        case cgImage(CGImage)
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:40:23: error: cannot find type 'CGImage' in scope
        func getCGImage() -> CGImage? {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:110:26: error: cannot find type 'CGBlendMode' in scope
        public var blendMode:   CGBlendMode?
                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:47: error: cannot find type 'CGContext' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                     ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:71: error: cannot find type 'CGRect' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:21: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                 ~~~~      ^
                 public
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:35: error: cannot find type 'CGRect' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:148:21: error: cannot find type 'CGRect' in scope
                                                                                         bounds: CGRect,
                                                                                                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:24: error: cannot find type 'CGSize' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:76: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:46: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:65: error: cannot find type 'CGSize' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:77: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:47: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:66: error: cannot find type 'CGSize' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:117:11: error: cannot find type 'PDFFont' in scope
                                font: PDFFont = PDFFont.systemFont(ofSize: PDFFont.systemFontSize),
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:118:12: error: cannot find type 'PDFColor' in scope
                                color: PDFColor = .black,
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:119:16: error: cannot find type 'NSTextAlignment' in scope
                                alignment: NSTextAlignment = .left,
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:41:32: error: cannot find type 'PDFFont' in scope
        public var  font:             PDFFont?
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:44:32: error: cannot find type 'PDFColor' in scope
        public var  textColor:        PDFColor?
                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:47:32: error: cannot find type 'NSTextAlignment' in scope
        public var  textAlignment:    NSTextAlignment?
                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:89:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:59:42: error: cannot find type 'CGContext' in scope
        internal func render(toContext context: CGContext) {
                                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:107:59: error: cannot find type 'CGContext' in scope
        override internal func drawInternal(withContext context: CGContext, inRect rect: CGRect) {
                                                                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:152:34: error: 'Expression' is ambiguous for type lookup in this context
        public var leftBackgroundInset: Expression {
                                        ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:156:35: error: 'Expression' is ambiguous for type lookup in this context
        public var rightBackgroundInset: Expression {
                                         ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:160:33: error: 'Expression' is ambiguous for type lookup in this context
        public var topBackgroundInset: Expression {
                                       ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:164:36: error: 'Expression' is ambiguous for type lookup in this context
        public var bottomBackgroundInset: Expression {
                                          ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:44:30: error: cannot find type 'PDFColor' in scope
        public var backgroundColor: PDFColor      = .clear
                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:55:37: error: cannot find type 'PDFColor' in scope
                case solid(width: CGFloat, color: PDFColor)
                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:58:38: error: cannot find type 'PDFColor' in scope
                case dashed(width: CGFloat, color: PDFColor, phase: CGFloat, lengths: [CGFloat])
                                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:85: error: cannot find type 'NSTextAlignment' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:106:49: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, color: PDFColor) {
                                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:115:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:45:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:51:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor?
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:57:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor?
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift:74:35: error: cannot find type 'PDFColor' in scope
        public var  pageBackgroundColor: PDFColor?
                                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:114:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor? {
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:118:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor? {
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:40:20: warning: static property 'A0' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A0              = PDFPageSize(width: 2384, height: 3370)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:40:20: note: add '@MainActor' to make static property 'A0' part of global actor 'MainActor'
        public static let A0              = PDFPageSize(width: 2384, height: 3370)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:40:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A0              = PDFPageSize(width: 2384, height: 3370)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:43:20: warning: static property 'A1' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A1              = PDFPageSize(width: 1684, height: 2384)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:43:20: note: add '@MainActor' to make static property 'A1' part of global actor 'MainActor'
        public static let A1              = PDFPageSize(width: 1684, height: 2384)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:43:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A1              = PDFPageSize(width: 1684, height: 2384)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:46:20: warning: static property 'A2' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A2              = PDFPageSize(width: 1191, height: 1684)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:46:20: note: add '@MainActor' to make static property 'A2' part of global actor 'MainActor'
        public static let A2              = PDFPageSize(width: 1191, height: 1684)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:46:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A2              = PDFPageSize(width: 1191, height: 1684)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:49:20: warning: static property 'A3' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A3              = PDFPageSize(width: 842, height: 1191)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:49:20: note: add '@MainActor' to make static property 'A3' part of global actor 'MainActor'
        public static let A3              = PDFPageSize(width: 842, height: 1191)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:49:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A3              = PDFPageSize(width: 842, height: 1191)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:52:20: warning: static property 'A4' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A4              = PDFPageSize(width: 595, height: 842)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:52:20: note: add '@MainActor' to make static property 'A4' part of global actor 'MainActor'
        public static let A4              = PDFPageSize(width: 595, height: 842)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:52:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A4              = PDFPageSize(width: 595, height: 842)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:55:20: warning: static property 'A5' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A5              = PDFPageSize(width: 420, height: 595)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:55:20: note: add '@MainActor' to make static property 'A5' part of global actor 'MainActor'
        public static let A5              = PDFPageSize(width: 420, height: 595)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:55:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A5              = PDFPageSize(width: 420, height: 595)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:58:20: warning: static property 'A6' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A6              = PDFPageSize(width: 298, height: 420)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:58:20: note: add '@MainActor' to make static property 'A6' part of global actor 'MainActor'
        public static let A6              = PDFPageSize(width: 298, height: 420)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:58:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A6              = PDFPageSize(width: 298, height: 420)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:61:20: warning: static property 'A7' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A7              = PDFPageSize(width: 210, height: 298)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:61:20: note: add '@MainActor' to make static property 'A7' part of global actor 'MainActor'
        public static let A7              = PDFPageSize(width: 210, height: 298)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:61:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A7              = PDFPageSize(width: 210, height: 298)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:64:20: warning: static property 'A8' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A8              = PDFPageSize(width: 147, height: 210)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:64:20: note: add '@MainActor' to make static property 'A8' part of global actor 'MainActor'
        public static let A8              = PDFPageSize(width: 147, height: 210)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:64:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A8              = PDFPageSize(width: 147, height: 210)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:67:20: warning: static property 'A9' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A9              = PDFPageSize(width: 105, height: 147)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:67:20: note: add '@MainActor' to make static property 'A9' part of global actor 'MainActor'
        public static let A9              = PDFPageSize(width: 105, height: 147)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:67:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A9              = PDFPageSize(width: 105, height: 147)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:70:20: warning: static property 'A10' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A10             = PDFPageSize(width: 74, height: 105)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:70:20: note: add '@MainActor' to make static property 'A10' part of global actor 'MainActor'
        public static let A10             = PDFPageSize(width: 74, height: 105)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:70:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A10             = PDFPageSize(width: 74, height: 105)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: warning: static property 'letter' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: note: add '@MainActor' to make static property 'letter' part of global actor 'MainActor'
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: warning: static property 'A0Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A0Landscape     = landscape(A0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: note: add '@MainActor' to make static property 'A0Landscape' part of global actor 'MainActor'
        public static let A0Landscape     = landscape(A0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A0Landscape     = landscape(A0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: warning: static property 'A1Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A1Landscape     = landscape(A1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: note: add '@MainActor' to make static property 'A1Landscape' part of global actor 'MainActor'
        public static let A1Landscape     = landscape(A1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A1Landscape     = landscape(A1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: warning: static property 'A2Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A2Landscape     = landscape(A2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: note: add '@MainActor' to make static property 'A2Landscape' part of global actor 'MainActor'
        public static let A2Landscape     = landscape(A2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A2Landscape     = landscape(A2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: warning: static property 'A3Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A3Landscape     = landscape(A3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: note: add '@MainActor' to make static property 'A3Landscape' part of global actor 'MainActor'
        public static let A3Landscape     = landscape(A3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A3Landscape     = landscape(A3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: warning: static property 'A4Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A4Landscape     = landscape(A4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: note: add '@MainActor' to make static property 'A4Landscape' part of global actor 'MainActor'
        public static let A4Landscape     = landscape(A4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A4Landscape     = landscape(A4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: warning: static property 'A5Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A5Landscape     = landscape(A5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: note: add '@MainActor' to make static property 'A5Landscape' part of global actor 'MainActor'
        public static let A5Landscape     = landscape(A5)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A5Landscape     = landscape(A5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: warning: static property 'A6Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A6Landscape     = landscape(A6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: note: add '@MainActor' to make static property 'A6Landscape' part of global actor 'MainActor'
        public static let A6Landscape     = landscape(A6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A6Landscape     = landscape(A6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: warning: static property 'A7Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A7Landscape     = landscape(A7)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: note: add '@MainActor' to make static property 'A7Landscape' part of global actor 'MainActor'
        public static let A7Landscape     = landscape(A7)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A7Landscape     = landscape(A7)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: warning: static property 'A8Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A8Landscape     = landscape(A8)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: note: add '@MainActor' to make static property 'A8Landscape' part of global actor 'MainActor'
        public static let A8Landscape     = landscape(A8)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A8Landscape     = landscape(A8)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: warning: static property 'A9Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A9Landscape     = landscape(A9)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: note: add '@MainActor' to make static property 'A9Landscape' part of global actor 'MainActor'
        public static let A9Landscape     = landscape(A9)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A9Landscape     = landscape(A9)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: warning: static property 'A10Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A10Landscape    = landscape(A10)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: note: add '@MainActor' to make static property 'A10Landscape' part of global actor 'MainActor'
        public static let A10Landscape    = landscape(A10)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A10Landscape    = landscape(A10)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: warning: static property 'letterLandscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let letterLandscape = landscape(letter)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: note: add '@MainActor' to make static property 'letterLandscape' part of global actor 'MainActor'
        public static let letterLandscape = landscape(letter)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let letterLandscape = landscape(letter)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'PDFEdgeInsets' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:136:15: note: consider making struct 'PDFEdgeInsets' conform to the 'Sendable' protocol
public struct PDFEdgeInsets {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: warning: static property 'flexibleWidth' is not concurrency-safe because non-'Sendable' type 'PDFAutoresizing' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:197:15: note: consider making struct 'PDFAutoresizing' conform to the 'Sendable' protocol
public struct PDFAutoresizing: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: note: add '@MainActor' to make static property 'flexibleWidth' part of global actor 'MainActor'
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: warning: static property 'flexibleHeight' is not concurrency-safe because non-'Sendable' type 'PDFAutoresizing' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:197:15: note: consider making struct 'PDFAutoresizing' conform to the 'Sendable' protocol
public struct PDFAutoresizing: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: note: add '@MainActor' to make static property 'flexibleHeight' part of global actor 'MainActor'
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:247:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage, CGRect)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:250:12: error: cannot find type 'CGPath' in scope
        case path(CGPath)
                  ^~~~~~
SwiftDriverJobDiscovery normal armv7k Compiling Strength.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriver PDFAuthor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PDFAuthor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling ConstraintOperatorsInt.swift, Double+Epsilon.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ TableChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift, Expression.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ PDFRegionConstraints.swift,\ StackRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
EmitSwiftModule normal arm64 (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Row.swift, Solver.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 Compiling\ Types.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftDriverJobDiscovery normal arm64_32 Compiling OrderedDictionary.swift, RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal armv7k Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal armv7k Compiling\ MultiColumnStringRegion.swift,\ PDFChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
Command SwiftCompile failed with a nonzero exit code
SwiftCompile normal armv7k Compiling\ PDFAuthor.swift,\ ImageRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
	EmitSwiftModule normal arm64_32 (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftEmitModule normal armv7k Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
	EmitSwiftModule normal armv7k (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftCompile normal arm64_32 Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftCompile normal armv7k Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftCompile normal armv7k Compiling\ MultiColumnStringRegion.swift,\ PDFChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftCompile normal armv7k Compiling\ PDFAuthor.swift,\ ImageRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
	Building workspace spi-builder-workspace with scheme PDFAuthor-Package
(9 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 1.2.0
  Cassowary: https://github.com/tribalworldwidelondon/CassowarySwift.git @ 2.0.1
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 1.2.0
  PDFAuthor: /Users/admin/builder/spi-builder-workspace
resolved source packages: CwlPreconditionTesting, Cassowary, CwlCatchException, PDFAuthor
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "cassowaryswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tribalworldwidelondon/CassowarySwift.git"
    }
  ],
  "manifest_display_name" : "PDFAuthor",
  "name" : "PDFAuthor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PDFAuthor",
      "targets" : [
        "PDFAuthor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PDFAuthorDemo",
      "targets" : [
        "PDFAuthorDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "StackRegionDemo",
      "targets" : [
        "StackRegionDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StackRegionDemo",
      "module_type" : "SwiftTarget",
      "name" : "StackRegionDemo",
      "path" : "Sources/StackRegionDemo",
      "product_memberships" : [
        "StackRegionDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PDFAuthorTests",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthorTests",
      "path" : "Tests/PDFAuthorTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "AssertionHelpers.swift",
        "ImageRegionTests.swift",
        "PDFAuthorTests.swift",
        "PDFDocumentTests.swift",
        "PDFRegionConstraintsTest.swift",
        "PDFRegionTests.swift",
        "TypesTests.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PDFAuthorDemo",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthorDemo",
      "path" : "Sources/PDFAuthorDemo",
      "product_memberships" : [
        "PDFAuthorDemo"
      ],
      "sources" : [
        "Invoice.swift",
        "Masks.swift",
        "TextColumns.swift",
        "TitlePage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PDFAuthor",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthor",
      "path" : "Sources/PDFAuthor",
      "product_dependencies" : [
        "Cassowary"
      ],
      "product_memberships" : [
        "PDFAuthor",
        "PDFAuthorDemo",
        "StackRegionDemo"
      ],
      "sources" : [
        "PDFAuthor.swift",
        "Renderable/ImageRegion.swift",
        "Renderable/MultiColumnStringRegion.swift",
        "Renderable/PDFChapter.swift",
        "Renderable/PDFPage.swift",
        "Renderable/PDFRegion.swift",
        "Renderable/PDFRegionConstraints.swift",
        "Renderable/StackRegion/StackRegion.swift",
        "Renderable/StackRegion/StackRegionTypes.swift",
        "Renderable/StringRegion.swift",
        "Renderable/TableChapter/TableChapter.swift",
        "Renderable/TableChapter/TableChapterDataSource.swift",
        "Types/PDFError.swift",
        "Types/Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PDFAuthor",
      "PDFAuthor-Package",
      "PDFAuthorDemo",
      "StackRegionDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PDFAuthor-Package -destination generic/platform=watchOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PDFAuthor-Package -destination generic/platform=watchOS
Resolve Package Graph
Resolved source packages:
  PDFAuthor: /Users/admin/builder/spi-builder-workspace
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 1.2.0
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 1.2.0
  Cassowary: https://github.com/tribalworldwidelondon/CassowarySwift.git @ 2.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'StackRegionDemo' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'PDFAuthorDemo' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'Cassowary' in project 'Cassowary'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'Cassowary' in project 'Cassowary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 34ac074d935e8e38270d7d0a906e9ecb
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/34ac074d935e8e38270d7d0a906e9ecb.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
SwiftDriver Cassowary normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Cassowary normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Cassowary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ ConstraintOperators.swift,\ ConstraintOperatorsCGFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperators.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Errors.swift,\ Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Errors.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ OrderedDictionary.swift,\ RelationalOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Symbol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Strength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Strength.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Strength.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Row.swift,\ Solver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Row.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Solver.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Row.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Solver.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ CassowaryDebugDescription.swift,\ Constraint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Term.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64_32 Compiling\ Variable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Cassowary (in target 'Cassowary' from project 'Cassowary')
EmitSwiftModule normal arm64_32 (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Cassowary (in target 'Cassowary' from project 'Cassowary')
EmitSwiftModule normal arm64 (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal armv7k Emitting\ module\ for\ Cassowary (in target 'Cassowary' from project 'Cassowary')
EmitSwiftModule normal armv7k (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Strength.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriverJobDiscovery normal arm64_32 Compiling Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ Errors.swift,\ Expression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Errors.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ Variable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ ConstraintOperatorsInt.swift,\ Double+Epsilon.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsInt.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Double+Epsilon.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsInt.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Double+Epsilon.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Emitting module for Cassowary (in target 'Cassowary' from project 'Cassowary')
SwiftDriver\ Compilation\ Requirements Cassowary normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling OrderedDictionary.swift, RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ Symbol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cassowary.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary.abi.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64_32/Cassowary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cassowary.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling CassowaryDebugDescription.swift, Constraint.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ Term.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Variable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64_32 Compiling Errors.swift, Expression.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ ConstraintOperators.swift,\ ConstraintOperatorsCGFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperators.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ Symbol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ Term.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Cassowary (in target 'Cassowary' from project 'Cassowary')
SwiftDriver\ Compilation\ Requirements Cassowary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k Compiling\ ConstraintOperators.swift,\ ConstraintOperatorsCGFloat.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperators.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperators.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Emitting module for Cassowary (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ OrderedDictionary.swift,\ RelationalOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriver\ Compilation\ Requirements Cassowary normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift, Expression.swift (in target 'Cassowary' from project 'Cassowary')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cassowary.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cassowary.swiftmodule/arm64-apple-watchos.abi.json
SwiftCompile normal arm64 Compiling\ OrderedDictionary.swift,\ RelationalOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ CassowaryDebugDescription.swift,\ Constraint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Variable.swift (in target 'Cassowary' from project 'Cassowary')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cassowary.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary.abi.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-watchos/Cassowary.build/Objects-normal/armv7k/Cassowary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Cassowary.swiftmodule/armv7k-apple-watchos.abi.json
SwiftDriverJobDiscovery normal arm64_32 Compiling Row.swift, Solver.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ CassowaryDebugDescription.swift,\ Constraint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k Compiling\ Row.swift,\ Solver.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Row.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Solver.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Row.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Solver.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriver PDFAuthor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PDFAuthor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriver PDFAuthor normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PDFAuthor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Compiling ConstraintOperatorsInt.swift, Double+Epsilon.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriver PDFAuthor normal armv7k com.apple.xcode.tools.swift.compiler (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PDFAuthor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/armv7k/PDFAuthor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Strength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Strength.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Strength.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
EmitSwiftModule normal arm64 (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegionTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -target arm64_32-apple-watchos5.0 -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 11.4 -target-sdk-name watchos11.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-watchos/PDFAuthor.build/Objects-normal/arm64_32/PDFAuthor.abi.json
EmitSwiftModule normal arm64_32 (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:75: error: cannot find type 'PDFOutline' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:59: error: cannot find type 'PDFDocument' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:98: error: cannot find type 'PDFOutline' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                                        ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:82: error: cannot find type 'PDFDocument' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:36:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:37:24: error: cannot find type 'PDFImage' in scope
        case imageBlock(() -> PDFImage?)
                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:38:15: error: cannot find type 'CGImage' in scope
        case cgImage(CGImage)
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:40:23: error: cannot find type 'CGImage' in scope
        func getCGImage() -> CGImage? {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:110:26: error: cannot find type 'CGBlendMode' in scope
        public var blendMode:   CGBlendMode?
                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:47: error: cannot find type 'CGContext' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                     ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:71: error: cannot find type 'CGRect' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:21: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                 ~~~~      ^
                 public
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:35: error: cannot find type 'CGRect' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:148:21: error: cannot find type 'CGRect' in scope
                                                                                         bounds: CGRect,
                                                                                                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:24: error: cannot find type 'CGSize' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:76: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:46: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:65: error: cannot find type 'CGSize' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:77: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:47: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:66: error: cannot find type 'CGSize' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:117:11: error: cannot find type 'PDFFont' in scope
                                font: PDFFont = PDFFont.systemFont(ofSize: PDFFont.systemFontSize),
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:118:12: error: cannot find type 'PDFColor' in scope
                                color: PDFColor = .black,
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:119:16: error: cannot find type 'NSTextAlignment' in scope
                                alignment: NSTextAlignment = .left,
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:41:32: error: cannot find type 'PDFFont' in scope
        public var  font:             PDFFont?
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:44:32: error: cannot find type 'PDFColor' in scope
        public var  textColor:        PDFColor?
                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:47:32: error: cannot find type 'NSTextAlignment' in scope
        public var  textAlignment:    NSTextAlignment?
                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:89:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:59:42: error: cannot find type 'CGContext' in scope
        internal func render(toContext context: CGContext) {
                                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:107:59: error: cannot find type 'CGContext' in scope
        override internal func drawInternal(withContext context: CGContext, inRect rect: CGRect) {
                                                                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:152:34: error: 'Expression' is ambiguous for type lookup in this context
        public var leftBackgroundInset: Expression {
                                        ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:156:35: error: 'Expression' is ambiguous for type lookup in this context
        public var rightBackgroundInset: Expression {
                                         ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:160:33: error: 'Expression' is ambiguous for type lookup in this context
        public var topBackgroundInset: Expression {
                                       ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:164:36: error: 'Expression' is ambiguous for type lookup in this context
        public var bottomBackgroundInset: Expression {
                                          ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:44:30: error: cannot find type 'PDFColor' in scope
        public var backgroundColor: PDFColor      = .clear
                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:55:37: error: cannot find type 'PDFColor' in scope
                case solid(width: CGFloat, color: PDFColor)
                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:58:38: error: cannot find type 'PDFColor' in scope
                case dashed(width: CGFloat, color: PDFColor, phase: CGFloat, lengths: [CGFloat])
                                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:85: error: cannot find type 'NSTextAlignment' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:106:49: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, color: PDFColor) {
                                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:115:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:45:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:51:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor?
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:57:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor?
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift:74:35: error: cannot find type 'PDFColor' in scope
        public var  pageBackgroundColor: PDFColor?
                                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:114:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor? {
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:118:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor? {
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:247:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage, CGRect)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:250:12: error: cannot find type 'CGPath' in scope
        case path(CGPath)
                  ^~~~~~
SwiftDriverJobDiscovery normal arm64_32 Compiling ConstraintOperators.swift, ConstraintOperatorsCGFloat.swift (in target 'Cassowary' from project 'Cassowary')
SwiftEmitModule normal armv7k Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
EmitSwiftModule normal armv7k (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:75: error: cannot find type 'PDFOutline' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:59: error: cannot find type 'PDFDocument' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:98: error: cannot find type 'PDFOutline' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                                        ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:82: error: cannot find type 'PDFDocument' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:36:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:37:24: error: cannot find type 'PDFImage' in scope
        case imageBlock(() -> PDFImage?)
                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:38:15: error: cannot find type 'CGImage' in scope
        case cgImage(CGImage)
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:40:23: error: cannot find type 'CGImage' in scope
        func getCGImage() -> CGImage? {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:110:26: error: cannot find type 'CGBlendMode' in scope
        public var blendMode:   CGBlendMode?
                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:47: error: cannot find type 'CGContext' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                     ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:71: error: cannot find type 'CGRect' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:21: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                 ~~~~      ^
                 public
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:35: error: cannot find type 'CGRect' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:148:21: error: cannot find type 'CGRect' in scope
                                                                                         bounds: CGRect,
                                                                                                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:24: error: cannot find type 'CGSize' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:76: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:46: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:65: error: cannot find type 'CGSize' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:77: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:47: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:66: error: cannot find type 'CGSize' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:117:11: error: cannot find type 'PDFFont' in scope
                                font: PDFFont = PDFFont.systemFont(ofSize: PDFFont.systemFontSize),
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:118:12: error: cannot find type 'PDFColor' in scope
                                color: PDFColor = .black,
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:119:16: error: cannot find type 'NSTextAlignment' in scope
                                alignment: NSTextAlignment = .left,
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:41:32: error: cannot find type 'PDFFont' in scope
        public var  font:             PDFFont?
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:44:32: error: cannot find type 'PDFColor' in scope
        public var  textColor:        PDFColor?
                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:47:32: error: cannot find type 'NSTextAlignment' in scope
        public var  textAlignment:    NSTextAlignment?
                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:89:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:59:42: error: cannot find type 'CGContext' in scope
        internal func render(toContext context: CGContext) {
                                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:107:59: error: cannot find type 'CGContext' in scope
        override internal func drawInternal(withContext context: CGContext, inRect rect: CGRect) {
                                                                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:152:34: error: 'Expression' is ambiguous for type lookup in this context
        public var leftBackgroundInset: Expression {
                                        ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:156:35: error: 'Expression' is ambiguous for type lookup in this context
        public var rightBackgroundInset: Expression {
                                         ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:160:33: error: 'Expression' is ambiguous for type lookup in this context
        public var topBackgroundInset: Expression {
                                       ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:164:36: error: 'Expression' is ambiguous for type lookup in this context
        public var bottomBackgroundInset: Expression {
                                          ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:44:30: error: cannot find type 'PDFColor' in scope
        public var backgroundColor: PDFColor      = .clear
                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:55:37: error: cannot find type 'PDFColor' in scope
                case solid(width: CGFloat, color: PDFColor)
                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:58:38: error: cannot find type 'PDFColor' in scope
                case dashed(width: CGFloat, color: PDFColor, phase: CGFloat, lengths: [CGFloat])
                                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:85: error: cannot find type 'NSTextAlignment' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:106:49: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, color: PDFColor) {
                                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:115:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:45:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:51:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor?
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:57:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor?
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift:74:35: error: cannot find type 'PDFColor' in scope
        public var  pageBackgroundColor: PDFColor?
                                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:114:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor? {
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:118:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor? {
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:247:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage, CGRect)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:250:12: error: cannot find type 'CGPath' in scope
        case path(CGPath)
                  ^~~~~~
SwiftDriverJobDiscovery normal armv7k Compiling OrderedDictionary.swift, RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ MultiColumnStringRegion.swift,\ PDFChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal armv7k Compiling CassowaryDebugDescription.swift, Constraint.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling OrderedDictionary.swift, RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64_32 Compiling\ StackRegionTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegionTypes.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegionTypes.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CassowaryDebugDescription.swift, Constraint.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ StackRegionTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegionTypes.swift (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftDriverJobDiscovery normal arm64 Compiling Strength.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal armv7k Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64_32 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
	EmitSwiftModule normal arm64_32 (in target 'PDFAuthor' from project 'PDFAuthor')
	EmitSwiftModule normal armv7k (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftCompile normal armv7k Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
	Building workspace spi-builder-workspace with scheme PDFAuthor-Package
(5 failures)
BUILD FAILURE 6.1 watchOS