Build Information
Failed to build PDFAuthor, reference 0.2.0 (a360d6
), with Swift 6.0 for iOS using Xcode 16.2 on 1 Dec 2024 07:47:51 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=iOS 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
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)
SwiftCompile normal arm64 Compiling\ TableChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift (in target 'PDFAuthor' from project 'PDFAuthor')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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 -primary-file /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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.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/TableChapter.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 -primary-file /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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapter.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegionTypes.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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\ 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-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFChapter.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/MultiColumnStringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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\ 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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFError.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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\ 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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/TableChapterDataSource.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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\ 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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StackRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFRegionConstraints.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.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 -primary-file /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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.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/StringRegion.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 -primary-file /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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/StringRegion.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/ImageRegion.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.dia -target arm64-apple-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-iphoneos/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/PDFAuthor.build/Objects-normal/arm64/Types.o -index-unit-output-path /PDFAuthor.build/Debug-iphoneos/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-ios12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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-iphoneos/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/iphoneos18.1-22B74-f2ea1940d4ae1642e20681c3a33270e4.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Cassowary -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.1 -target-sdk-name iphoneos18.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.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-iphoneos/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-iphoneos/Cassowary.build/Objects-normal/arm64/Cassowary.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/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-iphoneos/Cassowary.build/Objects-normal/arm64/Cassowary-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-iphoneos/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json
Command SwiftEmitModule failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
EmitSwiftModule normal arm64 (in target 'PDFAuthor' from project 'PDFAuthor')
SwiftEmitModule normal arm64 Emitting\ module\ for\ PDFAuthor (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 iOS