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 0.2.0 (a360d6), with Swift 6.0 for visionOS using Xcode 16.2 on 1 Dec 2024 07:47:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PDFAuthor-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                                                      ^~~~~~~
/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: annotate 'A0' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A1' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A2' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A3' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A4' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A5' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A6' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A7' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A8' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A9' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A10' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'letter' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A0Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A1Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A2Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A3Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A4Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A5Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A6Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A7Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A8Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A9Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'A10Landscape' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'letterLandscape' with '@MainActor' if property should only be accessed from the main actor
        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: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: annotate 'flexibleWidth' with '@MainActor' if property should only be accessed from the main actor
        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: annotate 'flexibleHeight' with '@MainActor' if property should only be accessed from the main actor
        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)
                  ^~~~~~
SwiftCompile normal arm64 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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ TableChapterDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PDFPage.swift,\ PDFRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFPage.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ StackRegionTypes.swift /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
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ PDFError.swift /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
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFError.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
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
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 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')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift -primary-file /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 -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Types.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /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 -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.o -index-unit-output-path /PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/Types.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ Cassowary (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.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/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/CassowaryDebugDescription.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Constraint.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 /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 /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 /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 /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 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Strength.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Symbol.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Term.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Variable.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.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 -suppress-warnings -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/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.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.1.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 -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cassowary -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.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/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
	EmitSwiftModule normal arm64 (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ Cassowary (in target 'Cassowary' from project 'Cassowary')
	Building workspace spi-builder-workspace with scheme PDFAuthor-Package
(4 failures)
BUILD FAILURE 6.0 visionOS