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

Successful build of TPPDF, reference main (b05afd), with Swift 6.1 for visionOS using Xcode 16.3 on 29 Apr 2025 21:12:31 UTC.

Swift 6 data race errors: 12

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/techprimate/tppdf.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/techprimate/tppdf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b05afde chore(deps): update dependency xcpretty to v0.4.1 (#407)
Cloned https://github.com/techprimate/tppdf.git
Revision (git rev-parse @):
b05afde10a6c975830a23b1d601129e2a6c64c75
SUCCESS checkout https://github.com/techprimate/tppdf.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/techprimate/tppdf.git
https://github.com/techprimate/tppdf.git
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "3.1.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "9.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "TPPDF",
  "name" : "TPPDF",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TPPDF",
      "targets" : [
        "TPPDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TPPDFTests",
      "module_type" : "SwiftTarget",
      "name" : "TPPDFTests",
      "path" : "Tests/TPPDFTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TPPDFTests/resources/sample.pdf",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "API/Table/Sections/PDFTableRowSpec.swift",
        "API/Table/Sections/PDFTable_RowSubscriptsSpec.swift",
        "Graphics/PDFGraphics_Spec.swift",
        "Graphics/PDFLineSeparatorObject+Equatable_Spec.swift",
        "Graphics/PDFLineSeparatorObject_Spec.swift",
        "Graphics/PDFLineStyle_Equatable_Spec.swift",
        "Graphics/PDFLineStyle_Spec.swift",
        "Graphics/PDFLineType_Spec.swift",
        "Graphics/UIImage+CloseToEqual_Spec.swift",
        "Image/PDFImageSizeFit_Spec.swift",
        "Image/PDFImage_Equatable_Spec.swift",
        "Image/PDFImage_Spec.swift",
        "Internal/Table/PDFTableMergeUtil_Spec.swift",
        "Internal/Table/PDFTableObjectSpec.swift",
        "Layout/PDFContainer_Spec.swift",
        "Layout/PDFIndentationObject_Equatable_Spec.swift",
        "Layout/PDFIndentationObject_Spec.swift",
        "Layout/PDFLayout+Equatable_Spec.swift",
        "Layout/PDFLayoutHeights+Equatable_Spec.swift",
        "Layout/PDFLayoutHeights_Spec.swift",
        "Layout/PDFLayoutIndentations+Equatable_Spec.swift",
        "Layout/PDFLayoutIndentations_Spec.swift",
        "Layout/PDFLayout_Spec.swift",
        "Layout/PDFOffsetObject+Equatable_Spec.swift",
        "Layout/PDFOffsetObject_Spec.swift",
        "Layout/PDFPageBreakObject+Equatable_Spec.swift",
        "Layout/PDFPageBreakObject_Spec.swift",
        "Layout/PDFPageLayout+Equatable_Spec.swift",
        "Layout/PDFPageLayout_Spec.swift",
        "Layout/PDFSpaceObject_Spec.swift",
        "List/PDFList+Equatable_Spec.swift",
        "List/PDFListItemObject_Spec.swift",
        "List/PDFListItemSymbol_Spec.swift",
        "List/PDFListItem_Equatable_Spec.swift",
        "List/PDFListItem_Spec.swift",
        "List/PDFList_Spec.swift",
        "Math/CGPoint+Math_Spec.swift",
        "Metadata/PDFInfo+Equatable_Spec.swift",
        "Metadata/PDFInfo_Spec.swift",
        "PDFDocument+Objects_Spec.swift",
        "PDFDocument_Spec.swift",
        "PDFGenerator+Debug_Spec.swift",
        "PDFGenerator+Generation_Spec.swift",
        "PDFGenerator+Layout_Spec.swift",
        "PDFGenerator_Spec.swift",
        "Page Format/PDFPageFormat+Layout_Spec.swift",
        "Page Format/PDFPageFormat+NameConstants_Spec.swift",
        "Page Format/PDFPageFormat+SizeConstants_Spec.swift",
        "Page Format/PDFPageFormat_Spec.swift",
        "Pagination/Int+RomanNumerals_Spec.swift",
        "Pagination/PDFPaginationStyle+Equatable_Spec.swift",
        "Pagination/PDFPaginationStyle_Spec.swift",
        "Pagination/PDFPagination_Closure_Spec.swift",
        "Pagination/PDFPagination_Equatable_Spec.swift",
        "Pagination/PDFPagination_Spec.swift",
        "Table/PDFTable+Equatable_Spec.swift",
        "Table/PDFTableCell+Equatable_Spec.swift",
        "Table/PDFTableCellAlignment_Spec.swift",
        "Table/PDFTableCellBorders+Equatable_Spec.swift",
        "Table/PDFTableCellBorders_Spec.swift",
        "Table/PDFTableCellPosition+Equatable_Spec.swift",
        "Table/PDFTableCellPosition_Hashable_Spec.swift",
        "Table/PDFTableCellPosition_Spec.swift",
        "Table/PDFTableCellStyle+Equatable_Spec.swift",
        "Table/PDFTableCellStyle_Spec.swift",
        "Table/PDFTableCell_Spec.swift",
        "Table/PDFTableContent+Equatable_Spec.swift",
        "Table/PDFTableContent_Spec.swift",
        "Table/PDFTableStyle+Defaults_Spec.swift",
        "Table/PDFTableStyle+Equatable_Spec.swift",
        "Table/PDFTableStyle_Spec.swift",
        "Table/PDFTableValidator_Spec.swift",
        "Table/PDFTable_Spec.swift",
        "Text/PDFAttributedText+Equatable_Spec.swift",
        "Text/PDFAttributedTextObject_Spec.swift",
        "Text/PDFAttributedText_Spec.swift",
        "Text/PDFFontObject_Spec.swift",
        "Text/PDFSimpleText+Equatable_Spec.swift",
        "Text/PDFSimpleText_Spec.swift",
        "Text/PDFTextColorObject_Spec.swift",
        "Text/PDFText_Spec.swift",
        "Utils/PDFCalculations_Spec.swift",
        "Utils/PDFError_Spec.swift",
        "Utils/PDFObject_Spec.swift"
      ],
      "target_dependencies" : [
        "TPPDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPPDFIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "TPPDFIntegrationTests",
      "path" : "Tests/TPPDFIntegrationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TPPDFIntegrationTests/resources/50-pages.pdf",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EmptyDocumentTests.swift",
        "ExternalDocumentTests.swift"
      ],
      "target_dependencies" : [
        "TPPDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPPDF",
      "module_type" : "SwiftTarget",
      "name" : "TPPDF",
      "path" : "Source",
      "product_memberships" : [
        "TPPDF"
      ],
      "sources" : [
        "API/Delegation/PDFGeneratorDelegate.swift",
        "API/Delegation/PDFGeneratorImageDelegate.swift",
        "API/Document/PDFDocument.swift",
        "API/Document/PDFDocumentBackground.swift",
        "API/External/PDFExternalDocument.swift",
        "API/Graphics/PDFBezierPath+Copying.swift",
        "API/Graphics/PDFBezierPath.swift",
        "API/Graphics/PDFBezierPathVertex.swift",
        "API/Graphics/PDFDynamicGeometryShape.swift",
        "API/Graphics/PDFLineStyle.swift",
        "API/Graphics/PDFLineType.swift",
        "API/Groups/PDFGroup+Objects.swift",
        "API/Groups/PDFGroup.swift",
        "API/Groups/PDFGroupContainer.swift",
        "API/Groups/PDFMasterGroup.swift",
        "API/Image/PDFImage.swift",
        "API/Image/PDFImageOptions.swift",
        "API/Image/PDFImageSizeFit.swift",
        "API/Layout/PDFContainer.swift",
        "API/Layout/PDFPageLayout.swift",
        "API/List/PDFList.swift",
        "API/List/PDFListItem.swift",
        "API/List/PDFListItemSymbol.swift",
        "API/Metadata/PDFInfo+Equatable.swift",
        "API/Metadata/PDFInfo.swift",
        "API/PDFGenerator+Generation.swift",
        "API/PDFGenerator.swift",
        "API/PDFGeneratorProtocol.swift",
        "API/PDFMultiDocumentGenerator.swift",
        "API/Page Format/PDFPageFormat+Layout.swift",
        "API/Page Format/PDFPageFormat+NameConstants.swift",
        "API/Page Format/PDFPageFormat+SizeConstants.swift",
        "API/Page Format/PDFPageFormat.swift",
        "API/Pagination/PDFPagination+Equatable.swift",
        "API/Pagination/PDFPagination.swift",
        "API/Pagination/PDFPaginationClosure.swift",
        "API/Pagination/PDFPaginationStyle+Equatable.swift",
        "API/Pagination/PDFPaginationStyle.swift",
        "API/Section/PDFSection.swift",
        "API/Section/PDFSectionColumn.swift",
        "API/Table Of Content/PDFTableOfContent.swift",
        "API/Table/Content/NSAttributedString+PDFTableContent.swift",
        "API/Table/Content/Number+PDFTableContentable.swift",
        "API/Table/Content/PDFTableContent+ContentType.swift",
        "API/Table/Content/PDFTableContent.swift",
        "API/Table/Content/PDFTableContentable.swift",
        "API/Table/Content/String+PDFTableContent.swift",
        "API/Table/Content/UIImage+PDFTableContent.swift",
        "API/Table/PDFTable.swift",
        "API/Table/PDFTableCell.swift",
        "API/Table/PDFTableCellAlignment.swift",
        "API/Table/PDFTableCellPosition.swift",
        "API/Table/Sections/PDFTable+CellSubscripts.swift",
        "API/Table/Sections/PDFTable+ColumnSubscripts.swift",
        "API/Table/Sections/PDFTable+RowSubscripts.swift",
        "API/Table/Sections/PDFTable+SectionSubscripts.swift",
        "API/Table/Sections/PDFTableColumn.swift",
        "API/Table/Sections/PDFTableColumns.swift",
        "API/Table/Sections/PDFTableMergeable.swift",
        "API/Table/Sections/PDFTableRow.swift",
        "API/Table/Sections/PDFTableRows.swift",
        "API/Table/Sections/PDFTableSection.swift",
        "API/Table/Style/PDFTableCellBorders.swift",
        "API/Table/Style/PDFTableCellPosition+Equatable-Hashable.swift",
        "API/Table/Style/PDFTableCellStyle.swift",
        "API/Table/Style/PDFTableStyle+Defaults.swift",
        "API/Table/Style/PDFTableStyle+Equatable.swift",
        "API/Table/Style/PDFTableStyle.swift",
        "API/Text/PDFAttributedText.swift",
        "API/Text/PDFSimpleText+Equatable.swift",
        "API/Text/PDFSimpleText.swift",
        "API/Text/PDFText.swift",
        "API/Text/PDFTextStyle.swift",
        "API/Utils/CrossPlattformGraphics.swift",
        "API/Utils/PDFConstants.swift",
        "API/Utils/PDFCopy.swift",
        "API/Utils/PDFDocumentObject.swift",
        "API/Utils/PDFError.swift",
        "API/Utils/PDFRenderObject.swift",
        "API/Utils/PDFTaggableObject.swift",
        "Internal/External/PDFExternalDocumentObject.swift",
        "Internal/External/PDFExternalPageObject.swift",
        "Internal/Graphics/PDFContext.swift",
        "Internal/Graphics/PDFContextGraphics.swift",
        "Internal/Graphics/PDFGraphics.swift",
        "Internal/Graphics/PDFLineObject.swift",
        "Internal/Graphics/PDFLineSeparatorObject+Equatable.swift",
        "Internal/Graphics/PDFLineSeparatorObject.swift",
        "Internal/Graphics/PDFRectangleObject.swift",
        "Internal/Graphics/UIColor+CloseToEqual.swift",
        "Internal/Group/PDFGroupObject.swift",
        "Internal/Image/PDFImageObject.swift",
        "Internal/Image/PDFImageRowObject.swift",
        "Internal/Layout/PDFColumnLayoutState.swift",
        "Internal/Layout/PDFIndentationObject+Equatable.swift",
        "Internal/Layout/PDFIndentationObject.swift",
        "Internal/Layout/PDFLayout+Equatable.swift",
        "Internal/Layout/PDFLayout.swift",
        "Internal/Layout/PDFLayoutHeights+Equatable.swift",
        "Internal/Layout/PDFLayoutHeights.swift",
        "Internal/Layout/PDFLayoutIndentations+Equatable.swift",
        "Internal/Layout/PDFLayoutIndentations.swift",
        "Internal/Layout/PDFMarginObject.swift",
        "Internal/Layout/PDFOffsetObject+Equatable.swift",
        "Internal/Layout/PDFOffsetObject.swift",
        "Internal/Layout/PDFPageBreakObject+Equatable.swift",
        "Internal/Layout/PDFPageBreakObject.swift",
        "Internal/Layout/PDFPageLayout+Equatable.swift",
        "Internal/Layout/PDFSectionColumnContainer.swift",
        "Internal/Layout/PDFSpaceObject.swift",
        "Internal/List/PDFListObject.swift",
        "Internal/Math/CGPoint+Math.swift",
        "Internal/Math/CGPoint+Null.swift",
        "Internal/PDFGenerator+Debug.swift",
        "Internal/PDFGenerator+Layout.swift",
        "Internal/Section/PDFColumnWrapSectionObject.swift",
        "Internal/Section/PDFSectionColumnObject.swift",
        "Internal/Section/PDFSectionObject.swift",
        "Internal/Table Of Content/PDFTableOfContentObject.swift",
        "Internal/Table/PDFTableCalculatedCell.swift",
        "Internal/Table/PDFTableMergeUtil.swift",
        "Internal/Table/PDFTableNode.swift",
        "Internal/Table/PDFTableObject.swift",
        "Internal/Table/PDFTableValidator.swift",
        "Internal/Text/PDFAttributedTextObject.swift",
        "Internal/Text/PDFFontObject.swift",
        "Internal/Text/PDFTextColorObject.swift",
        "Internal/Utils/Attributes/PDFAttributableObject.swift",
        "Internal/Utils/Attributes/PDFObjectAttribute.swift",
        "Internal/Utils/CustomStringConvertible+AutoDescribing.swift",
        "Internal/Utils/FileManager+TemporaryFiles.swift",
        "Internal/Utils/Int+RomanNumerals.swift",
        "Internal/Utils/PDFCalculations.swift",
        "Internal/Utils/PDFLocatedRenderObject.swift",
        "Internal/Utils/PDFSlicedObject.swift",
        "Internal/Utils/Stack.swift",
        "Internal/Utils/WeakRef.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 6 |     name: "TPPDF",
 7 |     platforms: [
 8 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 9 |         .macOS(.v10_14),
10 |         .visionOS(.v1),
/Users/admin/builder/spi-builder-workspace/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:16:58: warning: 'exact' is deprecated
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |                                                          `- warning: 'exact' is deprecated
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 |     ],
19 |     targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:17:59: warning: 'exact' is deprecated
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |                                                           `- warning: 'exact' is deprecated
18 |     ],
19 |     targets: [
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "3.1.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "9.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "TPPDF",
  "name" : "TPPDF",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TPPDF",
      "targets" : [
        "TPPDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TPPDFTests",
      "module_type" : "SwiftTarget",
      "name" : "TPPDFTests",
      "path" : "Tests/TPPDFTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TPPDFTests/resources/sample.pdf",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "API/Table/Sections/PDFTableRowSpec.swift",
        "API/Table/Sections/PDFTable_RowSubscriptsSpec.swift",
        "Graphics/PDFGraphics_Spec.swift",
        "Graphics/PDFLineSeparatorObject+Equatable_Spec.swift",
        "Graphics/PDFLineSeparatorObject_Spec.swift",
        "Graphics/PDFLineStyle_Equatable_Spec.swift",
        "Graphics/PDFLineStyle_Spec.swift",
        "Graphics/PDFLineType_Spec.swift",
        "Graphics/UIImage+CloseToEqual_Spec.swift",
        "Image/PDFImageSizeFit_Spec.swift",
        "Image/PDFImage_Equatable_Spec.swift",
        "Image/PDFImage_Spec.swift",
        "Internal/Table/PDFTableMergeUtil_Spec.swift",
        "Internal/Table/PDFTableObjectSpec.swift",
        "Layout/PDFContainer_Spec.swift",
        "Layout/PDFIndentationObject_Equatable_Spec.swift",
        "Layout/PDFIndentationObject_Spec.swift",
        "Layout/PDFLayout+Equatable_Spec.swift",
        "Layout/PDFLayoutHeights+Equatable_Spec.swift",
        "Layout/PDFLayoutHeights_Spec.swift",
        "Layout/PDFLayoutIndentations+Equatable_Spec.swift",
        "Layout/PDFLayoutIndentations_Spec.swift",
        "Layout/PDFLayout_Spec.swift",
        "Layout/PDFOffsetObject+Equatable_Spec.swift",
        "Layout/PDFOffsetObject_Spec.swift",
        "Layout/PDFPageBreakObject+Equatable_Spec.swift",
        "Layout/PDFPageBreakObject_Spec.swift",
        "Layout/PDFPageLayout+Equatable_Spec.swift",
        "Layout/PDFPageLayout_Spec.swift",
        "Layout/PDFSpaceObject_Spec.swift",
        "List/PDFList+Equatable_Spec.swift",
        "List/PDFListItemObject_Spec.swift",
        "List/PDFListItemSymbol_Spec.swift",
        "List/PDFListItem_Equatable_Spec.swift",
        "List/PDFListItem_Spec.swift",
        "List/PDFList_Spec.swift",
        "Math/CGPoint+Math_Spec.swift",
        "Metadata/PDFInfo+Equatable_Spec.swift",
        "Metadata/PDFInfo_Spec.swift",
        "PDFDocument+Objects_Spec.swift",
        "PDFDocument_Spec.swift",
        "PDFGenerator+Debug_Spec.swift",
        "PDFGenerator+Generation_Spec.swift",
        "PDFGenerator+Layout_Spec.swift",
        "PDFGenerator_Spec.swift",
        "Page Format/PDFPageFormat+Layout_Spec.swift",
        "Page Format/PDFPageFormat+NameConstants_Spec.swift",
        "Page Format/PDFPageFormat+SizeConstants_Spec.swift",
        "Page Format/PDFPageFormat_Spec.swift",
        "Pagination/Int+RomanNumerals_Spec.swift",
        "Pagination/PDFPaginationStyle+Equatable_Spec.swift",
        "Pagination/PDFPaginationStyle_Spec.swift",
        "Pagination/PDFPagination_Closure_Spec.swift",
        "Pagination/PDFPagination_Equatable_Spec.swift",
        "Pagination/PDFPagination_Spec.swift",
        "Table/PDFTable+Equatable_Spec.swift",
        "Table/PDFTableCell+Equatable_Spec.swift",
        "Table/PDFTableCellAlignment_Spec.swift",
        "Table/PDFTableCellBorders+Equatable_Spec.swift",
        "Table/PDFTableCellBorders_Spec.swift",
        "Table/PDFTableCellPosition+Equatable_Spec.swift",
        "Table/PDFTableCellPosition_Hashable_Spec.swift",
        "Table/PDFTableCellPosition_Spec.swift",
        "Table/PDFTableCellStyle+Equatable_Spec.swift",
        "Table/PDFTableCellStyle_Spec.swift",
        "Table/PDFTableCell_Spec.swift",
        "Table/PDFTableContent+Equatable_Spec.swift",
        "Table/PDFTableContent_Spec.swift",
        "Table/PDFTableStyle+Defaults_Spec.swift",
        "Table/PDFTableStyle+Equatable_Spec.swift",
        "Table/PDFTableStyle_Spec.swift",
        "Table/PDFTableValidator_Spec.swift",
        "Table/PDFTable_Spec.swift",
        "Text/PDFAttributedText+Equatable_Spec.swift",
        "Text/PDFAttributedTextObject_Spec.swift",
        "Text/PDFAttributedText_Spec.swift",
        "Text/PDFFontObject_Spec.swift",
        "Text/PDFSimpleText+Equatable_Spec.swift",
        "Text/PDFSimpleText_Spec.swift",
        "Text/PDFTextColorObject_Spec.swift",
        "Text/PDFText_Spec.swift",
        "Utils/PDFCalculations_Spec.swift",
        "Utils/PDFError_Spec.swift",
        "Utils/PDFObject_Spec.swift"
      ],
      "target_dependencies" : [
        "TPPDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPPDFIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "TPPDFIntegrationTests",
      "path" : "Tests/TPPDFIntegrationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TPPDFIntegrationTests/resources/50-pages.pdf",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EmptyDocumentTests.swift",
        "ExternalDocumentTests.swift"
      ],
      "target_dependencies" : [
        "TPPDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPPDF",
      "module_type" : "SwiftTarget",
      "name" : "TPPDF",
      "path" : "Source",
      "product_memberships" : [
        "TPPDF"
      ],
      "sources" : [
        "API/Delegation/PDFGeneratorDelegate.swift",
        "API/Delegation/PDFGeneratorImageDelegate.swift",
        "API/Document/PDFDocument.swift",
        "API/Document/PDFDocumentBackground.swift",
        "API/External/PDFExternalDocument.swift",
        "API/Graphics/PDFBezierPath+Copying.swift",
        "API/Graphics/PDFBezierPath.swift",
        "API/Graphics/PDFBezierPathVertex.swift",
        "API/Graphics/PDFDynamicGeometryShape.swift",
        "API/Graphics/PDFLineStyle.swift",
        "API/Graphics/PDFLineType.swift",
        "API/Groups/PDFGroup+Objects.swift",
        "API/Groups/PDFGroup.swift",
        "API/Groups/PDFGroupContainer.swift",
        "API/Groups/PDFMasterGroup.swift",
        "API/Image/PDFImage.swift",
        "API/Image/PDFImageOptions.swift",
        "API/Image/PDFImageSizeFit.swift",
        "API/Layout/PDFContainer.swift",
        "API/Layout/PDFPageLayout.swift",
        "API/List/PDFList.swift",
        "API/List/PDFListItem.swift",
        "API/List/PDFListItemSymbol.swift",
        "API/Metadata/PDFInfo+Equatable.swift",
        "API/Metadata/PDFInfo.swift",
        "API/PDFGenerator+Generation.swift",
        "API/PDFGenerator.swift",
        "API/PDFGeneratorProtocol.swift",
        "API/PDFMultiDocumentGenerator.swift",
        "API/Page Format/PDFPageFormat+Layout.swift",
        "API/Page Format/PDFPageFormat+NameConstants.swift",
        "API/Page Format/PDFPageFormat+SizeConstants.swift",
        "API/Page Format/PDFPageFormat.swift",
        "API/Pagination/PDFPagination+Equatable.swift",
        "API/Pagination/PDFPagination.swift",
        "API/Pagination/PDFPaginationClosure.swift",
        "API/Pagination/PDFPaginationStyle+Equatable.swift",
        "API/Pagination/PDFPaginationStyle.swift",
        "API/Section/PDFSection.swift",
        "API/Section/PDFSectionColumn.swift",
        "API/Table Of Content/PDFTableOfContent.swift",
        "API/Table/Content/NSAttributedString+PDFTableContent.swift",
        "API/Table/Content/Number+PDFTableContentable.swift",
        "API/Table/Content/PDFTableContent+ContentType.swift",
        "API/Table/Content/PDFTableContent.swift",
        "API/Table/Content/PDFTableContentable.swift",
        "API/Table/Content/String+PDFTableContent.swift",
        "API/Table/Content/UIImage+PDFTableContent.swift",
        "API/Table/PDFTable.swift",
        "API/Table/PDFTableCell.swift",
        "API/Table/PDFTableCellAlignment.swift",
        "API/Table/PDFTableCellPosition.swift",
        "API/Table/Sections/PDFTable+CellSubscripts.swift",
        "API/Table/Sections/PDFTable+ColumnSubscripts.swift",
        "API/Table/Sections/PDFTable+RowSubscripts.swift",
        "API/Table/Sections/PDFTable+SectionSubscripts.swift",
        "API/Table/Sections/PDFTableColumn.swift",
        "API/Table/Sections/PDFTableColumns.swift",
        "API/Table/Sections/PDFTableMergeable.swift",
        "API/Table/Sections/PDFTableRow.swift",
        "API/Table/Sections/PDFTableRows.swift",
        "API/Table/Sections/PDFTableSection.swift",
        "API/Table/Style/PDFTableCellBorders.swift",
        "API/Table/Style/PDFTableCellPosition+Equatable-Hashable.swift",
        "API/Table/Style/PDFTableCellStyle.swift",
        "API/Table/Style/PDFTableStyle+Defaults.swift",
        "API/Table/Style/PDFTableStyle+Equatable.swift",
        "API/Table/Style/PDFTableStyle.swift",
        "API/Text/PDFAttributedText.swift",
        "API/Text/PDFSimpleText+Equatable.swift",
        "API/Text/PDFSimpleText.swift",
        "API/Text/PDFText.swift",
        "API/Text/PDFTextStyle.swift",
        "API/Utils/CrossPlattformGraphics.swift",
        "API/Utils/PDFConstants.swift",
        "API/Utils/PDFCopy.swift",
        "API/Utils/PDFDocumentObject.swift",
        "API/Utils/PDFError.swift",
        "API/Utils/PDFRenderObject.swift",
        "API/Utils/PDFTaggableObject.swift",
        "Internal/External/PDFExternalDocumentObject.swift",
        "Internal/External/PDFExternalPageObject.swift",
        "Internal/Graphics/PDFContext.swift",
        "Internal/Graphics/PDFContextGraphics.swift",
        "Internal/Graphics/PDFGraphics.swift",
        "Internal/Graphics/PDFLineObject.swift",
        "Internal/Graphics/PDFLineSeparatorObject+Equatable.swift",
        "Internal/Graphics/PDFLineSeparatorObject.swift",
        "Internal/Graphics/PDFRectangleObject.swift",
        "Internal/Graphics/UIColor+CloseToEqual.swift",
        "Internal/Group/PDFGroupObject.swift",
        "Internal/Image/PDFImageObject.swift",
        "Internal/Image/PDFImageRowObject.swift",
        "Internal/Layout/PDFColumnLayoutState.swift",
        "Internal/Layout/PDFIndentationObject+Equatable.swift",
        "Internal/Layout/PDFIndentationObject.swift",
        "Internal/Layout/PDFLayout+Equatable.swift",
        "Internal/Layout/PDFLayout.swift",
        "Internal/Layout/PDFLayoutHeights+Equatable.swift",
        "Internal/Layout/PDFLayoutHeights.swift",
        "Internal/Layout/PDFLayoutIndentations+Equatable.swift",
        "Internal/Layout/PDFLayoutIndentations.swift",
        "Internal/Layout/PDFMarginObject.swift",
        "Internal/Layout/PDFOffsetObject+Equatable.swift",
        "Internal/Layout/PDFOffsetObject.swift",
        "Internal/Layout/PDFPageBreakObject+Equatable.swift",
        "Internal/Layout/PDFPageBreakObject.swift",
        "Internal/Layout/PDFPageLayout+Equatable.swift",
        "Internal/Layout/PDFSectionColumnContainer.swift",
        "Internal/Layout/PDFSpaceObject.swift",
        "Internal/List/PDFListObject.swift",
        "Internal/Math/CGPoint+Math.swift",
        "Internal/Math/CGPoint+Null.swift",
        "Internal/PDFGenerator+Debug.swift",
        "Internal/PDFGenerator+Layout.swift",
        "Internal/Section/PDFColumnWrapSectionObject.swift",
        "Internal/Section/PDFSectionColumnObject.swift",
        "Internal/Section/PDFSectionObject.swift",
        "Internal/Table Of Content/PDFTableOfContentObject.swift",
        "Internal/Table/PDFTableCalculatedCell.swift",
        "Internal/Table/PDFTableMergeUtil.swift",
        "Internal/Table/PDFTableNode.swift",
        "Internal/Table/PDFTableObject.swift",
        "Internal/Table/PDFTableValidator.swift",
        "Internal/Text/PDFAttributedTextObject.swift",
        "Internal/Text/PDFFontObject.swift",
        "Internal/Text/PDFTextColorObject.swift",
        "Internal/Utils/Attributes/PDFAttributableObject.swift",
        "Internal/Utils/Attributes/PDFObjectAttribute.swift",
        "Internal/Utils/CustomStringConvertible+AutoDescribing.swift",
        "Internal/Utils/FileManager+TemporaryFiles.swift",
        "Internal/Utils/Int+RomanNumerals.swift",
        "Internal/Utils/PDFCalculations.swift",
        "Internal/Utils/PDFLocatedRenderObject.swift",
        "Internal/Utils/PDFSlicedObject.swift",
        "Internal/Utils/Stack.swift",
        "Internal/Utils/WeakRef.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "TPPDF",
    "schemes" : [
      "TPPDF",
      "TPPDF-Package",
      "TPPDFIntegrationTests",
      "TPPDFPackageTests",
      "TPPDFTests"
    ],
    "targets" : [
      "CwlCatchException",
      "CwlCatchExceptionPackageDescription",
      "CwlCatchExceptionSupport",
      "CwlMachBadInstructionHandler",
      "CwlPosixPreconditionTesting",
      "CwlPreconditionTesting",
      "CwlPreconditionTestingPackageDescription",
      "Nimble",
      "NimblePackageDescription",
      "Quick",
      "QuickObjCRuntime",
      "QuickPackageDescription",
      "TPPDF",
      "TPPDFIntegrationTests",
      "TPPDFPackageDescription",
      "TPPDFPackageTests",
      "TPPDFTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "TPPDF"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TPPDF -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 TPPDF -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:
  Nimble: https://github.com/Quick/Nimble @ 9.2.1
  Quick: https://github.com/Quick/Quick @ 3.1.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  TPPDF: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'TPPDF' in project 'TPPDF'
        ➜ Explicit dependency on target 'TPPDF' in project 'TPPDF'
    Target 'TPPDF' in project 'TPPDF' (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: 018bd5cfe2f29c65150e29f2a233743e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/018bd5cfe2f29c65150e29f2a233743e.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/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/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/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/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.modulemap (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.DependencyStaticMetadataFileList (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.DependencyMetadataFileList (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.LinkFileList (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-OutputFileMap.json (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftConstValuesFileList (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_const_extract_protocols.json (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftFileList (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/TPPDF.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.modulemap (in target 'TPPDF' from project 'TPPDF')
    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/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver TPPDF normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TPPDF' from project 'TPPDF')
    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 TPPDF -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.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 5 -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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_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/TPPDF.build/Debug-xros/TPPDF.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PDFMasterGroup.swift,\ PDFImage.swift,\ PDFImageOptions.swift,\ PDFImageSizeFit.swift,\ PDFContainer.swift,\ PDFPageLayout.swift,\ PDFList.swift,\ PDFListItem.swift,\ PDFListItemSymbol.swift,\ PDFInfo+Equatable.swift,\ PDFInfo.swift,\ PDFGenerator+Generation.swift,\ PDFGenerator.swift,\ PDFGeneratorProtocol.swift /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFMasterGroup.swift /Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImage.swift /Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift /Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageSizeFit.swift /Users/admin/builder/spi-builder-workspace/Source/API/Layout/PDFContainer.swift /Users/admin/builder/spi-builder-workspace/Source/API/Layout/PDFPageLayout.swift /Users/admin/builder/spi-builder-workspace/Source/API/List/PDFList.swift /Users/admin/builder/spi-builder-workspace/Source/API/List/PDFListItem.swift /Users/admin/builder/spi-builder-workspace/Source/API/List/PDFListItemSymbol.swift /Users/admin/builder/spi-builder-workspace/Source/API/Metadata/PDFInfo+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Metadata/PDFInfo.swift /Users/admin/builder/spi-builder-workspace/Source/API/PDFGenerator+Generation.swift /Users/admin/builder/spi-builder-workspace/Source/API/PDFGenerator.swift /Users/admin/builder/spi-builder-workspace/Source/API/PDFGeneratorProtocol.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFMasterGroup.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImage.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:31:23: warning: static property 'resize' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resize = PDFImageOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:31:23: note: add '@MainActor' to make static property 'resize' part of global actor 'MainActor'
    public static let resize = PDFImageOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resize = PDFImageOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:34:23: warning: static property 'compress' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let compress = PDFImageOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:34:23: note: add '@MainActor' to make static property 'compress' part of global actor 'MainActor'
    public static let compress = PDFImageOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let compress = PDFImageOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:37:23: warning: static property 'roundedTopLeft' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedTopLeft = PDFImageOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:37:23: note: add '@MainActor' to make static property 'roundedTopLeft' part of global actor 'MainActor'
    public static let roundedTopLeft = PDFImageOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedTopLeft = PDFImageOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:40:23: warning: static property 'roundedTopRight' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedTopRight = PDFImageOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:40:23: note: add '@MainActor' to make static property 'roundedTopRight' part of global actor 'MainActor'
    public static let roundedTopRight = PDFImageOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedTopRight = PDFImageOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:43:23: warning: static property 'roundedBottomRight' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedBottomRight = PDFImageOptions(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:43:23: note: add '@MainActor' to make static property 'roundedBottomRight' part of global actor 'MainActor'
    public static let roundedBottomRight = PDFImageOptions(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedBottomRight = PDFImageOptions(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:46:23: warning: static property 'roundedBottomLeft' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedBottomLeft = PDFImageOptions(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:46:23: note: add '@MainActor' to make static property 'roundedBottomLeft' part of global actor 'MainActor'
    public static let roundedBottomLeft = PDFImageOptions(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedBottomLeft = PDFImageOptions(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:49:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rounded = PDFImageOptions(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:49:23: note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
    public static let rounded = PDFImageOptions(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rounded = PDFImageOptions(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:52:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none = PDFImageOptions(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:52:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    public static let none = PDFImageOptions(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none = PDFImageOptions(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageSizeFit.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Layout/PDFContainer.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Layout/PDFPageLayout.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/List/PDFList.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/List/PDFListItem.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/List/PDFListItemSymbol.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Metadata/PDFInfo+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Metadata/PDFInfo.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/PDFGenerator+Generation.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/PDFGenerator.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/PDFGeneratorProtocol.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CGPoint+Math.swift,\ CGPoint+Null.swift,\ PDFGenerator+Debug.swift,\ PDFGenerator+Layout.swift,\ PDFColumnWrapSectionObject.swift,\ PDFSectionColumnObject.swift,\ PDFSectionObject.swift,\ PDFTableOfContentObject.swift,\ PDFTableCalculatedCell.swift,\ PDFTableMergeUtil.swift,\ PDFTableNode.swift,\ PDFTableObject.swift,\ PDFTableValidator.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Math/CGPoint+Math.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Math/CGPoint+Null.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/PDFGenerator+Debug.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/PDFGenerator+Layout.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Section/PDFColumnWrapSectionObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Section/PDFSectionColumnObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Section/PDFSectionObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table\ Of\ Content/PDFTableOfContentObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableCalculatedCell.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableMergeUtil.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableNode.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableValidator.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Math/CGPoint+Math.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Math/CGPoint+Null.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/PDFGenerator+Debug.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/PDFGenerator+Layout.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Section/PDFColumnWrapSectionObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Section/PDFSectionColumnObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Section/PDFSectionObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Table\ Of\ Content/PDFTableOfContentObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableCalculatedCell.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableMergeUtil.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableNode.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableValidator.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PDFSimpleText.swift,\ PDFText.swift,\ PDFTextStyle.swift,\ CrossPlattformGraphics.swift,\ PDFConstants.swift,\ PDFCopy.swift,\ PDFDocumentObject.swift,\ PDFError.swift,\ PDFRenderObject.swift,\ PDFTaggableObject.swift,\ PDFExternalDocumentObject.swift,\ PDFExternalPageObject.swift,\ PDFContext.swift,\ PDFContextGraphics.swift /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFSimpleText.swift /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFText.swift /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFTextStyle.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFConstants.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFCopy.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFDocumentObject.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFRenderObject.swift /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFTaggableObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/External/PDFExternalDocumentObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/External/PDFExternalPageObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFContext.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFContextGraphics.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFSimpleText.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFText.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFTextStyle.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFConstants.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFCopy.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFDocumentObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:13:10: warning: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case tableContentInvalid(value: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:25:10: warning: associated value 'tableCellTooBig(cell:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'PDFTableCell'; this is an error in the Swift 6 language mode
    case tableCellTooBig(cell: PDFTableCell)
         ^
/Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCell.swift:9:14: note: class 'PDFTableCell' does not conform to the 'Sendable' protocol
public class PDFTableCell: PDFDocumentObject {
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFRenderObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFTaggableObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/External/PDFExternalDocumentObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/External/PDFExternalPageObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFContext.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFContextGraphics.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PDFTableColumn.swift,\ PDFTableColumns.swift,\ PDFTableMergeable.swift,\ PDFTableRow.swift,\ PDFTableRows.swift,\ PDFTableSection.swift,\ PDFTableCellBorders.swift,\ PDFTableCellPosition+Equatable-Hashable.swift,\ PDFTableCellStyle.swift,\ PDFTableStyle+Defaults.swift,\ PDFTableStyle+Equatable.swift,\ PDFTableStyle.swift,\ PDFAttributedText.swift,\ PDFSimpleText+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableColumn.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableColumns.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableMergeable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableRow.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableRows.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableSection.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellPosition+Equatable-Hashable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableStyle+Defaults.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableStyle+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableStyle.swift /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFAttributedText.swift /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFSimpleText+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableColumn.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableColumns.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableMergeable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableRow.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableRows.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTableSection.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:69:16: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'PDFTableCellBorders' may have shared mutable state; this is an error in the Swift 6 language mode
    static let none = PDFTableCellBorders(left: .none, top: .none, right: .none, bottom: .none)
               ^
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:9:15: note: consider making struct 'PDFTableCellBorders' conform to the 'Sendable' protocol
public struct PDFTableCellBorders: Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:69:16: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    static let none = PDFTableCellBorders(left: .none, top: .none, right: .none, bottom: .none)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let none = PDFTableCellBorders(left: .none, top: .none, right: .none, bottom: .none)
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellPosition+Equatable-Hashable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:72:16: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'PDFTableCellStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    static let none = PDFTableCellStyle(
               ^
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:15:15: note: consider making struct 'PDFTableCellStyle' conform to the 'Sendable' protocol
public struct PDFTableCellStyle: Hashable {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:72:16: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    static let none = PDFTableCellStyle(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let none = PDFTableCellStyle(
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableStyle+Defaults.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableStyle+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableStyle.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFAttributedText.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Text/PDFSimpleText+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Number+PDFTableContentable.swift,\ PDFTableContent+ContentType.swift,\ PDFTableContent.swift,\ PDFTableContentable.swift,\ String+PDFTableContent.swift,\ UIImage+PDFTableContent.swift,\ PDFTable.swift,\ PDFTableCell.swift,\ PDFTableCellAlignment.swift,\ PDFTableCellPosition.swift,\ PDFTable+CellSubscripts.swift,\ PDFTable+ColumnSubscripts.swift,\ PDFTable+RowSubscripts.swift,\ PDFTable+SectionSubscripts.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/Number+PDFTableContentable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/PDFTableContent+ContentType.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/PDFTableContent.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/PDFTableContentable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/String+PDFTableContent.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/UIImage+PDFTableContent.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCell.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCellAlignment.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCellPosition.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+CellSubscripts.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+ColumnSubscripts.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+RowSubscripts.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+SectionSubscripts.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/Number+PDFTableContentable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/PDFTableContent+ContentType.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/PDFTableContent.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/PDFTableContentable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/String+PDFTableContent.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/UIImage+PDFTableContent.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCell.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCellAlignment.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCellPosition.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+CellSubscripts.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+ColumnSubscripts.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+RowSubscripts.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Sections/PDFTable+SectionSubscripts.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:31:23: warning: static property 'resize' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resize = PDFImageOptions(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:31:23: note: add '@MainActor' to make static property 'resize' part of global actor 'MainActor'
    public static let resize = PDFImageOptions(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resize = PDFImageOptions(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:34:23: warning: static property 'compress' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let compress = PDFImageOptions(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:34:23: note: add '@MainActor' to make static property 'compress' part of global actor 'MainActor'
    public static let compress = PDFImageOptions(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let compress = PDFImageOptions(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:37:23: warning: static property 'roundedTopLeft' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedTopLeft = PDFImageOptions(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:37:23: note: add '@MainActor' to make static property 'roundedTopLeft' part of global actor 'MainActor'
    public static let roundedTopLeft = PDFImageOptions(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedTopLeft = PDFImageOptions(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:40:23: warning: static property 'roundedTopRight' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedTopRight = PDFImageOptions(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:40:23: note: add '@MainActor' to make static property 'roundedTopRight' part of global actor 'MainActor'
    public static let roundedTopRight = PDFImageOptions(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedTopRight = PDFImageOptions(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:43:23: warning: static property 'roundedBottomRight' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedBottomRight = PDFImageOptions(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:43:23: note: add '@MainActor' to make static property 'roundedBottomRight' part of global actor 'MainActor'
    public static let roundedBottomRight = PDFImageOptions(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedBottomRight = PDFImageOptions(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:46:23: warning: static property 'roundedBottomLeft' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let roundedBottomLeft = PDFImageOptions(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:46:23: note: add '@MainActor' to make static property 'roundedBottomLeft' part of global actor 'MainActor'
    public static let roundedBottomLeft = PDFImageOptions(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let roundedBottomLeft = PDFImageOptions(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:49:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rounded = PDFImageOptions(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:49:23: note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
    public static let rounded = PDFImageOptions(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rounded = PDFImageOptions(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:52:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'PDFImageOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none = PDFImageOptions(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:21:15: note: consider making struct 'PDFImageOptions' conform to the 'Sendable' protocol
public struct PDFImageOptions: OptionSet, Hashable {
              ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:52:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    public static let none = PDFImageOptions(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Image/PDFImageOptions.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none = PDFImageOptions(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:69:16: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'PDFTableCellBorders' may have shared mutable state; this is an error in the Swift 6 language mode
    static let none = PDFTableCellBorders(left: .none, top: .none, right: .none, bottom: .none)
               ^
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:9:15: note: consider making struct 'PDFTableCellBorders' conform to the 'Sendable' protocol
public struct PDFTableCellBorders: Hashable {
              ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:69:16: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    static let none = PDFTableCellBorders(left: .none, top: .none, right: .none, bottom: .none)
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellBorders.swift:69:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let none = PDFTableCellBorders(left: .none, top: .none, right: .none, bottom: .none)
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:72:16: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'PDFTableCellStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    static let none = PDFTableCellStyle(
               ^
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:15:15: note: consider making struct 'PDFTableCellStyle' conform to the 'Sendable' protocol
public struct PDFTableCellStyle: Hashable {
              ^
                                         , Sendable
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:72:16: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
    static let none = PDFTableCellStyle(
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Table/Style/PDFTableCellStyle.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let none = PDFTableCellStyle(
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:13:10: warning: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
    case tableContentInvalid(value: Any?)
         ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:25:10: warning: associated value 'tableCellTooBig(cell:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'PDFTableCell'; this is an error in the Swift 6 language mode
    case tableCellTooBig(cell: PDFTableCell)
         ^
/Users/admin/builder/spi-builder-workspace/Source/API/Table/PDFTableCell.swift:9:14: note: class 'PDFTableCell' does not conform to the 'Sendable' protocol
public class PDFTableCell: PDFDocumentObject {
             ^
SwiftCompile normal arm64 Compiling\ PDFAttributedTextObject.swift,\ PDFFontObject.swift,\ PDFTextColorObject.swift,\ PDFAttributableObject.swift,\ PDFObjectAttribute.swift,\ CustomStringConvertible+AutoDescribing.swift,\ FileManager+TemporaryFiles.swift,\ Int+RomanNumerals.swift,\ PDFCalculations.swift,\ PDFLocatedRenderObject.swift,\ PDFSlicedObject.swift,\ Stack.swift,\ WeakRef.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Text/PDFAttributedTextObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Text/PDFFontObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Text/PDFTextColorObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Attributes/PDFAttributableObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Attributes/PDFObjectAttribute.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/CustomStringConvertible+AutoDescribing.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/FileManager+TemporaryFiles.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Int+RomanNumerals.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/PDFCalculations.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/PDFLocatedRenderObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/PDFSlicedObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Stack.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/WeakRef.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Text/PDFAttributedTextObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Text/PDFFontObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Text/PDFTextColorObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Attributes/PDFAttributableObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Attributes/PDFObjectAttribute.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/CustomStringConvertible+AutoDescribing.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/FileManager+TemporaryFiles.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Int+RomanNumerals.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/PDFCalculations.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/PDFLocatedRenderObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/PDFSlicedObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/Stack.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Utils/WeakRef.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PDFGraphics.swift,\ PDFLineObject.swift,\ PDFLineSeparatorObject+Equatable.swift,\ PDFLineSeparatorObject.swift,\ PDFRectangleObject.swift,\ UIColor+CloseToEqual.swift,\ PDFGroupObject.swift,\ PDFImageObject.swift,\ PDFImageRowObject.swift,\ PDFColumnLayoutState.swift,\ PDFIndentationObject+Equatable.swift,\ PDFIndentationObject.swift,\ PDFLayout+Equatable.swift,\ PDFLayout.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFGraphics.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFLineObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFLineSeparatorObject+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFLineSeparatorObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFRectangleObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/UIColor+CloseToEqual.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Group/PDFGroupObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Image/PDFImageObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Image/PDFImageRowObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFColumnLayoutState.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFIndentationObject+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFIndentationObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayout+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayout.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFGraphics.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFLineObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFLineSeparatorObject+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFLineSeparatorObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/PDFRectangleObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Graphics/UIColor+CloseToEqual.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Group/PDFGroupObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Image/PDFImageObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Image/PDFImageRowObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFColumnLayoutState.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFIndentationObject+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFIndentationObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayout+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayout.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PDFMultiDocumentGenerator.swift,\ PDFPageFormat+Layout.swift,\ PDFPageFormat+NameConstants.swift,\ PDFPageFormat+SizeConstants.swift,\ PDFPageFormat.swift,\ PDFPagination+Equatable.swift,\ PDFPagination.swift,\ PDFPaginationClosure.swift,\ PDFPaginationStyle+Equatable.swift,\ PDFPaginationStyle.swift,\ PDFSection.swift,\ PDFSectionColumn.swift,\ PDFTableOfContent.swift,\ NSAttributedString+PDFTableContent.swift /Users/admin/builder/spi-builder-workspace/Source/API/PDFMultiDocumentGenerator.swift /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat+Layout.swift /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat+NameConstants.swift /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat+SizeConstants.swift /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat.swift /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPagination+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPagination.swift /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPaginationClosure.swift /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPaginationStyle+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPaginationStyle.swift /Users/admin/builder/spi-builder-workspace/Source/API/Section/PDFSection.swift /Users/admin/builder/spi-builder-workspace/Source/API/Section/PDFSectionColumn.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table\ Of\ Content/PDFTableOfContent.swift /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/NSAttributedString+PDFTableContent.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/PDFMultiDocumentGenerator.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat+Layout.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat+NameConstants.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat+SizeConstants.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPagination+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPagination.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPaginationClosure.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPaginationStyle+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Pagination/PDFPaginationStyle.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Section/PDFSection.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Section/PDFSectionColumn.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table\ Of\ Content/PDFTableOfContent.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Table/Content/NSAttributedString+PDFTableContent.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PDFGeneratorDelegate.swift,\ PDFGeneratorImageDelegate.swift,\ PDFDocument.swift,\ PDFDocumentBackground.swift,\ PDFExternalDocument.swift,\ PDFBezierPath+Copying.swift,\ PDFBezierPath.swift,\ PDFBezierPathVertex.swift,\ PDFDynamicGeometryShape.swift,\ PDFLineStyle.swift,\ PDFLineType.swift,\ PDFGroup+Objects.swift,\ PDFGroup.swift,\ PDFGroupContainer.swift /Users/admin/builder/spi-builder-workspace/Source/API/Delegation/PDFGeneratorDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/API/Document/PDFDocument.swift /Users/admin/builder/spi-builder-workspace/Source/API/Document/PDFDocumentBackground.swift /Users/admin/builder/spi-builder-workspace/Source/API/External/PDFExternalDocument.swift /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFBezierPath+Copying.swift /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFBezierPath.swift /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFBezierPathVertex.swift /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFDynamicGeometryShape.swift /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFLineStyle.swift /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFLineType.swift /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFGroup+Objects.swift /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFGroup.swift /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFGroupContainer.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Delegation/PDFGeneratorDelegate.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Delegation/PDFGeneratorImageDelegate.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Document/PDFDocument.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Document/PDFDocumentBackground.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/External/PDFExternalDocument.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFBezierPath+Copying.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFBezierPath.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFBezierPathVertex.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFDynamicGeometryShape.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFLineStyle.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Graphics/PDFLineType.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFGroup+Objects.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFGroup.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/API/Groups/PDFGroupContainer.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PDFLayoutHeights+Equatable.swift,\ PDFLayoutHeights.swift,\ PDFLayoutIndentations+Equatable.swift,\ PDFLayoutIndentations.swift,\ PDFMarginObject.swift,\ PDFOffsetObject+Equatable.swift,\ PDFOffsetObject.swift,\ PDFPageBreakObject+Equatable.swift,\ PDFPageBreakObject.swift,\ PDFPageLayout+Equatable.swift,\ PDFSectionColumnContainer.swift,\ PDFSpaceObject.swift,\ PDFListObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutHeights+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutHeights.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutIndentations+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutIndentations.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFMarginObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFOffsetObject+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFOffsetObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFPageBreakObject+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFPageBreakObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFPageLayout+Equatable.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFSectionColumnContainer.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFSpaceObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/List/PDFListObject.swift (in target 'TPPDF' from project 'TPPDF')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutHeights+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutHeights.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutIndentations+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFLayoutIndentations.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFMarginObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFOffsetObject+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFOffsetObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFPageBreakObject+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFPageBreakObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFPageLayout+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFSectionColumnContainer.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFSpaceObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Source/Internal/List/PDFListObject.swift (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for TPPDF (in target 'TPPDF' from project 'TPPDF')
SwiftDriver\ Compilation\ Requirements TPPDF normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TPPDF' from project 'TPPDF')
    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 TPPDF -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.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 5 -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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_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/TPPDF.build/Debug-xros/TPPDF.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PDFLayoutHeights+Equatable.swift, PDFLayoutHeights.swift, PDFLayoutIndentations+Equatable.swift, PDFLayoutIndentations.swift, PDFMarginObject.swift, PDFOffsetObject+Equatable.swift, PDFOffsetObject.swift, PDFPageBreakObject+Equatable.swift, PDFPageBreakObject.swift, PDFPageLayout+Equatable.swift, PDFSectionColumnContainer.swift, PDFSpaceObject.swift, PDFListObject.swift (in target 'TPPDF' from project 'TPPDF')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/TPPDF-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/TPPDF-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftdoc (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.abi.json (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftsourceinfo (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PDFTableColumn.swift, PDFTableColumns.swift, PDFTableMergeable.swift, PDFTableRow.swift, PDFTableRows.swift, PDFTableSection.swift, PDFTableCellBorders.swift, PDFTableCellPosition+Equatable-Hashable.swift, PDFTableCellStyle.swift, PDFTableStyle+Defaults.swift, PDFTableStyle+Equatable.swift, PDFTableStyle.swift, PDFAttributedText.swift, PDFSimpleText+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling Number+PDFTableContentable.swift, PDFTableContent+ContentType.swift, PDFTableContent.swift, PDFTableContentable.swift, String+PDFTableContent.swift, UIImage+PDFTableContent.swift, PDFTable.swift, PDFTableCell.swift, PDFTableCellAlignment.swift, PDFTableCellPosition.swift, PDFTable+CellSubscripts.swift, PDFTable+ColumnSubscripts.swift, PDFTable+RowSubscripts.swift, PDFTable+SectionSubscripts.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling CGPoint+Math.swift, CGPoint+Null.swift, PDFGenerator+Debug.swift, PDFGenerator+Layout.swift, PDFColumnWrapSectionObject.swift, PDFSectionColumnObject.swift, PDFSectionObject.swift, PDFTableOfContentObject.swift, PDFTableCalculatedCell.swift, PDFTableMergeUtil.swift, PDFTableNode.swift, PDFTableObject.swift, PDFTableValidator.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFSimpleText.swift, PDFText.swift, PDFTextStyle.swift, CrossPlattformGraphics.swift, PDFConstants.swift, PDFCopy.swift, PDFDocumentObject.swift, PDFError.swift, PDFRenderObject.swift, PDFTaggableObject.swift, PDFExternalDocumentObject.swift, PDFExternalPageObject.swift, PDFContext.swift, PDFContextGraphics.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFMasterGroup.swift, PDFImage.swift, PDFImageOptions.swift, PDFImageSizeFit.swift, PDFContainer.swift, PDFPageLayout.swift, PDFList.swift, PDFListItem.swift, PDFListItemSymbol.swift, PDFInfo+Equatable.swift, PDFInfo.swift, PDFGenerator+Generation.swift, PDFGenerator.swift, PDFGeneratorProtocol.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFGraphics.swift, PDFLineObject.swift, PDFLineSeparatorObject+Equatable.swift, PDFLineSeparatorObject.swift, PDFRectangleObject.swift, UIColor+CloseToEqual.swift, PDFGroupObject.swift, PDFImageObject.swift, PDFImageRowObject.swift, PDFColumnLayoutState.swift, PDFIndentationObject+Equatable.swift, PDFIndentationObject.swift, PDFLayout+Equatable.swift, PDFLayout.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFMultiDocumentGenerator.swift, PDFPageFormat+Layout.swift, PDFPageFormat+NameConstants.swift, PDFPageFormat+SizeConstants.swift, PDFPageFormat.swift, PDFPagination+Equatable.swift, PDFPagination.swift, PDFPaginationClosure.swift, PDFPaginationStyle+Equatable.swift, PDFPaginationStyle.swift, PDFSection.swift, PDFSectionColumn.swift, PDFTableOfContent.swift, NSAttributedString+PDFTableContent.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFAttributedTextObject.swift, PDFFontObject.swift, PDFTextColorObject.swift, PDFAttributableObject.swift, PDFObjectAttribute.swift, CustomStringConvertible+AutoDescribing.swift, FileManager+TemporaryFiles.swift, Int+RomanNumerals.swift, PDFCalculations.swift, PDFLocatedRenderObject.swift, PDFSlicedObject.swift, Stack.swift, WeakRef.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFGeneratorDelegate.swift, PDFGeneratorImageDelegate.swift, PDFDocument.swift, PDFDocumentBackground.swift, PDFExternalDocument.swift, PDFBezierPath+Copying.swift, PDFBezierPath.swift, PDFBezierPathVertex.swift, PDFDynamicGeometryShape.swift, PDFLineStyle.swift, PDFLineType.swift, PDFGroup+Objects.swift, PDFGroup.swift, PDFGroupContainer.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriver\ Compilation TPPDF normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TPPDF -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.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 5 -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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_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/TPPDF.build/Debug-xros/TPPDF.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.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/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.o normal (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.o
ExtractAppIntentsMetadata (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name TPPDF --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.TPPDF --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/TPPDF.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug-xros/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 14:12:30.584 appintentsmetadataprocessor[935:4992] Starting appintentsmetadataprocessor export
2025-04-29 14:12:30.627 appintentsmetadataprocessor[935:4992] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.o (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/TPPDF.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "exact" : [
          "3.1.2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "exact" : [
          "9.2.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    }
  ],
  "manifest_display_name" : "TPPDF",
  "name" : "TPPDF",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "TPPDF",
      "targets" : [
        "TPPDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TPPDFTests",
      "module_type" : "SwiftTarget",
      "name" : "TPPDFTests",
      "path" : "Tests/TPPDFTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TPPDFTests/resources/sample.pdf",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "API/Table/Sections/PDFTableRowSpec.swift",
        "API/Table/Sections/PDFTable_RowSubscriptsSpec.swift",
        "Graphics/PDFGraphics_Spec.swift",
        "Graphics/PDFLineSeparatorObject+Equatable_Spec.swift",
        "Graphics/PDFLineSeparatorObject_Spec.swift",
        "Graphics/PDFLineStyle_Equatable_Spec.swift",
        "Graphics/PDFLineStyle_Spec.swift",
        "Graphics/PDFLineType_Spec.swift",
        "Graphics/UIImage+CloseToEqual_Spec.swift",
        "Image/PDFImageSizeFit_Spec.swift",
        "Image/PDFImage_Equatable_Spec.swift",
        "Image/PDFImage_Spec.swift",
        "Internal/Table/PDFTableMergeUtil_Spec.swift",
        "Internal/Table/PDFTableObjectSpec.swift",
        "Layout/PDFContainer_Spec.swift",
        "Layout/PDFIndentationObject_Equatable_Spec.swift",
        "Layout/PDFIndentationObject_Spec.swift",
        "Layout/PDFLayout+Equatable_Spec.swift",
        "Layout/PDFLayoutHeights+Equatable_Spec.swift",
        "Layout/PDFLayoutHeights_Spec.swift",
        "Layout/PDFLayoutIndentations+Equatable_Spec.swift",
        "Layout/PDFLayoutIndentations_Spec.swift",
        "Layout/PDFLayout_Spec.swift",
        "Layout/PDFOffsetObject+Equatable_Spec.swift",
        "Layout/PDFOffsetObject_Spec.swift",
        "Layout/PDFPageBreakObject+Equatable_Spec.swift",
        "Layout/PDFPageBreakObject_Spec.swift",
        "Layout/PDFPageLayout+Equatable_Spec.swift",
        "Layout/PDFPageLayout_Spec.swift",
        "Layout/PDFSpaceObject_Spec.swift",
        "List/PDFList+Equatable_Spec.swift",
        "List/PDFListItemObject_Spec.swift",
        "List/PDFListItemSymbol_Spec.swift",
        "List/PDFListItem_Equatable_Spec.swift",
        "List/PDFListItem_Spec.swift",
        "List/PDFList_Spec.swift",
        "Math/CGPoint+Math_Spec.swift",
        "Metadata/PDFInfo+Equatable_Spec.swift",
        "Metadata/PDFInfo_Spec.swift",
        "PDFDocument+Objects_Spec.swift",
        "PDFDocument_Spec.swift",
        "PDFGenerator+Debug_Spec.swift",
        "PDFGenerator+Generation_Spec.swift",
        "PDFGenerator+Layout_Spec.swift",
        "PDFGenerator_Spec.swift",
        "Page Format/PDFPageFormat+Layout_Spec.swift",
        "Page Format/PDFPageFormat+NameConstants_Spec.swift",
        "Page Format/PDFPageFormat+SizeConstants_Spec.swift",
        "Page Format/PDFPageFormat_Spec.swift",
        "Pagination/Int+RomanNumerals_Spec.swift",
        "Pagination/PDFPaginationStyle+Equatable_Spec.swift",
        "Pagination/PDFPaginationStyle_Spec.swift",
        "Pagination/PDFPagination_Closure_Spec.swift",
        "Pagination/PDFPagination_Equatable_Spec.swift",
        "Pagination/PDFPagination_Spec.swift",
        "Table/PDFTable+Equatable_Spec.swift",
        "Table/PDFTableCell+Equatable_Spec.swift",
        "Table/PDFTableCellAlignment_Spec.swift",
        "Table/PDFTableCellBorders+Equatable_Spec.swift",
        "Table/PDFTableCellBorders_Spec.swift",
        "Table/PDFTableCellPosition+Equatable_Spec.swift",
        "Table/PDFTableCellPosition_Hashable_Spec.swift",
        "Table/PDFTableCellPosition_Spec.swift",
        "Table/PDFTableCellStyle+Equatable_Spec.swift",
        "Table/PDFTableCellStyle_Spec.swift",
        "Table/PDFTableCell_Spec.swift",
        "Table/PDFTableContent+Equatable_Spec.swift",
        "Table/PDFTableContent_Spec.swift",
        "Table/PDFTableStyle+Defaults_Spec.swift",
        "Table/PDFTableStyle+Equatable_Spec.swift",
        "Table/PDFTableStyle_Spec.swift",
        "Table/PDFTableValidator_Spec.swift",
        "Table/PDFTable_Spec.swift",
        "Text/PDFAttributedText+Equatable_Spec.swift",
        "Text/PDFAttributedTextObject_Spec.swift",
        "Text/PDFAttributedText_Spec.swift",
        "Text/PDFFontObject_Spec.swift",
        "Text/PDFSimpleText+Equatable_Spec.swift",
        "Text/PDFSimpleText_Spec.swift",
        "Text/PDFTextColorObject_Spec.swift",
        "Text/PDFText_Spec.swift",
        "Utils/PDFCalculations_Spec.swift",
        "Utils/PDFError_Spec.swift",
        "Utils/PDFObject_Spec.swift"
      ],
      "target_dependencies" : [
        "TPPDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPPDFIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "TPPDFIntegrationTests",
      "path" : "Tests/TPPDFIntegrationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/TPPDFIntegrationTests/resources/50-pages.pdf",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "EmptyDocumentTests.swift",
        "ExternalDocumentTests.swift"
      ],
      "target_dependencies" : [
        "TPPDF"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TPPDF",
      "module_type" : "SwiftTarget",
      "name" : "TPPDF",
      "path" : "Source",
      "product_memberships" : [
        "TPPDF"
      ],
      "sources" : [
        "API/Delegation/PDFGeneratorDelegate.swift",
        "API/Delegation/PDFGeneratorImageDelegate.swift",
        "API/Document/PDFDocument.swift",
        "API/Document/PDFDocumentBackground.swift",
        "API/External/PDFExternalDocument.swift",
        "API/Graphics/PDFBezierPath+Copying.swift",
        "API/Graphics/PDFBezierPath.swift",
        "API/Graphics/PDFBezierPathVertex.swift",
        "API/Graphics/PDFDynamicGeometryShape.swift",
        "API/Graphics/PDFLineStyle.swift",
        "API/Graphics/PDFLineType.swift",
        "API/Groups/PDFGroup+Objects.swift",
        "API/Groups/PDFGroup.swift",
        "API/Groups/PDFGroupContainer.swift",
        "API/Groups/PDFMasterGroup.swift",
        "API/Image/PDFImage.swift",
        "API/Image/PDFImageOptions.swift",
        "API/Image/PDFImageSizeFit.swift",
        "API/Layout/PDFContainer.swift",
        "API/Layout/PDFPageLayout.swift",
        "API/List/PDFList.swift",
        "API/List/PDFListItem.swift",
        "API/List/PDFListItemSymbol.swift",
        "API/Metadata/PDFInfo+Equatable.swift",
        "API/Metadata/PDFInfo.swift",
        "API/PDFGenerator+Generation.swift",
        "API/PDFGenerator.swift",
        "API/PDFGeneratorProtocol.swift",
        "API/PDFMultiDocumentGenerator.swift",
        "API/Page Format/PDFPageFormat+Layout.swift",
        "API/Page Format/PDFPageFormat+NameConstants.swift",
        "API/Page Format/PDFPageFormat+SizeConstants.swift",
        "API/Page Format/PDFPageFormat.swift",
        "API/Pagination/PDFPagination+Equatable.swift",
        "API/Pagination/PDFPagination.swift",
        "API/Pagination/PDFPaginationClosure.swift",
        "API/Pagination/PDFPaginationStyle+Equatable.swift",
        "API/Pagination/PDFPaginationStyle.swift",
        "API/Section/PDFSection.swift",
        "API/Section/PDFSectionColumn.swift",
        "API/Table Of Content/PDFTableOfContent.swift",
        "API/Table/Content/NSAttributedString+PDFTableContent.swift",
        "API/Table/Content/Number+PDFTableContentable.swift",
        "API/Table/Content/PDFTableContent+ContentType.swift",
        "API/Table/Content/PDFTableContent.swift",
        "API/Table/Content/PDFTableContentable.swift",
        "API/Table/Content/String+PDFTableContent.swift",
        "API/Table/Content/UIImage+PDFTableContent.swift",
        "API/Table/PDFTable.swift",
        "API/Table/PDFTableCell.swift",
        "API/Table/PDFTableCellAlignment.swift",
        "API/Table/PDFTableCellPosition.swift",
        "API/Table/Sections/PDFTable+CellSubscripts.swift",
        "API/Table/Sections/PDFTable+ColumnSubscripts.swift",
        "API/Table/Sections/PDFTable+RowSubscripts.swift",
        "API/Table/Sections/PDFTable+SectionSubscripts.swift",
        "API/Table/Sections/PDFTableColumn.swift",
        "API/Table/Sections/PDFTableColumns.swift",
        "API/Table/Sections/PDFTableMergeable.swift",
        "API/Table/Sections/PDFTableRow.swift",
        "API/Table/Sections/PDFTableRows.swift",
        "API/Table/Sections/PDFTableSection.swift",
        "API/Table/Style/PDFTableCellBorders.swift",
        "API/Table/Style/PDFTableCellPosition+Equatable-Hashable.swift",
        "API/Table/Style/PDFTableCellStyle.swift",
        "API/Table/Style/PDFTableStyle+Defaults.swift",
        "API/Table/Style/PDFTableStyle+Equatable.swift",
        "API/Table/Style/PDFTableStyle.swift",
        "API/Text/PDFAttributedText.swift",
        "API/Text/PDFSimpleText+Equatable.swift",
        "API/Text/PDFSimpleText.swift",
        "API/Text/PDFText.swift",
        "API/Text/PDFTextStyle.swift",
        "API/Utils/CrossPlattformGraphics.swift",
        "API/Utils/PDFConstants.swift",
        "API/Utils/PDFCopy.swift",
        "API/Utils/PDFDocumentObject.swift",
        "API/Utils/PDFError.swift",
        "API/Utils/PDFRenderObject.swift",
        "API/Utils/PDFTaggableObject.swift",
        "Internal/External/PDFExternalDocumentObject.swift",
        "Internal/External/PDFExternalPageObject.swift",
        "Internal/Graphics/PDFContext.swift",
        "Internal/Graphics/PDFContextGraphics.swift",
        "Internal/Graphics/PDFGraphics.swift",
        "Internal/Graphics/PDFLineObject.swift",
        "Internal/Graphics/PDFLineSeparatorObject+Equatable.swift",
        "Internal/Graphics/PDFLineSeparatorObject.swift",
        "Internal/Graphics/PDFRectangleObject.swift",
        "Internal/Graphics/UIColor+CloseToEqual.swift",
        "Internal/Group/PDFGroupObject.swift",
        "Internal/Image/PDFImageObject.swift",
        "Internal/Image/PDFImageRowObject.swift",
        "Internal/Layout/PDFColumnLayoutState.swift",
        "Internal/Layout/PDFIndentationObject+Equatable.swift",
        "Internal/Layout/PDFIndentationObject.swift",
        "Internal/Layout/PDFLayout+Equatable.swift",
        "Internal/Layout/PDFLayout.swift",
        "Internal/Layout/PDFLayoutHeights+Equatable.swift",
        "Internal/Layout/PDFLayoutHeights.swift",
        "Internal/Layout/PDFLayoutIndentations+Equatable.swift",
        "Internal/Layout/PDFLayoutIndentations.swift",
        "Internal/Layout/PDFMarginObject.swift",
        "Internal/Layout/PDFOffsetObject+Equatable.swift",
        "Internal/Layout/PDFOffsetObject.swift",
        "Internal/Layout/PDFPageBreakObject+Equatable.swift",
        "Internal/Layout/PDFPageBreakObject.swift",
        "Internal/Layout/PDFPageLayout+Equatable.swift",
        "Internal/Layout/PDFSectionColumnContainer.swift",
        "Internal/Layout/PDFSpaceObject.swift",
        "Internal/List/PDFListObject.swift",
        "Internal/Math/CGPoint+Math.swift",
        "Internal/Math/CGPoint+Null.swift",
        "Internal/PDFGenerator+Debug.swift",
        "Internal/PDFGenerator+Layout.swift",
        "Internal/Section/PDFColumnWrapSectionObject.swift",
        "Internal/Section/PDFSectionColumnObject.swift",
        "Internal/Section/PDFSectionObject.swift",
        "Internal/Table Of Content/PDFTableOfContentObject.swift",
        "Internal/Table/PDFTableCalculatedCell.swift",
        "Internal/Table/PDFTableMergeUtil.swift",
        "Internal/Table/PDFTableNode.swift",
        "Internal/Table/PDFTableObject.swift",
        "Internal/Table/PDFTableValidator.swift",
        "Internal/Text/PDFAttributedTextObject.swift",
        "Internal/Text/PDFFontObject.swift",
        "Internal/Text/PDFTextColorObject.swift",
        "Internal/Utils/Attributes/PDFAttributableObject.swift",
        "Internal/Utils/Attributes/PDFObjectAttribute.swift",
        "Internal/Utils/CustomStringConvertible+AutoDescribing.swift",
        "Internal/Utils/FileManager+TemporaryFiles.swift",
        "Internal/Utils/Int+RomanNumerals.swift",
        "Internal/Utils/PDFCalculations.swift",
        "Internal/Utils/PDFLocatedRenderObject.swift",
        "Internal/Utils/PDFSlicedObject.swift",
        "Internal/Utils/Stack.swift",
        "Internal/Utils/WeakRef.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:8:15: warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 6 |     name: "TPPDF",
 7 |     platforms: [
 8 |         .iOS(.v9),
   |               `- warning: 'v9' is deprecated: iOS 12.0 is the oldest supported version
 9 |         .macOS(.v10_14),
10 |         .visionOS(.v1),
/Users/admin/builder/spi-builder-workspace/Package.swift:16:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:16:58: warning: 'exact' is deprecated
14 |     ],
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
   |                                                          `- warning: 'exact' is deprecated
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
18 |     ],
/Users/admin/builder/spi-builder-workspace/Package.swift:17:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |          `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
18 |     ],
19 |     targets: [
/Users/admin/builder/spi-builder-workspace/Package.swift:17:59: warning: 'exact' is deprecated
15 |     dependencies: [
16 |         .package(url: "https://github.com/Quick/Quick", .exact("3.1.2")),
17 |         .package(url: "https://github.com/Quick/Nimble", .exact("9.2.1")),
   |                                                           `- warning: 'exact' is deprecated
18 |     ],
19 |     targets: [
Done.