The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build PDFAuthor, reference 0.2.0 (a360d6), with Swift 6.1 for visionOS using Xcode 16.3 on 29 Apr 2025 01:22:45 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tribalworldwidelondon/PDFAuthor.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tribalworldwidelondon/PDFAuthor
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at a360d6a Fixed missing imports
Cloned https://github.com/tribalworldwidelondon/PDFAuthor.git
Revision (git rev-parse @):
a360d6aa8b61ecc0fe3ad12b996c77a7259a6567
SUCCESS checkout https://github.com/tribalworldwidelondon/PDFAuthor.git at 0.2.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tribalworldwidelondon/PDFAuthor.git
https://github.com/tribalworldwidelondon/PDFAuthor.git
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "cassowaryswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tribalworldwidelondon/CassowarySwift.git"
    }
  ],
  "manifest_display_name" : "PDFAuthor",
  "name" : "PDFAuthor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PDFAuthor",
      "targets" : [
        "PDFAuthor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PDFAuthorDemo",
      "targets" : [
        "PDFAuthorDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "StackRegionDemo",
      "targets" : [
        "StackRegionDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StackRegionDemo",
      "module_type" : "SwiftTarget",
      "name" : "StackRegionDemo",
      "path" : "Sources/StackRegionDemo",
      "product_memberships" : [
        "StackRegionDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PDFAuthorTests",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthorTests",
      "path" : "Tests/PDFAuthorTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "AssertionHelpers.swift",
        "ImageRegionTests.swift",
        "PDFAuthorTests.swift",
        "PDFDocumentTests.swift",
        "PDFRegionConstraintsTest.swift",
        "PDFRegionTests.swift",
        "TypesTests.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PDFAuthorDemo",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthorDemo",
      "path" : "Sources/PDFAuthorDemo",
      "product_memberships" : [
        "PDFAuthorDemo"
      ],
      "sources" : [
        "Invoice.swift",
        "Masks.swift",
        "TextColumns.swift",
        "TitlePage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PDFAuthor",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthor",
      "path" : "Sources/PDFAuthor",
      "product_dependencies" : [
        "Cassowary"
      ],
      "product_memberships" : [
        "PDFAuthor",
        "PDFAuthorDemo",
        "StackRegionDemo"
      ],
      "sources" : [
        "PDFAuthor.swift",
        "Renderable/ImageRegion.swift",
        "Renderable/MultiColumnStringRegion.swift",
        "Renderable/PDFChapter.swift",
        "Renderable/PDFPage.swift",
        "Renderable/PDFRegion.swift",
        "Renderable/PDFRegionConstraints.swift",
        "Renderable/StackRegion/StackRegion.swift",
        "Renderable/StackRegion/StackRegionTypes.swift",
        "Renderable/StringRegion.swift",
        "Renderable/TableChapter/TableChapter.swift",
        "Renderable/TableChapter/TableChapterDataSource.swift",
        "Types/PDFError.swift",
        "Types/Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/tribalworldwidelondon/CassowarySwift.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 1.2.0 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘CwlCatchException’
Checking out 1.2.0 of package ‘CwlCatchException’
Creating working copy of package ‘CassowarySwift’
Checking out 2.0.1 of package ‘CassowarySwift’
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 1.2.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 1.2.0
  PDFAuthor: /Users/admin/builder/spi-builder-workspace
  Cassowary: https://github.com/tribalworldwidelondon/CassowarySwift.git @ 2.0.1
resolved source packages: CwlCatchException, CwlPreconditionTesting, PDFAuthor, Cassowary
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "cassowaryswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tribalworldwidelondon/CassowarySwift.git"
    }
  ],
  "manifest_display_name" : "PDFAuthor",
  "name" : "PDFAuthor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PDFAuthor",
      "targets" : [
        "PDFAuthor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PDFAuthorDemo",
      "targets" : [
        "PDFAuthorDemo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "StackRegionDemo",
      "targets" : [
        "StackRegionDemo"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StackRegionDemo",
      "module_type" : "SwiftTarget",
      "name" : "StackRegionDemo",
      "path" : "Sources/StackRegionDemo",
      "product_memberships" : [
        "StackRegionDemo"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PDFAuthorTests",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthorTests",
      "path" : "Tests/PDFAuthorTests",
      "product_dependencies" : [
        "CwlPreconditionTesting"
      ],
      "sources" : [
        "AssertionHelpers.swift",
        "ImageRegionTests.swift",
        "PDFAuthorTests.swift",
        "PDFDocumentTests.swift",
        "PDFRegionConstraintsTest.swift",
        "PDFRegionTests.swift",
        "TypesTests.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PDFAuthorDemo",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthorDemo",
      "path" : "Sources/PDFAuthorDemo",
      "product_memberships" : [
        "PDFAuthorDemo"
      ],
      "sources" : [
        "Invoice.swift",
        "Masks.swift",
        "TextColumns.swift",
        "TitlePage.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "PDFAuthor"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "PDFAuthor",
      "module_type" : "SwiftTarget",
      "name" : "PDFAuthor",
      "path" : "Sources/PDFAuthor",
      "product_dependencies" : [
        "Cassowary"
      ],
      "product_memberships" : [
        "PDFAuthor",
        "PDFAuthorDemo",
        "StackRegionDemo"
      ],
      "sources" : [
        "PDFAuthor.swift",
        "Renderable/ImageRegion.swift",
        "Renderable/MultiColumnStringRegion.swift",
        "Renderable/PDFChapter.swift",
        "Renderable/PDFPage.swift",
        "Renderable/PDFRegion.swift",
        "Renderable/PDFRegionConstraints.swift",
        "Renderable/StackRegion/StackRegion.swift",
        "Renderable/StackRegion/StackRegionTypes.swift",
        "Renderable/StringRegion.swift",
        "Renderable/TableChapter/TableChapter.swift",
        "Renderable/TableChapter/TableChapterDataSource.swift",
        "Types/PDFError.swift",
        "Types/Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PDFAuthor",
      "PDFAuthor-Package",
      "PDFAuthorDemo",
      "StackRegionDemo"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "PDFAuthor",
      "PDFAuthor-Package",
      "PDFAuthorDemo",
      "StackRegionDemo"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PDFAuthor-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme PDFAuthor-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 1.2.0
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 1.2.0
  PDFAuthor: /Users/admin/builder/spi-builder-workspace
  Cassowary: https://github.com/tribalworldwidelondon/CassowarySwift.git @ 2.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'StackRegionDemo' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'PDFAuthorDemo' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'PDFAuthor' in project 'PDFAuthor'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'Cassowary' in project 'Cassowary'
        ➜ Explicit dependency on target 'Cassowary' in project 'Cassowary'
    Target 'Cassowary' in project 'Cassowary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0107bf88dbceb81fa4a663f9c062fce9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0107bf88dbceb81fa4a663f9c062fce9.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/PDFAuthorDemo.DependencyMetadataFileList (in target 'PDFAuthorDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/PDFAuthorDemo.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/PDFAuthorDemo.DependencyStaticMetadataFileList (in target 'PDFAuthorDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/PDFAuthorDemo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/StackRegionDemo.DependencyStaticMetadataFileList (in target 'StackRegionDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/StackRegionDemo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo_const_extract_protocols.json (in target 'StackRegionDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/StackRegionDemo.DependencyMetadataFileList (in target 'StackRegionDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/StackRegionDemo.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo.LinkFileList (in target 'StackRegionDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo-OutputFileMap.json (in target 'StackRegionDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo.SwiftFileList (in target 'StackRegionDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/StackRegionDemo.build/Objects-normal/arm64/StackRegionDemo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo_const_extract_protocols.json (in target 'PDFAuthorDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo.SwiftFileList (in target 'PDFAuthorDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo.LinkFileList (in target 'PDFAuthorDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo-OutputFileMap.json (in target 'PDFAuthorDemo' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthorDemo.build/Objects-normal/arm64/PDFAuthorDemo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.modulemap (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.DependencyStaticMetadataFileList (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.DependencyMetadataFileList (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftConstValuesFileList (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftFileList (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-OutputFileMap.json (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.LinkFileList (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.LinkFileList (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftConstValuesFileList (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PDFAuthor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.modulemap (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/PDFAuthor.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.modulemap (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.DependencyStaticMetadataFileList (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.DependencyMetadataFileList (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Cassowary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.modulemap (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Cassowary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Cassowary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ OrderedDictionary.swift,\ RelationalOperator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/RelationalOperator.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/OrderedDictionary.swift (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Cassowary (in target 'Cassowary' from project 'Cassowary')
SwiftDriver\ Compilation\ Requirements Cassowary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Cassowary-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Cassowary-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftdoc (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftsourceinfo (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriver PDFAuthor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PDFAuthor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift (in target 'PDFAuthor' from project 'PDFAuthor')
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

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:75: error: cannot find type 'PDFOutline' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                                 ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:234:59: error: cannot find type 'PDFDocument' in scope
        private func generateOutlineObject(forDocument document: PDFDocument) -> PDFOutline? {
                                                                 ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:98: error: cannot find type 'PDFOutline' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                                        ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift:242:82: error: cannot find type 'PDFDocument' in scope
        private final func recursiveOutlineObject(outlineDict: [String: Any], document: PDFDocument) -> PDFOutline? {
                                                                                        ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:36:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:37:24: error: cannot find type 'PDFImage' in scope
        case imageBlock(() -> PDFImage?)
                              ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:38:15: error: cannot find type 'CGImage' in scope
        case cgImage(CGImage)
                     ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:40:23: error: cannot find type 'CGImage' in scope
        func getCGImage() -> CGImage? {
                             ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:110:26: error: cannot find type 'CGBlendMode' in scope
        public var blendMode:   CGBlendMode?
                                ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:47: error: cannot find type 'CGContext' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                     ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:71: error: cannot find type 'CGRect' in scope
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:113:21: warning: members of 'final' classes are implicitly 'final'; use 'public' instead of 'open'
        override open func draw(withContext context: CGContext, inRect rect: CGRect) {
                 ~~~~      ^
                 public
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:35: error: cannot find type 'CGRect' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                               ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:148:21: error: cannot find type 'CGRect' in scope
                                                                                         bounds: CGRect,
                                                                                                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:149:24: error: cannot find type 'CGSize' in scope
                                                                                         imageSize: CGSize) -> CGRect {
                                                                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:76: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                  ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:46: error: cannot find type 'CGRect' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                    ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:205:65: error: cannot find type 'CGSize' in scope
        internal static func aspectFitFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:77: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:47: error: cannot find type 'CGRect' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                     ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift:222:66: error: cannot find type 'CGSize' in scope
        internal static func aspectFillFrame(bounds: CGRect, imageSize: CGSize) -> CGRect {
                                                                        ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:117:11: error: cannot find type 'PDFFont' in scope
                                font: PDFFont = PDFFont.systemFont(ofSize: PDFFont.systemFontSize),
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:118:12: error: cannot find type 'PDFColor' in scope
                                color: PDFColor = .black,
                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:119:16: error: cannot find type 'NSTextAlignment' in scope
                                alignment: NSTextAlignment = .left,
                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:41:32: error: cannot find type 'PDFFont' in scope
        public var  font:             PDFFont?
                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:44:32: error: cannot find type 'PDFColor' in scope
        public var  textColor:        PDFColor?
                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:47:32: error: cannot find type 'NSTextAlignment' in scope
        public var  textAlignment:    NSTextAlignment?
                                      ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift:89:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:59:42: error: cannot find type 'CGContext' in scope
        internal func render(toContext context: CGContext) {
                                                ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:107:59: error: cannot find type 'CGContext' in scope
        override internal func drawInternal(withContext context: CGContext, inRect rect: CGRect) {
                                                                 ^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:152:34: error: 'Expression' is ambiguous for type lookup in this context
        public var leftBackgroundInset: Expression {
                                        ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:156:35: error: 'Expression' is ambiguous for type lookup in this context
        public var rightBackgroundInset: Expression {
                                         ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:160:33: error: 'Expression' is ambiguous for type lookup in this context
        public var topBackgroundInset: Expression {
                                       ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift:164:36: error: 'Expression' is ambiguous for type lookup in this context
        public var bottomBackgroundInset: Expression {
                                          ^~~~~~~~~~
Foundation.Expression:2:15: note: found this candidate
public struct Expression<each Input, Output> : Sendable {
              ^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift/Sources/Cassowary/Expression.swift:34:20: note: found this candidate
public final class Expression: CustomStringConvertible, CassowaryDebugDescription {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:44:30: error: cannot find type 'PDFColor' in scope
        public var backgroundColor: PDFColor      = .clear
                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:55:37: error: cannot find type 'PDFColor' in scope
                case solid(width: CGFloat, color: PDFColor)
                                                  ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift:58:38: error: cannot find type 'PDFColor' in scope
                case dashed(width: CGFloat, color: PDFColor, phase: CGFloat, lengths: [CGFloat])
                                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:82:85: error: cannot find type 'NSTextAlignment' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor, alignment: NSTextAlignment) {
                                                                                           ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:96:64: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, font: PDFFont, color: PDFColor) {
                                                                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:106:49: error: cannot find type 'PDFColor' in scope
        public convenience init(string: String, color: PDFColor) {
                                                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:115:48: error: cannot find type 'PDFFont' in scope
        public convenience init(string: String, font: PDFFont) {
                                                      ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift:45:52: error: cannot find type 'NSStringDrawingOptions' in scope
                public typealias PDFAuthorStringDrawingOptions = NSStringDrawingOptions
                                                                 ^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:51:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor?
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:57:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor?
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift:74:35: error: cannot find type 'PDFColor' in scope
        public var  pageBackgroundColor: PDFColor?
                                         ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:114:111: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForRowAtIndexPath indexPath: PDFIndexPath) -> PDFColor? {
                                                                                                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift:118:87: error: cannot find type 'PDFColor' in scope
        func tableChapter(_ tableChapter: TableChapter, backgroundColorForPage page: Int) -> PDFColor? {
                                                                                             ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:40:20: warning: static property 'A0' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A0              = PDFPageSize(width: 2384, height: 3370)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:40:20: note: add '@MainActor' to make static property 'A0' part of global actor 'MainActor'
        public static let A0              = PDFPageSize(width: 2384, height: 3370)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:40:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A0              = PDFPageSize(width: 2384, height: 3370)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:43:20: warning: static property 'A1' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A1              = PDFPageSize(width: 1684, height: 2384)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:43:20: note: add '@MainActor' to make static property 'A1' part of global actor 'MainActor'
        public static let A1              = PDFPageSize(width: 1684, height: 2384)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:43:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A1              = PDFPageSize(width: 1684, height: 2384)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:46:20: warning: static property 'A2' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A2              = PDFPageSize(width: 1191, height: 1684)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:46:20: note: add '@MainActor' to make static property 'A2' part of global actor 'MainActor'
        public static let A2              = PDFPageSize(width: 1191, height: 1684)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:46:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A2              = PDFPageSize(width: 1191, height: 1684)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:49:20: warning: static property 'A3' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A3              = PDFPageSize(width: 842, height: 1191)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:49:20: note: add '@MainActor' to make static property 'A3' part of global actor 'MainActor'
        public static let A3              = PDFPageSize(width: 842, height: 1191)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:49:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A3              = PDFPageSize(width: 842, height: 1191)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:52:20: warning: static property 'A4' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A4              = PDFPageSize(width: 595, height: 842)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:52:20: note: add '@MainActor' to make static property 'A4' part of global actor 'MainActor'
        public static let A4              = PDFPageSize(width: 595, height: 842)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:52:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A4              = PDFPageSize(width: 595, height: 842)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:55:20: warning: static property 'A5' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A5              = PDFPageSize(width: 420, height: 595)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:55:20: note: add '@MainActor' to make static property 'A5' part of global actor 'MainActor'
        public static let A5              = PDFPageSize(width: 420, height: 595)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:55:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A5              = PDFPageSize(width: 420, height: 595)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:58:20: warning: static property 'A6' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A6              = PDFPageSize(width: 298, height: 420)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:58:20: note: add '@MainActor' to make static property 'A6' part of global actor 'MainActor'
        public static let A6              = PDFPageSize(width: 298, height: 420)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:58:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A6              = PDFPageSize(width: 298, height: 420)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:61:20: warning: static property 'A7' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A7              = PDFPageSize(width: 210, height: 298)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:61:20: note: add '@MainActor' to make static property 'A7' part of global actor 'MainActor'
        public static let A7              = PDFPageSize(width: 210, height: 298)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:61:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A7              = PDFPageSize(width: 210, height: 298)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:64:20: warning: static property 'A8' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A8              = PDFPageSize(width: 147, height: 210)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:64:20: note: add '@MainActor' to make static property 'A8' part of global actor 'MainActor'
        public static let A8              = PDFPageSize(width: 147, height: 210)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:64:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A8              = PDFPageSize(width: 147, height: 210)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:67:20: warning: static property 'A9' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A9              = PDFPageSize(width: 105, height: 147)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:67:20: note: add '@MainActor' to make static property 'A9' part of global actor 'MainActor'
        public static let A9              = PDFPageSize(width: 105, height: 147)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:67:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A9              = PDFPageSize(width: 105, height: 147)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:70:20: warning: static property 'A10' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A10             = PDFPageSize(width: 74, height: 105)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:70:20: note: add '@MainActor' to make static property 'A10' part of global actor 'MainActor'
        public static let A10             = PDFPageSize(width: 74, height: 105)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:70:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A10             = PDFPageSize(width: 74, height: 105)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: warning: static property 'letter' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: note: add '@MainActor' to make static property 'letter' part of global actor 'MainActor'
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:73:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let letter          = PDFPageSize(width: 612, height: 792)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: warning: static property 'A0Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A0Landscape     = landscape(A0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: note: add '@MainActor' to make static property 'A0Landscape' part of global actor 'MainActor'
        public static let A0Landscape     = landscape(A0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:76:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A0Landscape     = landscape(A0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: warning: static property 'A1Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A1Landscape     = landscape(A1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: note: add '@MainActor' to make static property 'A1Landscape' part of global actor 'MainActor'
        public static let A1Landscape     = landscape(A1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:79:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A1Landscape     = landscape(A1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: warning: static property 'A2Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A2Landscape     = landscape(A2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: note: add '@MainActor' to make static property 'A2Landscape' part of global actor 'MainActor'
        public static let A2Landscape     = landscape(A2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:82:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A2Landscape     = landscape(A2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: warning: static property 'A3Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A3Landscape     = landscape(A3)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: note: add '@MainActor' to make static property 'A3Landscape' part of global actor 'MainActor'
        public static let A3Landscape     = landscape(A3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:85:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A3Landscape     = landscape(A3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: warning: static property 'A4Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A4Landscape     = landscape(A4)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: note: add '@MainActor' to make static property 'A4Landscape' part of global actor 'MainActor'
        public static let A4Landscape     = landscape(A4)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:88:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A4Landscape     = landscape(A4)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: warning: static property 'A5Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A5Landscape     = landscape(A5)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: note: add '@MainActor' to make static property 'A5Landscape' part of global actor 'MainActor'
        public static let A5Landscape     = landscape(A5)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:91:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A5Landscape     = landscape(A5)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: warning: static property 'A6Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A6Landscape     = landscape(A6)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: note: add '@MainActor' to make static property 'A6Landscape' part of global actor 'MainActor'
        public static let A6Landscape     = landscape(A6)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:94:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A6Landscape     = landscape(A6)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: warning: static property 'A7Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A7Landscape     = landscape(A7)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: note: add '@MainActor' to make static property 'A7Landscape' part of global actor 'MainActor'
        public static let A7Landscape     = landscape(A7)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:97:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A7Landscape     = landscape(A7)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: warning: static property 'A8Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A8Landscape     = landscape(A8)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: note: add '@MainActor' to make static property 'A8Landscape' part of global actor 'MainActor'
        public static let A8Landscape     = landscape(A8)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:100:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A8Landscape     = landscape(A8)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: warning: static property 'A9Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A9Landscape     = landscape(A9)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: note: add '@MainActor' to make static property 'A9Landscape' part of global actor 'MainActor'
        public static let A9Landscape     = landscape(A9)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:103:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A9Landscape     = landscape(A9)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: warning: static property 'A10Landscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let A10Landscape    = landscape(A10)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: note: add '@MainActor' to make static property 'A10Landscape' part of global actor 'MainActor'
        public static let A10Landscape    = landscape(A10)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:106:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let A10Landscape    = landscape(A10)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: warning: static property 'letterLandscape' is not concurrency-safe because non-'Sendable' type 'PDFPageSize' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let letterLandscape = landscape(letter)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:38:15: note: consider making struct 'PDFPageSize' conform to the 'Sendable' protocol
public struct PDFPageSize {
              ^
                          : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: note: add '@MainActor' to make static property 'letterLandscape' part of global actor 'MainActor'
        public static let letterLandscape = landscape(letter)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:109:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let letterLandscape = landscape(letter)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: warning: static property 'zero' is not concurrency-safe because non-'Sendable' type 'PDFEdgeInsets' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:136:15: note: consider making struct 'PDFEdgeInsets' conform to the 'Sendable' protocol
public struct PDFEdgeInsets {
              ^
                            : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: note: add '@MainActor' to make static property 'zero' part of global actor 'MainActor'
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:150:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let zero = PDFEdgeInsets(top: 0, left: 0, bottom: 0, right: 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: warning: static property 'flexibleWidth' is not concurrency-safe because non-'Sendable' type 'PDFAutoresizing' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:197:15: note: consider making struct 'PDFAutoresizing' conform to the 'Sendable' protocol
public struct PDFAutoresizing: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: note: add '@MainActor' to make static property 'flexibleWidth' part of global actor 'MainActor'
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:201:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flexibleWidth  = PDFAutoresizing(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: warning: static property 'flexibleHeight' is not concurrency-safe because non-'Sendable' type 'PDFAutoresizing' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:197:15: note: consider making struct 'PDFAutoresizing' conform to the 'Sendable' protocol
public struct PDFAutoresizing: OptionSet {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: note: add '@MainActor' to make static property 'flexibleHeight' part of global actor 'MainActor'
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:204:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flexibleHeight = PDFAutoresizing(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:247:13: error: cannot find type 'PDFImage' in scope
        case image(PDFImage, CGRect)
                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift:250:12: error: cannot find type 'CGPath' in scope
        case path(CGPath)
                  ^~~~~~
SwiftCompile normal arm64 Compiling\ TableChapterDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift (in target 'PDFAuthor' from project 'PDFAuthor')
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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling Symbol.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriverJobDiscovery normal arm64 Compiling Term.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriverJobDiscovery normal arm64 Compiling Variable.swift (in target 'Cassowary' from project 'Cassowary')
SwiftDriverJobDiscovery normal arm64 Emitting module for Cassowary (in target 'Cassowary' from project 'Cassowary')
SwiftDriver\ Compilation\ Requirements Cassowary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Cassowary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json (in target 'Cassowary' from project 'Cassowary')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/CassowarySwift
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Cassowary.build/Debug-xros/Cassowary.build/Objects-normal/arm64/Cassowary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Cassowary.swiftmodule/arm64-apple-xros.abi.json
SwiftDriver PDFAuthor normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PDFAuthor -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/PDFAuthor.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/ImageRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/MultiColumnStringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFPage.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/PDFRegionConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StackRegion/StackRegionTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/StringRegion.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapter.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Renderable/TableChapter/TableChapterDataSource.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PDFAuthor -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PDFAuthor.build/Debug-xros/PDFAuthor.build/Objects-normal/arm64/PDFAuthor.abi.json
EmitSwiftModule normal arm64 (in target 'PDFAuthor' from project 'PDFAuthor')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Types.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/Types.swift (in target 'PDFAuthor' from project 'PDFAuthor')
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

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')
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

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

SwiftDriverJobDiscovery normal arm64 Compiling Errors.swift, Expression.swift (in target 'Cassowary' from project 'Cassowary')
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')
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

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

SwiftDriverJobDiscovery normal arm64 Compiling Strength.swift (in target 'Cassowary' from project 'Cassowary')
SwiftCompile normal arm64 Compiling\ PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift (in target 'PDFAuthor' from project 'PDFAuthor')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ PDFAuthor (in target 'PDFAuthor' from project 'PDFAuthor')
	EmitSwiftModule normal arm64 (in target 'PDFAuthor' from project 'PDFAuthor')
	SwiftCompile normal arm64 Compiling\ PDFError.swift /Users/admin/builder/spi-builder-workspace/Sources/PDFAuthor/Types/PDFError.swift (in target 'PDFAuthor' from project 'PDFAuthor')
	Building workspace spi-builder-workspace with scheme PDFAuthor-Package
(4 failures)
BUILD FAILURE 6.1 visionOS