The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TPPDF, reference main (c5bc97), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 2 Sep 2025 18:44:19 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TPPDF-Package -destination platform=macOS,arch=arm64 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

        "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"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TPPDF-Package -destination platform=macOS,arch=arm64 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-Package -destination platform=macOS,arch=arm64 "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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 3a4feab92095bf5e0a5b8b93bec520db
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3a4feab92095bf5e0a5b8b93bec520db.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj
    /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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/TPPDF Versions/Current/TPPDF (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/TPPDF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/TPPDF
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Resources Versions/Current/Resources (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/TPPDF.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/TPPDF.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/Current A (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/Current
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Modules Versions/Current/Modules (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Modules
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftConstValuesFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Headers Versions/Current/Headers (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Resources (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Headers (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj/TPPDF_Info.plist (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/TPPDF.xcodeproj/TPPDF_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Resources/Info.plist
SwiftDriver TPPDF normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    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/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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/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 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PDFDocumentObject.swift,\ PDFError.swift,\ PDFRenderObject.swift,\ PDFTaggableObject.swift,\ PDFExternalDocumentObject.swift,\ PDFExternalPageObject.swift,\ PDFContext.swift,\ PDFContextGraphics.swift,\ PDFGraphics.swift,\ PDFLineObject.swift,\ PDFLineSeparatorObject+Equatable.swift,\ PDFLineSeparatorObject.swift,\ PDFRectangleObject.swift,\ UIColor+CloseToEqual.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 /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 (in target 'TPPDF' from project 'TPPDF')
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

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

/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

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

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

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

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

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

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

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

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

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

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

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649944325-swift-frontend-TPPDF-PDFDocumentObject.swift-arm64_apple_macos10.13-o-Onone-2979606305.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2898 seconds (9.4003 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0448 (  5.1%)   0.1007 ( 25.0%)   0.1455 ( 11.3%)   4.1821 ( 44.5%)  parse-and-resolve-imports
   0.0420 (  4.7%)   0.0985 ( 24.4%)   0.1404 ( 10.9%)   4.1771 ( 44.4%)  Import resolution
   0.1367 ( 15.4%)   0.0342 (  8.5%)   0.1709 ( 13.3%)   0.1709 (  1.8%)  perform-sema
   0.1359 ( 15.3%)   0.0341 (  8.5%)   0.1700 ( 13.2%)   0.1700 (  1.8%)  Type checking and Semantic analysis
   0.1043 ( 11.8%)   0.0253 (  6.3%)   0.1296 ( 10.0%)   0.1296 (  1.4%)  typecheck-stmt
   0.0911 ( 10.3%)   0.0207 (  5.1%)   0.1119 (  8.7%)   0.1119 (  1.2%)  typecheck-expr
   0.0807 (  9.1%)   0.0229 (  5.7%)   0.1036 (  8.0%)   0.1042 (  1.1%)  build-rewrite-system
   0.0664 (  7.5%)   0.0155 (  3.8%)   0.0819 (  6.4%)   0.0819 (  0.9%)  typecheck-decl
   0.0515 (  5.8%)   0.0097 (  2.4%)   0.0612 (  4.7%)   0.0616 (  0.7%)  IRGen
   0.0341 (  3.8%)   0.0265 (  6.6%)   0.0606 (  4.7%)   0.0611 (  0.6%)  import-clang-decl
   0.0331 (  3.7%)   0.0040 (  1.0%)   0.0371 (  2.9%)   0.0387 (  0.4%)  SILGen
   0.0011 (  0.1%)   0.0017 (  0.4%)   0.0028 (  0.2%)   0.0353 (  0.4%)  load-stdlib
   0.0252 (  2.8%)   0.0056 (  1.4%)   0.0309 (  2.4%)   0.0309 (  0.3%)  precheck-target
   0.0173 (  1.9%)   0.0018 (  0.4%)   0.0191 (  1.5%)   0.0203 (  0.2%)  SILGen-function
   0.0174 (  2.0%)   0.0004 (  0.1%)   0.0179 (  1.4%)   0.0179 (  0.2%)  SIL optimization
   0.0039 (  0.4%)   0.0013 (  0.3%)   0.0052 (  0.4%)   0.0054 (  0.1%)  load-all-members
   0.0005 (  0.1%)   0.0001 (  0.0%)   0.0006 (  0.0%)   0.0006 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8867 (100.0%)   0.4031 (100.0%)   1.2898 (100.0%)   9.4003 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5320 seconds (7.9219 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9211 (100.0%)   1.6109 (100.0%)   3.5320 (100.0%)   7.9219 (100.0%)  Building Target
   1.9211 (100.0%)   1.6109 (100.0%)   3.5320 (100.0%)   7.9219 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PDFTableCell.swift,\ PDFTableCellAlignment.swift,\ PDFTableCellPosition.swift,\ PDFTable+CellSubscripts.swift,\ PDFTable+ColumnSubscripts.swift,\ PDFTable+RowSubscripts.swift,\ PDFTable+SectionSubscripts.swift,\ PDFTableColumn.swift,\ PDFTableColumns.swift,\ PDFTableMergeable.swift,\ PDFTableRow.swift,\ PDFTableRows.swift,\ PDFTableSection.swift,\ PDFTableCellBorders.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 /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 (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649950263-swift-frontend-TPPDF-PDFTableCell.swift-arm64_apple_macos10.13-o-Onone-754167421.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1894 seconds (9.3358 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0467 (  5.4%)   0.1024 ( 31.8%)   0.1491 ( 12.5%)   4.2149 ( 45.1%)  parse-and-resolve-imports
   0.0438 (  5.1%)   0.1003 ( 31.1%)   0.1441 ( 12.1%)   4.2099 ( 45.1%)  Import resolution
   0.1383 ( 16.0%)   0.0171 (  5.3%)   0.1554 ( 13.1%)   0.1555 (  1.7%)  perform-sema
   0.1376 ( 15.9%)   0.0170 (  5.3%)   0.1545 ( 13.0%)   0.1546 (  1.7%)  Type checking and Semantic analysis
   0.1109 ( 12.8%)   0.0128 (  4.0%)   0.1237 ( 10.4%)   0.1237 (  1.3%)  typecheck-stmt
   0.0798 (  9.2%)   0.0217 (  6.7%)   0.1016 (  8.5%)   0.1026 (  1.1%)  build-rewrite-system
   0.0648 (  7.5%)   0.0112 (  3.5%)   0.0759 (  6.4%)   0.0764 (  0.8%)  IRGen
   0.0636 (  7.3%)   0.0069 (  2.1%)   0.0705 (  5.9%)   0.0705 (  0.8%)  typecheck-expr
   0.0499 (  5.8%)   0.0061 (  1.9%)   0.0559 (  4.7%)   0.0560 (  0.6%)  SILGen
   0.0306 (  3.5%)   0.0018 (  0.6%)   0.0324 (  2.7%)   0.0324 (  0.3%)  SILGen-function
   0.0316 (  3.6%)   0.0005 (  0.2%)   0.0320 (  2.7%)   0.0321 (  0.3%)  SIL optimization
   0.0162 (  1.9%)   0.0152 (  4.7%)   0.0314 (  2.6%)   0.0316 (  0.3%)  import-clang-decl
   0.0176 (  2.0%)   0.0022 (  0.7%)   0.0198 (  1.7%)   0.0197 (  0.2%)  precheck-target
   0.0166 (  1.9%)   0.0026 (  0.8%)   0.0192 (  1.6%)   0.0192 (  0.2%)  typecheck-for-each
   0.0157 (  1.8%)   0.0027 (  0.8%)   0.0185 (  1.6%)   0.0185 (  0.2%)  typecheck-decl
   0.0010 (  0.1%)   0.0016 (  0.5%)   0.0026 (  0.2%)   0.0156 (  0.2%)  load-stdlib
   0.0010 (  0.1%)   0.0002 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.1%)   0.0002 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8671 (100.0%)   0.3223 (100.0%)   1.1894 (100.0%)   9.3358 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5454 seconds (6.7898 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7041 (100.0%)   0.8414 (100.0%)   2.5454 (100.0%)   6.7898 (100.0%)  Building Target
   1.7041 (100.0%)   0.8414 (100.0%)   2.5454 (100.0%)   6.7898 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

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

/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 Compiling\ PDFExternalDocument.swift,\ PDFBezierPath+Copying.swift,\ PDFBezierPath.swift,\ PDFBezierPathVertex.swift,\ PDFDynamicGeometryShape.swift,\ PDFLineStyle.swift,\ PDFLineType.swift,\ PDFGroup+Objects.swift,\ PDFGroup.swift,\ PDFGroupContainer.swift,\ PDFMasterGroup.swift,\ PDFImage.swift,\ PDFImageOptions.swift,\ PDFImageSizeFit.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 /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 (in target 'TPPDF' from project 'TPPDF')
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

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

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

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

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

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

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

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

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

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

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

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

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

/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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649958403-swift-frontend-TPPDF-PDFExternalDocument.swift-arm64_apple_macos10.13-o-Onone-311977784.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0517 seconds (9.1238 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0500 (  7.3%)   0.1116 ( 30.4%)   0.1616 ( 15.4%)   4.1966 ( 46.0%)  parse-and-resolve-imports
   0.0475 (  6.9%)   0.1092 ( 29.7%)   0.1567 ( 14.9%)   4.1916 ( 45.9%)  Import resolution
   0.0972 ( 14.2%)   0.0215 (  5.9%)   0.1188 ( 11.3%)   0.1188 (  1.3%)  perform-sema
   0.0965 ( 14.1%)   0.0214 (  5.8%)   0.1179 ( 11.2%)   0.1180 (  1.3%)  Type checking and Semantic analysis
   0.0870 ( 12.7%)   0.0243 (  6.6%)   0.1113 ( 10.6%)   0.1124 (  1.2%)  build-rewrite-system
   0.0640 (  9.3%)   0.0103 (  2.8%)   0.0743 (  7.1%)   0.0744 (  0.8%)  typecheck-stmt
   0.0588 (  8.6%)   0.0086 (  2.3%)   0.0674 (  6.4%)   0.0674 (  0.7%)  typecheck-expr
   0.0420 (  6.1%)   0.0098 (  2.7%)   0.0518 (  4.9%)   0.0520 (  0.6%)  IRGen
   0.0265 (  3.9%)   0.0249 (  6.8%)   0.0514 (  4.9%)   0.0518 (  0.6%)  import-clang-decl
   0.0366 (  5.3%)   0.0122 (  3.3%)   0.0487 (  4.6%)   0.0487 (  0.5%)  typecheck-decl
   0.0255 (  3.7%)   0.0045 (  1.2%)   0.0300 (  2.9%)   0.0302 (  0.3%)  SILGen
   0.0189 (  2.8%)   0.0033 (  0.9%)   0.0223 (  2.1%)   0.0223 (  0.2%)  precheck-target
   0.0153 (  2.2%)   0.0004 (  0.1%)   0.0157 (  1.5%)   0.0158 (  0.2%)  SIL optimization
   0.0123 (  1.8%)   0.0020 (  0.5%)   0.0143 (  1.4%)   0.0144 (  0.2%)  SILGen-function
   0.0040 (  0.6%)   0.0011 (  0.3%)   0.0051 (  0.5%)   0.0052 (  0.1%)  load-all-members
   0.0010 (  0.1%)   0.0018 (  0.5%)   0.0028 (  0.3%)   0.0028 (  0.0%)  load-stdlib
   0.0005 (  0.1%)   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-expr-pattern
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6845 (100.0%)   0.3672 (100.0%)   1.0517 (100.0%)   9.1238 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5357 seconds (7.9097 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8949 (100.0%)   1.6408 (100.0%)   3.5357 (100.0%)   7.9097 (100.0%)  Building Target
   1.8949 (100.0%)   1.6408 (100.0%)   3.5357 (100.0%)   7.9097 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PDFTableCellPosition+Equatable-Hashable.swift,\ PDFTableCellStyle.swift,\ PDFTableStyle+Defaults.swift,\ PDFTableStyle+Equatable.swift,\ PDFTableStyle.swift,\ PDFAttributedText.swift,\ PDFSimpleText+Equatable.swift,\ PDFSimpleText.swift,\ PDFText.swift,\ PDFTextStyle.swift,\ CrossPlattformGraphics.swift,\ PDFConstants.swift,\ PDFCopy.swift,\ PDFGeneratorDelegate.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 /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/Delegation/PDFGeneratorDelegate.swift (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649951553-swift-frontend-TPPDF-PDFTableCellPosition_Equatable_Hashable.swift-arm64_apple_macos10.13-o-Onone-2004298002.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3738 seconds (9.4597 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0460 (  4.7%)   0.1058 ( 26.2%)   0.1519 ( 11.1%)   4.1861 ( 44.3%)  parse-and-resolve-imports
   0.0434 (  4.5%)   0.1035 ( 25.6%)   0.1469 ( 10.7%)   4.1811 ( 44.2%)  Import resolution
   0.1779 ( 18.3%)   0.0337 (  8.3%)   0.2115 ( 15.4%)   0.2124 (  2.2%)  perform-sema
   0.1772 ( 18.3%)   0.0336 (  8.3%)   0.2108 ( 15.3%)   0.2116 (  2.2%)  Type checking and Semantic analysis
   0.1345 ( 13.9%)   0.0187 (  4.6%)   0.1532 ( 11.2%)   0.1533 (  1.6%)  typecheck-stmt
   0.1015 ( 10.5%)   0.0170 (  4.2%)   0.1185 (  8.6%)   0.1186 (  1.3%)  typecheck-expr
   0.0871 (  9.0%)   0.0250 (  6.2%)   0.1121 (  8.2%)   0.1134 (  1.2%)  build-rewrite-system
   0.0585 (  6.0%)   0.0203 (  5.0%)   0.0788 (  5.7%)   0.0795 (  0.8%)  typecheck-decl
   0.0306 (  3.2%)   0.0285 (  7.1%)   0.0591 (  4.3%)   0.0592 (  0.6%)  import-clang-decl
   0.0366 (  3.8%)   0.0080 (  2.0%)   0.0446 (  3.2%)   0.0448 (  0.5%)  IRGen
   0.0250 (  2.6%)   0.0034 (  0.8%)   0.0283 (  2.1%)   0.0283 (  0.3%)  precheck-target
   0.0206 (  2.1%)   0.0017 (  0.4%)   0.0223 (  1.6%)   0.0225 (  0.2%)  SILGen
   0.0011 (  0.1%)   0.0019 (  0.5%)   0.0030 (  0.2%)   0.0159 (  0.2%)  load-stdlib
   0.0151 (  1.6%)   0.0005 (  0.1%)   0.0155 (  1.1%)   0.0155 (  0.2%)  SIL optimization
   0.0096 (  1.0%)   0.0005 (  0.1%)   0.0101 (  0.7%)   0.0102 (  0.1%)  SILGen-function
   0.0043 (  0.4%)   0.0016 (  0.4%)   0.0059 (  0.4%)   0.0059 (  0.1%)  load-all-members
   0.0007 (  0.1%)   0.0000 (  0.0%)   0.0007 (  0.1%)   0.0007 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.9702 (100.0%)   0.4036 (100.0%)   1.3738 (100.0%)   9.4597 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5253 seconds (7.9087 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9188 (100.0%)   1.6065 (100.0%)   3.5253 (100.0%)   7.9087 (100.0%)  Building Target
   1.9188 (100.0%)   1.6065 (100.0%)   3.5253 (100.0%)   7.9087 (100.0%)  Total
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

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

/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

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

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

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

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

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

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

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

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

/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: warning: static property 'topLeft' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: note: convert 'topLeft' to a 'let' constant to make 'Sendable' shared state immutable
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: note: add '@MainActor' to make static property 'topLeft' part of global actor 'MainActor'
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: warning: static property 'topRight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: note: convert 'topRight' to a 'let' constant to make 'Sendable' shared state immutable
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: note: add '@MainActor' to make static property 'topRight' part of global actor 'MainActor'
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: warning: static property 'bottomLeft' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: note: convert 'bottomLeft' to a 'let' constant to make 'Sendable' shared state immutable
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: note: add '@MainActor' to make static property 'bottomLeft' part of global actor 'MainActor'
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: warning: static property 'bottomRight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: note: convert 'bottomRight' to a 'let' constant to make 'Sendable' shared state immutable
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: note: add '@MainActor' to make static property 'bottomRight' part of global actor 'MainActor'
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: warning: static property 'allCorners' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: note: convert 'allCorners' to a 'let' constant to make 'Sendable' shared state immutable
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: note: add '@MainActor' to make static property 'allCorners' part of global actor 'MainActor'
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                          ^
        nonisolated(unsafe)
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

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ TPPDF (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649928871-swift-frontend-TPPDF-all-arm64_apple_macos10.13-swiftmodule-Onone-436202582.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0850 seconds (9.3903 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0440 (  6.0%)   0.1005 ( 28.5%)   0.1445 ( 13.3%)   4.2917 ( 45.7%)  parse-and-resolve-imports
   0.0412 (  5.6%)   0.0982 ( 27.8%)   0.1393 ( 12.8%)   4.2865 ( 45.6%)  Import resolution
   0.1371 ( 18.7%)   0.0296 (  8.4%)   0.1667 ( 15.4%)   0.1671 (  1.8%)  perform-sema
   0.1345 ( 18.4%)   0.0288 (  8.1%)   0.1633 ( 15.0%)   0.1637 (  1.7%)  Type checking and Semantic analysis
   0.1301 ( 17.8%)   0.0277 (  7.8%)   0.1578 ( 14.5%)   0.1582 (  1.7%)  typecheck-decl
   0.0602 (  8.2%)   0.0118 (  3.3%)   0.0720 (  6.6%)   0.0725 (  0.8%)  SILGen
   0.0469 (  6.4%)   0.0096 (  2.7%)   0.0565 (  5.2%)   0.0576 (  0.6%)  SIL optimization
   0.0362 (  5.0%)   0.0090 (  2.6%)   0.0453 (  4.2%)   0.0453 (  0.5%)  typecheck-expr
   0.0125 (  1.7%)   0.0127 (  3.6%)   0.0252 (  2.3%)   0.0322 (  0.3%)  load-stdlib
   0.0270 (  3.7%)   0.0046 (  1.3%)   0.0317 (  2.9%)   0.0318 (  0.3%)  SILGen-function
   0.0113 (  1.5%)   0.0043 (  1.2%)   0.0156 (  1.4%)   0.0164 (  0.2%)  Serialization, swiftmodule
   0.0065 (  0.9%)   0.0071 (  2.0%)   0.0135 (  1.2%)   0.0136 (  0.1%)  import-clang-decl
   0.0087 (  1.2%)   0.0024 (  0.7%)   0.0111 (  1.0%)   0.0111 (  0.1%)  build-rewrite-system
   0.0086 (  1.2%)   0.0021 (  0.6%)   0.0107 (  1.0%)   0.0107 (  0.1%)  typecheck-stmt
   0.0083 (  1.1%)   0.0015 (  0.4%)   0.0098 (  0.9%)   0.0100 (  0.1%)  Serialization, swiftdoc
   0.0071 (  1.0%)   0.0013 (  0.4%)   0.0084 (  0.8%)   0.0084 (  0.1%)  precheck-target
   0.0058 (  0.8%)   0.0010 (  0.3%)   0.0068 (  0.6%)   0.0068 (  0.1%)  typecheck-expr-pattern
   0.0042 (  0.6%)   0.0006 (  0.2%)   0.0048 (  0.4%)   0.0048 (  0.1%)  Serialization, swiftsourceinfo
   0.0005 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  SIL verification, post-optimization
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  SIL verification, pre-optimization
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-module-class-member-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.7319 (100.0%)   0.3531 (100.0%)   1.0850 (100.0%)   9.3903 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5450 seconds (4.7015 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3706 (100.0%)   0.1744 (100.0%)   0.5450 (100.0%)   4.7015 (100.0%)  Building Target
   0.3706 (100.0%)   0.1744 (100.0%)   0.5450 (100.0%)   4.7015 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace

/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/CrossPlattformGraphics.swift:76:27: warning: static property 'topLeft' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: note: convert 'topLeft' to a 'let' constant to make 'Sendable' shared state immutable
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: note: add '@MainActor' to make static property 'topLeft' part of global actor 'MainActor'
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var topLeft: RectCorner = .init(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: warning: static property 'topRight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: note: convert 'topRight' to a 'let' constant to make 'Sendable' shared state immutable
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: note: add '@MainActor' to make static property 'topRight' part of global actor 'MainActor'
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var topRight: RectCorner = .init(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: warning: static property 'bottomLeft' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: note: convert 'bottomLeft' to a 'let' constant to make 'Sendable' shared state immutable
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: note: add '@MainActor' to make static property 'bottomLeft' part of global actor 'MainActor'
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:78:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var bottomLeft: RectCorner = .init(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: warning: static property 'bottomRight' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: note: convert 'bottomRight' to a 'let' constant to make 'Sendable' shared state immutable
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: note: add '@MainActor' to make static property 'bottomRight' part of global actor 'MainActor'
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:79:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var bottomRight: RectCorner = .init(rawValue: 1 << 3)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: warning: static property 'allCorners' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: note: convert 'allCorners' to a 'let' constant to make 'Sendable' shared state immutable
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: note: add '@MainActor' to make static property 'allCorners' part of global actor 'MainActor'
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/CrossPlattformGraphics.swift:80:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var allCorners: RectCorner = .init(rawValue: 1 << 4 - 1)
                          ^
        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\ PDFTableValidator.swift,\ PDFAttributedTextObject.swift,\ PDFFontObject.swift,\ PDFTextColorObject.swift,\ PDFAttributableObject.swift,\ PDFObjectAttribute.swift,\ CustomStringConvertible+AutoDescribing.swift,\ FileManager+TemporaryFiles.swift,\ PDFCalculations.swift,\ PDFLocatedRenderObject.swift,\ PDFSlicedObject.swift,\ Stack.swift,\ WeakRef.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Table/PDFTableValidator.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/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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649941433-swift-frontend-TPPDF-PDFTableValidator.swift-arm64_apple_macos10.13-o-Onone-3469373677.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7457 seconds (9.5765 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1278 ( 10.4%)   0.1472 ( 28.3%)   0.2750 ( 15.8%)   4.1655 ( 43.5%)  parse-and-resolve-imports
   0.1249 ( 10.2%)   0.1453 ( 27.9%)   0.2702 ( 15.5%)   4.1607 ( 43.4%)  Import resolution
   0.1756 ( 14.3%)   0.0414 (  7.9%)   0.2170 ( 12.4%)   0.2194 (  2.3%)  perform-sema
   0.1749 ( 14.3%)   0.0413 (  7.9%)   0.2162 ( 12.4%)   0.2187 (  2.3%)  Type checking and Semantic analysis
   0.1542 ( 12.6%)   0.0315 (  6.1%)   0.1857 ( 10.6%)   0.1859 (  1.9%)  typecheck-stmt
   0.1133 (  9.2%)   0.0225 (  4.3%)   0.1358 (  7.8%)   0.1361 (  1.4%)  typecheck-expr
   0.0754 (  6.2%)   0.0203 (  3.9%)   0.0957 (  5.5%)   0.0965 (  1.0%)  build-rewrite-system
   0.0613 (  5.0%)   0.0160 (  3.1%)   0.0773 (  4.4%)   0.0797 (  0.8%)  typecheck-decl
   0.0594 (  4.8%)   0.0114 (  2.2%)   0.0708 (  4.1%)   0.0730 (  0.8%)  IRGen
   0.0265 (  2.2%)   0.0237 (  4.5%)   0.0502 (  2.9%)   0.0504 (  0.5%)  import-clang-decl
   0.0376 (  3.1%)   0.0086 (  1.7%)   0.0462 (  2.6%)   0.0462 (  0.5%)  precheck-target
   0.0397 (  3.2%)   0.0033 (  0.6%)   0.0430 (  2.5%)   0.0435 (  0.5%)  SILGen
   0.0013 (  0.1%)   0.0024 (  0.5%)   0.0037 (  0.2%)   0.0409 (  0.4%)  load-stdlib
   0.0250 (  2.0%)   0.0018 (  0.3%)   0.0268 (  1.5%)   0.0272 (  0.3%)  SILGen-function
   0.0195 (  1.6%)   0.0002 (  0.0%)   0.0197 (  1.1%)   0.0203 (  0.2%)  SIL optimization
   0.0044 (  0.4%)   0.0019 (  0.4%)   0.0062 (  0.4%)   0.0064 (  0.1%)  load-all-members
   0.0040 (  0.3%)   0.0016 (  0.3%)   0.0057 (  0.3%)   0.0057 (  0.1%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.2253 (100.0%)   0.5204 (100.0%)   1.7457 (100.0%)   9.5765 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.6723 seconds (7.9276 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9936 (100.0%)   1.6787 (100.0%)   3.6723 (100.0%)   7.9276 (100.0%)  Building Target
   1.9936 (100.0%)   1.6787 (100.0%)   3.6723 (100.0%)   7.9276 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ PDFGroupObject.swift,\ PDFImageObject.swift,\ PDFImageRowObject.swift,\ PDFColumnLayoutState.swift,\ PDFIndentationObject+Equatable.swift,\ PDFIndentationObject.swift,\ PDFLayout+Equatable.swift,\ PDFLayout.swift,\ PDFLayoutHeights+Equatable.swift,\ PDFLayoutHeights.swift,\ PDFLayoutIndentations+Equatable.swift,\ PDFLayoutIndentations.swift,\ PDFMarginObject.swift,\ PDFOffsetObject+Equatable.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 /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 (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649964984-swift-frontend-TPPDF-PDFGroupObject.swift-arm64_apple_macos10.13-o-Onone-2237989837.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3095 seconds (9.4461 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0455 (  4.8%)   0.0854 ( 23.4%)   0.1309 ( 10.0%)   4.1965 ( 44.4%)  parse-and-resolve-imports
   0.0425 (  4.5%)   0.0825 ( 22.6%)   0.1251 (  9.6%)   4.1906 ( 44.4%)  Import resolution
   0.1459 ( 15.5%)   0.0302 (  8.3%)   0.1761 ( 13.4%)   0.1768 (  1.9%)  perform-sema
   0.1452 ( 15.4%)   0.0300 (  8.2%)   0.1752 ( 13.4%)   0.1759 (  1.9%)  Type checking and Semantic analysis
   0.1262 ( 13.4%)   0.0251 (  6.9%)   0.1513 ( 11.6%)   0.1520 (  1.6%)  typecheck-stmt
   0.1161 ( 12.3%)   0.0236 (  6.5%)   0.1397 ( 10.7%)   0.1405 (  1.5%)  typecheck-expr
   0.0744 (  7.9%)   0.0241 (  6.6%)   0.0985 (  7.5%)   0.0986 (  1.0%)  build-rewrite-system
   0.0623 (  6.6%)   0.0162 (  4.4%)   0.0785 (  6.0%)   0.0785 (  0.8%)  typecheck-decl
   0.0550 (  5.8%)   0.0107 (  2.9%)   0.0656 (  5.0%)   0.0661 (  0.7%)  IRGen
   0.0226 (  2.4%)   0.0246 (  6.7%)   0.0472 (  3.6%)   0.0473 (  0.5%)  import-clang-decl
   0.0327 (  3.5%)   0.0030 (  0.8%)   0.0357 (  2.7%)   0.0357 (  0.4%)  SILGen
   0.0290 (  3.1%)   0.0043 (  1.2%)   0.0334 (  2.5%)   0.0334 (  0.4%)  precheck-target
   0.0198 (  2.1%)   0.0002 (  0.1%)   0.0200 (  1.5%)   0.0221 (  0.2%)  SIL optimization
   0.0198 (  2.1%)   0.0018 (  0.5%)   0.0216 (  1.7%)   0.0216 (  0.2%)  SILGen-function
   0.0038 (  0.4%)   0.0021 (  0.6%)   0.0059 (  0.5%)   0.0059 (  0.1%)  load-all-members
   0.0009 (  0.1%)   0.0015 (  0.4%)   0.0025 (  0.2%)   0.0025 (  0.0%)  load-stdlib
   0.0014 (  0.1%)   0.0001 (  0.0%)   0.0015 (  0.1%)   0.0014 (  0.0%)  typecheck-for-each
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.9440 (100.0%)   0.3655 (100.0%)   1.3095 (100.0%)   9.4461 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4970 seconds (7.9112 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8975 (100.0%)   1.5995 (100.0%)   3.4970 (100.0%)   7.9112 (100.0%)  Building Target
   1.8975 (100.0%)   1.5995 (100.0%)   3.4970 (100.0%)   7.9112 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ PDFOffsetObject.swift,\ PDFPageBreakObject+Equatable.swift,\ PDFPageBreakObject.swift,\ PDFPageLayout+Equatable.swift,\ PDFSectionColumnContainer.swift,\ PDFGeneratorImageDelegate.swift,\ PDFSpaceObject.swift,\ PDFListObject.swift,\ CGPoint+Math.swift,\ CGPoint+Null.swift,\ PDFGenerator+Debug.swift,\ PDFGenerator+Layout.swift,\ PDFDocument.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/API/Delegation/PDFGeneratorImageDelegate.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/Layout/PDFSpaceObject.swift /Users/admin/builder/spi-builder-workspace/Source/Internal/List/PDFListObject.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/API/Document/PDFDocument.swift (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649959303-swift-frontend-TPPDF-PDFOffsetObject.swift-arm64_apple_macos10.13-o-Onone-1473088704.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0598 seconds (9.6066 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0496 (  7.2%)   0.1140 ( 30.7%)   0.1635 ( 15.4%)   4.4350 ( 46.2%)  parse-and-resolve-imports
   0.0463 (  6.7%)   0.1109 ( 29.9%)   0.1572 ( 14.8%)   4.4287 ( 46.1%)  Import resolution
   0.1004 ( 14.6%)   0.0217 (  5.8%)   0.1221 ( 11.5%)   0.1227 (  1.3%)  perform-sema
   0.0998 ( 14.5%)   0.0216 (  5.8%)   0.1213 ( 11.4%)   0.1219 (  1.3%)  Type checking and Semantic analysis
   0.0776 ( 11.3%)   0.0232 (  6.3%)   0.1008 (  9.5%)   0.1010 (  1.1%)  build-rewrite-system
   0.0798 ( 11.6%)   0.0168 (  4.5%)   0.0965 (  9.1%)   0.0970 (  1.0%)  typecheck-stmt
   0.0766 ( 11.1%)   0.0173 (  4.7%)   0.0939 (  8.9%)   0.0944 (  1.0%)  typecheck-expr
   0.0357 (  5.2%)   0.0071 (  1.9%)   0.0428 (  4.0%)   0.0434 (  0.5%)  IRGen
   0.0214 (  3.1%)   0.0203 (  5.5%)   0.0418 (  3.9%)   0.0419 (  0.4%)  import-clang-decl
   0.0256 (  3.7%)   0.0029 (  0.8%)   0.0285 (  2.7%)   0.0287 (  0.3%)  SILGen
   0.0224 (  3.3%)   0.0051 (  1.4%)   0.0275 (  2.6%)   0.0278 (  0.3%)  typecheck-decl
   0.0228 (  3.3%)   0.0047 (  1.3%)   0.0275 (  2.6%)   0.0278 (  0.3%)  precheck-target
   0.0134 (  2.0%)   0.0015 (  0.4%)   0.0149 (  1.4%)   0.0151 (  0.2%)  SILGen-function
   0.0116 (  1.7%)   0.0001 (  0.0%)   0.0117 (  1.1%)   0.0117 (  0.1%)  SIL optimization
   0.0036 (  0.5%)   0.0018 (  0.5%)   0.0054 (  0.5%)   0.0054 (  0.1%)  load-all-members
   0.0010 (  0.1%)   0.0018 (  0.5%)   0.0027 (  0.3%)   0.0027 (  0.0%)  load-stdlib
   0.0008 (  0.1%)   0.0001 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6890 (100.0%)   0.3708 (100.0%)   1.0598 (100.0%)   9.6066 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2805 seconds (7.9010 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7038 (100.0%)   1.5767 (100.0%)   3.2805 (100.0%)   7.9010 (100.0%)  Building Target
   1.7038 (100.0%)   1.5767 (100.0%)   3.2805 (100.0%)   7.9010 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ PDFDocumentBackground.swift,\ PDFSection.swift,\ PDFSectionColumn.swift,\ Int+RomanNumerals.swift,\ PDFTableOfContent.swift,\ NSAttributedString+PDFTableContent.swift,\ Number+PDFTableContentable.swift,\ PDFTableContent+ContentType.swift,\ PDFTableContent.swift,\ PDFTableContentable.swift,\ String+PDFTableContent.swift,\ UIImage+PDFTableContent.swift,\ PDFTable.swift,\ PDFPageFormat+NameConstants.swift /Users/admin/builder/spi-builder-workspace/Source/API/Document/PDFDocumentBackground.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/Internal/Utils/Int+RomanNumerals.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 /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/Page\ Format/PDFPageFormat+NameConstants.swift (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649966443-swift-frontend-TPPDF-PDFDocumentBackground.swift-arm64_apple_macos10.13-o-Onone-3555482347.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 8.0618 seconds (9.1816 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.8299 ( 44.7%)   0.8108 ( 46.9%)   3.6407 ( 45.2%)   4.1997 ( 45.7%)  parse-and-resolve-imports
   2.8269 ( 44.6%)   0.8092 ( 46.8%)   3.6361 ( 45.1%)   4.1950 ( 45.7%)  Import resolution
   0.1272 (  2.0%)   0.0163 (  0.9%)   0.1435 (  1.8%)   0.1436 (  1.6%)  perform-sema
   0.1265 (  2.0%)   0.0162 (  0.9%)   0.1427 (  1.8%)   0.1428 (  1.6%)  Type checking and Semantic analysis
   0.1005 (  1.6%)   0.0104 (  0.6%)   0.1109 (  1.4%)   0.1109 (  1.2%)  typecheck-stmt
   0.0786 (  1.2%)   0.0157 (  0.9%)   0.0943 (  1.2%)   0.0942 (  1.0%)  build-rewrite-system
   0.0763 (  1.2%)   0.0080 (  0.5%)   0.0842 (  1.0%)   0.0842 (  0.9%)  typecheck-expr
   0.0410 (  0.6%)   0.0068 (  0.4%)   0.0478 (  0.6%)   0.0484 (  0.5%)  IRGen
   0.0209 (  0.3%)   0.0218 (  1.3%)   0.0427 (  0.5%)   0.0437 (  0.5%)  import-clang-decl
   0.0242 (  0.4%)   0.0056 (  0.3%)   0.0297 (  0.4%)   0.0297 (  0.3%)  typecheck-decl
   0.0238 (  0.4%)   0.0027 (  0.2%)   0.0266 (  0.3%)   0.0265 (  0.3%)  precheck-target
   0.0223 (  0.4%)   0.0017 (  0.1%)   0.0240 (  0.3%)   0.0240 (  0.3%)  SILGen
   0.0166 (  0.3%)   0.0001 (  0.0%)   0.0168 (  0.2%)   0.0168 (  0.2%)  SIL optimization
   0.0110 (  0.2%)   0.0005 (  0.0%)   0.0115 (  0.1%)   0.0115 (  0.1%)  SILGen-function
   0.0038 (  0.1%)   0.0016 (  0.1%)   0.0054 (  0.1%)   0.0054 (  0.1%)  load-all-members
   0.0009 (  0.0%)   0.0014 (  0.1%)   0.0023 (  0.0%)   0.0023 (  0.0%)  load-stdlib
   0.0018 (  0.0%)   0.0002 (  0.0%)   0.0020 (  0.0%)   0.0020 (  0.0%)  typecheck-for-each
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   6.3328 (100.0%)   1.7290 (100.0%)   8.0618 (100.0%)   9.1816 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 6.9814 seconds (7.8951 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   4.6629 (100.0%)   2.3186 (100.0%)   6.9814 (100.0%)   7.8951 (100.0%)  Building Target
   4.6629 (100.0%)   2.3186 (100.0%)   6.9814 (100.0%)   7.8951 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ PDFContainer.swift,\ PDFPageLayout.swift,\ PDFList.swift,\ PDFListItem.swift,\ PDFListItemSymbol.swift,\ PDFInfo+Equatable.swift,\ PDFInfo.swift,\ PDFGenerator+Generation.swift,\ PDFGenerator.swift,\ PDFGeneratorProtocol.swift,\ PDFMultiDocumentGenerator.swift,\ PDFPageFormat+Layout.swift,\ PDFPageFormat+SizeConstants.swift,\ PDFPageFormat.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 /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+SizeConstants.swift /Users/admin/builder/spi-builder-workspace/Source/API/Page\ Format/PDFPageFormat.swift (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838649963278-swift-frontend-TPPDF-PDFContainer.swift-arm64_apple_macos10.13-o-Onone-30070462.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5950 seconds (10.1516 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0484 (  4.1%)   0.1082 ( 25.6%)   0.1566 (  9.8%)   4.4308 ( 43.6%)  parse-and-resolve-imports
   0.0450 (  3.8%)   0.1052 ( 24.9%)   0.1502 (  9.4%)   4.4244 ( 43.6%)  Import resolution
   0.1972 ( 16.8%)   0.0354 (  8.4%)   0.2327 ( 14.6%)   0.2338 (  2.3%)  perform-sema
   0.1964 ( 16.8%)   0.0353 (  8.3%)   0.2317 ( 14.5%)   0.2329 (  2.3%)  Type checking and Semantic analysis
   0.1700 ( 14.5%)   0.0315 (  7.4%)   0.2014 ( 12.6%)   0.2025 (  2.0%)  typecheck-stmt
   0.1401 ( 12.0%)   0.0256 (  6.0%)   0.1657 ( 10.4%)   0.1667 (  1.6%)  typecheck-expr
   0.0654 (  5.6%)   0.0152 (  3.6%)   0.0806 (  5.1%)   0.0812 (  0.8%)  typecheck-decl
   0.0593 (  5.1%)   0.0086 (  2.0%)   0.0679 (  4.3%)   0.0692 (  0.7%)  IRGen
   0.0525 (  4.5%)   0.0146 (  3.5%)   0.0671 (  4.2%)   0.0673 (  0.7%)  build-rewrite-system
   0.0569 (  4.9%)   0.0058 (  1.4%)   0.0627 (  3.9%)   0.0635 (  0.6%)  SILGen
   0.0396 (  3.4%)   0.0091 (  2.2%)   0.0487 (  3.1%)   0.0489 (  0.5%)  precheck-target
   0.0244 (  2.1%)   0.0193 (  4.6%)   0.0437 (  2.7%)   0.0437 (  0.4%)  import-clang-decl
   0.0375 (  3.2%)   0.0040 (  0.9%)   0.0415 (  2.6%)   0.0421 (  0.4%)  SILGen-function
   0.0218 (  1.9%)   0.0002 (  0.0%)   0.0220 (  1.4%)   0.0222 (  0.2%)  SIL optimization
   0.0059 (  0.5%)   0.0010 (  0.2%)   0.0069 (  0.4%)   0.0069 (  0.1%)  typecheck-expr-pattern
   0.0058 (  0.5%)   0.0007 (  0.2%)   0.0065 (  0.4%)   0.0065 (  0.1%)  typecheck-for-each
   0.0042 (  0.4%)   0.0018 (  0.4%)   0.0060 (  0.4%)   0.0060 (  0.1%)  load-all-members
   0.0010 (  0.1%)   0.0015 (  0.4%)   0.0025 (  0.2%)   0.0025 (  0.0%)  load-stdlib
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.1721 (100.0%)   0.4230 (100.0%)   1.5950 (100.0%)  10.1516 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.3054 seconds (7.9130 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7696 (100.0%)   1.5358 (100.0%)   3.3054 (100.0%)   7.9130 (100.0%)  Building Target
   1.7696 (100.0%)   1.5358 (100.0%)   3.3054 (100.0%)   7.9130 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ PDFPagination+Equatable.swift,\ PDFPagination.swift,\ PDFPaginationClosure.swift,\ PDFPaginationStyle+Equatable.swift,\ PDFPaginationStyle.swift,\ PDFColumnWrapSectionObject.swift,\ PDFSectionColumnObject.swift,\ PDFSectionObject.swift,\ PDFTableOfContentObject.swift,\ PDFTableCalculatedCell.swift,\ PDFTableMergeUtil.swift,\ PDFTableNode.swift,\ PDFTableObject.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/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 (in target 'TPPDF' from project 'TPPDF')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756838654714276-swift-frontend-TPPDF-PDFPagination_Equatable.swift-arm64_apple_macos10.13-o-Onone-4170040629.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0031 seconds (2.0177 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3109 ( 18.6%)   0.0465 ( 13.9%)   0.3573 ( 17.8%)   0.3579 ( 17.7%)  perform-sema
   0.3102 ( 18.6%)   0.0464 ( 13.9%)   0.3566 ( 17.8%)   0.3572 ( 17.7%)  Type checking and Semantic analysis
   0.2830 ( 17.0%)   0.0402 ( 12.0%)   0.3232 ( 16.1%)   0.3248 ( 16.1%)  typecheck-stmt
   0.2524 ( 15.1%)   0.0333 ( 10.0%)   0.2857 ( 14.3%)   0.2872 ( 14.2%)  typecheck-expr
   0.1126 (  6.7%)   0.0196 (  5.9%)   0.1323 (  6.6%)   0.1325 (  6.6%)  typecheck-decl
   0.0443 (  2.7%)   0.0386 ( 11.6%)   0.0829 (  4.1%)   0.0835 (  4.1%)  parse-and-resolve-imports
   0.0683 (  4.1%)   0.0127 (  3.8%)   0.0810 (  4.0%)   0.0822 (  4.1%)  IRGen
   0.0413 (  2.5%)   0.0360 ( 10.8%)   0.0772 (  3.9%)   0.0778 (  3.9%)  Import resolution
   0.0521 (  3.1%)   0.0135 (  4.0%)   0.0656 (  3.3%)   0.0672 (  3.3%)  build-rewrite-system
   0.0297 (  1.8%)   0.0303 (  9.1%)   0.0600 (  3.0%)   0.0618 (  3.1%)  import-clang-decl
   0.0501 (  3.0%)   0.0036 (  1.1%)   0.0538 (  2.7%)   0.0552 (  2.7%)  SILGen
   0.0381 (  2.3%)   0.0048 (  1.4%)   0.0429 (  2.1%)   0.0436 (  2.2%)  precheck-target
   0.0339 (  2.0%)   0.0023 (  0.7%)   0.0362 (  1.8%)   0.0375 (  1.9%)  SILGen-function
   0.0283 (  1.7%)   0.0004 (  0.1%)   0.0287 (  1.4%)   0.0291 (  1.4%)  SIL optimization
   0.0063 (  0.4%)   0.0031 (  0.9%)   0.0094 (  0.5%)   0.0097 (  0.5%)  load-all-members
   0.0062 (  0.4%)   0.0009 (  0.3%)   0.0071 (  0.4%)   0.0071 (  0.4%)  typecheck-for-each
   0.0011 (  0.1%)   0.0016 (  0.5%)   0.0026 (  0.1%)   0.0027 (  0.1%)  load-stdlib
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.6696 (100.0%)   0.3335 (100.0%)   2.0031 (100.0%)   2.0177 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9096 seconds (3.1391 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7649 (100.0%)   1.1447 (100.0%)   2.9096 (100.0%)   3.1391 (100.0%)  Building Target
   1.7649 (100.0%)   1.1447 (100.0%)   2.9096 (100.0%)   3.1391 (100.0%)  Total
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

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

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

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

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

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

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

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

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

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

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

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

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

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
    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/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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/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 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PDFTableCell.swift, PDFTableCellAlignment.swift, PDFTableCellPosition.swift, PDFTable+CellSubscripts.swift, PDFTable+ColumnSubscripts.swift, PDFTable+RowSubscripts.swift, PDFTable+SectionSubscripts.swift, PDFTableColumn.swift, PDFTableColumns.swift, PDFTableMergeable.swift, PDFTableRow.swift, PDFTableRows.swift, PDFTableSection.swift, PDFTableCellBorders.swift (in target 'TPPDF' from project 'TPPDF')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Headers/TPPDF-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Headers/TPPDF-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Modules/TPPDF.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PDFPagination+Equatable.swift, PDFPagination.swift, PDFPaginationClosure.swift, PDFPaginationStyle+Equatable.swift, PDFPaginationStyle.swift, PDFColumnWrapSectionObject.swift, PDFSectionColumnObject.swift, PDFSectionObject.swift, PDFTableOfContentObject.swift, PDFTableCalculatedCell.swift, PDFTableMergeUtil.swift, PDFTableNode.swift, PDFTableObject.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFContainer.swift, PDFPageLayout.swift, PDFList.swift, PDFListItem.swift, PDFListItemSymbol.swift, PDFInfo+Equatable.swift, PDFInfo.swift, PDFGenerator+Generation.swift, PDFGenerator.swift, PDFGeneratorProtocol.swift, PDFMultiDocumentGenerator.swift, PDFPageFormat+Layout.swift, PDFPageFormat+SizeConstants.swift, PDFPageFormat.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFOffsetObject.swift, PDFPageBreakObject+Equatable.swift, PDFPageBreakObject.swift, PDFPageLayout+Equatable.swift, PDFSectionColumnContainer.swift, PDFGeneratorImageDelegate.swift, PDFSpaceObject.swift, PDFListObject.swift, CGPoint+Math.swift, CGPoint+Null.swift, PDFGenerator+Debug.swift, PDFGenerator+Layout.swift, PDFDocument.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFDocumentBackground.swift, PDFSection.swift, PDFSectionColumn.swift, Int+RomanNumerals.swift, PDFTableOfContent.swift, NSAttributedString+PDFTableContent.swift, Number+PDFTableContentable.swift, PDFTableContent+ContentType.swift, PDFTableContent.swift, PDFTableContentable.swift, String+PDFTableContent.swift, UIImage+PDFTableContent.swift, PDFTable.swift, PDFPageFormat+NameConstants.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFTableValidator.swift, PDFAttributedTextObject.swift, PDFFontObject.swift, PDFTextColorObject.swift, PDFAttributableObject.swift, PDFObjectAttribute.swift, CustomStringConvertible+AutoDescribing.swift, FileManager+TemporaryFiles.swift, PDFCalculations.swift, PDFLocatedRenderObject.swift, PDFSlicedObject.swift, Stack.swift, WeakRef.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFDocumentObject.swift, PDFError.swift, PDFRenderObject.swift, PDFTaggableObject.swift, PDFExternalDocumentObject.swift, PDFExternalPageObject.swift, PDFContext.swift, PDFContextGraphics.swift, PDFGraphics.swift, PDFLineObject.swift, PDFLineSeparatorObject+Equatable.swift, PDFLineSeparatorObject.swift, PDFRectangleObject.swift, UIColor+CloseToEqual.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFTableCellPosition+Equatable-Hashable.swift, PDFTableCellStyle.swift, PDFTableStyle+Defaults.swift, PDFTableStyle+Equatable.swift, PDFTableStyle.swift, PDFAttributedText.swift, PDFSimpleText+Equatable.swift, PDFSimpleText.swift, PDFText.swift, PDFTextStyle.swift, CrossPlattformGraphics.swift, PDFConstants.swift, PDFCopy.swift, PDFGeneratorDelegate.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFGroupObject.swift, PDFImageObject.swift, PDFImageRowObject.swift, PDFColumnLayoutState.swift, PDFIndentationObject+Equatable.swift, PDFIndentationObject.swift, PDFLayout+Equatable.swift, PDFLayout.swift, PDFLayoutHeights+Equatable.swift, PDFLayoutHeights.swift, PDFLayoutIndentations+Equatable.swift, PDFLayoutIndentations.swift, PDFMarginObject.swift, PDFOffsetObject+Equatable.swift (in target 'TPPDF' from project 'TPPDF')
SwiftDriverJobDiscovery normal arm64 Compiling PDFExternalDocument.swift, PDFBezierPath+Copying.swift, PDFBezierPath.swift, PDFBezierPathVertex.swift, PDFDynamicGeometryShape.swift, PDFLineStyle.swift, PDFLineType.swift, PDFGroup+Objects.swift, PDFGroup.swift, PDFGroupContainer.swift, PDFMasterGroup.swift, PDFImage.swift, PDFImageOptions.swift, PDFImageSizeFit.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
    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/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 -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/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 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/TPPDF 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-macos10.13 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF.LinkFileList -install_name @rpath/TPPDF.framework/Versions/A/TPPDF -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/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/TPPDF.build/Objects-normal/arm64/TPPDF_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/TPPDF
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier TPPDF --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/Resources --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/TPPDF --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/TPPDF.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/TPPDF.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TPPDF.build/Debug/TPPDF.build/Objects-normal/arm64/TPPDF.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-02 11:44:18.655 appintentsmetadataprocessor[707:4109] Starting appintentsmetadataprocessor export
2025-09-02 11:44:18.658 appintentsmetadataprocessor[707:4109] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/TPPDF.framework/Versions/A/TPPDF.tbd (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/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A/TPPDF -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/TPPDF.framework/Versions/A/TPPDF.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework (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/TPPDF.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/TPPDF.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/TPPDF.framework/TPPDF.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/TPPDF.framework/Versions/A/TPPDF.tbd (in target 'TPPDF' from project 'TPPDF')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/TPPDF.framework/Versions/A/TPPDF.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/TPPDF.framework/TPPDF.tbd
** 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.