The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TPPDF, reference main (358561), with Swift 6.1 for macOS (SPM) on 13 Jan 2026 14:09:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/techprimate/tppdf.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/techprimate/tppdf
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 358561e feat: Change to Swift 6 strict concurrency (#424)
Cloned https://github.com/techprimate/tppdf.git
Revision (git rev-parse @):
358561e4fb4cb8af8520c7870a903002f7492e22
SUCCESS checkout https://github.com/techprimate/tppdf.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/techprimate/tppdf.git
https://github.com/techprimate/tppdf.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TPPDF",
  "name" : "TPPDF",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "TPPDF",
      "targets" : [
        "TPPDF"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "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" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/127] Emitting module TPPDF
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[4/140] Compiling TPPDF PDFAttributedTextObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/140] Compiling TPPDF PDFFontObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/140] Compiling TPPDF PDFTextColorObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/140] Compiling TPPDF PDFAttributableObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/140] Compiling TPPDF PDFObjectAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/140] Compiling TPPDF CustomStringConvertible+AutoDescribing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/140] Compiling TPPDF FileManager+TemporaryFiles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/140] Compiling TPPDF Int+RomanNumerals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/140] Compiling TPPDF PDFCalculations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/140] Compiling TPPDF PDFLocatedRenderObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/140] Compiling TPPDF PDFSlicedObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/140] Compiling TPPDF Stack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/140] Compiling TPPDF WeakRef.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/140] Compiling TPPDF PDFGraphics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/140] Compiling TPPDF PDFLineObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/140] Compiling TPPDF PDFLineSeparatorObject+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/140] Compiling TPPDF PDFLineSeparatorObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/140] Compiling TPPDF PDFRectangleObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/140] Compiling TPPDF UIColor+CloseToEqual.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/140] Compiling TPPDF PDFGroupObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/140] Compiling TPPDF PDFImageObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/140] Compiling TPPDF PDFImageRowObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/140] Compiling TPPDF PDFColumnLayoutState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/140] Compiling TPPDF PDFIndentationObject+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/140] Compiling TPPDF PDFIndentationObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/140] Compiling TPPDF PDFLayout+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/140] Compiling TPPDF PDFLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/140] Compiling TPPDF CGPoint+Math.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/140] Compiling TPPDF CGPoint+Null.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/140] Compiling TPPDF PDFGenerator+Debug.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/140] Compiling TPPDF PDFGenerator+Layout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/140] Compiling TPPDF PDFColumnWrapSectionObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/140] Compiling TPPDF PDFSectionColumnObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/140] Compiling TPPDF PDFSectionObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/140] Compiling TPPDF PDFTableOfContentObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/140] Compiling TPPDF PDFTableCalculatedCell.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/140] Compiling TPPDF PDFTableMergeUtil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/140] Compiling TPPDF PDFTableNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/140] Compiling TPPDF PDFTableObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/140] Compiling TPPDF PDFTableValidator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/140] Compiling TPPDF PDFMasterGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/140] Compiling TPPDF PDFImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/140] Compiling TPPDF PDFImageOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/140] Compiling TPPDF PDFImageSizeFit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/140] Compiling TPPDF PDFContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/140] Compiling TPPDF PDFPageLayout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/140] Compiling TPPDF PDFList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/140] Compiling TPPDF PDFListItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/140] Compiling TPPDF PDFListItemSymbol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/140] Compiling TPPDF PDFInfo+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/140] Compiling TPPDF PDFInfo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/140] Compiling TPPDF PDFGenerator+Generation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/140] Compiling TPPDF PDFGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/140] Compiling TPPDF PDFGeneratorProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/140] Compiling TPPDF PDFMultiDocumentGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/140] Compiling TPPDF PDFPageFormat+Layout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/140] Compiling TPPDF PDFPageFormat+NameConstants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/140] Compiling TPPDF PDFPageFormat+SizeConstants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/140] Compiling TPPDF PDFPageFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/140] Compiling TPPDF PDFPagination+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/140] Compiling TPPDF PDFPagination.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/140] Compiling TPPDF PDFPaginationClosure.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/140] Compiling TPPDF PDFPaginationStyle+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/140] Compiling TPPDF PDFPaginationStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/140] Compiling TPPDF PDFSection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/140] Compiling TPPDF PDFSectionColumn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/140] Compiling TPPDF PDFTableOfContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/140] Compiling TPPDF NSAttributedString+PDFTableContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/140] Compiling TPPDF PDFLayoutHeights+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/140] Compiling TPPDF PDFLayoutHeights.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/140] Compiling TPPDF PDFLayoutIndentations+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/140] Compiling TPPDF PDFLayoutIndentations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/140] Compiling TPPDF PDFMarginObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/140] Compiling TPPDF PDFOffsetObject+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/140] Compiling TPPDF PDFOffsetObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/140] Compiling TPPDF PDFPageBreakObject+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/140] Compiling TPPDF PDFPageBreakObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/140] Compiling TPPDF PDFPageLayout+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/140] Compiling TPPDF PDFSectionColumnContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/140] Compiling TPPDF PDFSpaceObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/140] Compiling TPPDF PDFListObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/140] Compiling TPPDF PDFTableColumn.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/140] Compiling TPPDF PDFTableColumns.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/140] Compiling TPPDF PDFTableMergeable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/140] Compiling TPPDF PDFTableRow.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/140] Compiling TPPDF PDFTableRows.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/140] Compiling TPPDF PDFTableSection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/140] Compiling TPPDF PDFTableCellBorders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/140] Compiling TPPDF PDFTableCellPosition+Equatable-Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/140] Compiling TPPDF PDFTableCellStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/140] Compiling TPPDF PDFTableStyle+Defaults.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/140] Compiling TPPDF PDFTableStyle+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/140] Compiling TPPDF PDFTableStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/140] Compiling TPPDF PDFAttributedText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/140] Compiling TPPDF PDFSimpleText+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/140] Compiling TPPDF PDFGeneratorDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/140] Compiling TPPDF PDFGeneratorImageDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/140] Compiling TPPDF PDFDocument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/140] Compiling TPPDF PDFDocumentBackground.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/140] Compiling TPPDF PDFExternalDocument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/140] Compiling TPPDF PDFBezierPath+Copying.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/140] Compiling TPPDF PDFBezierPath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/140] Compiling TPPDF PDFBezierPathVertex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/140] Compiling TPPDF PDFDynamicGeometryShape.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/140] Compiling TPPDF PDFLineStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/140] Compiling TPPDF PDFLineType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/140] Compiling TPPDF PDFGroup+Objects.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/140] Compiling TPPDF PDFGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/140] Compiling TPPDF PDFGroupContainer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[113/140] Compiling TPPDF Number+PDFTableContentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[114/140] Compiling TPPDF PDFTableContent+ContentType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/140] Compiling TPPDF PDFTableContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[116/140] Compiling TPPDF PDFTableContentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[117/140] Compiling TPPDF String+PDFTableContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[118/140] Compiling TPPDF UIImage+PDFTableContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[119/140] Compiling TPPDF PDFTable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[120/140] Compiling TPPDF PDFTableCell.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[121/140] Compiling TPPDF PDFTableCellAlignment.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[122/140] Compiling TPPDF PDFTableCellPosition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[123/140] Compiling TPPDF PDFTable+CellSubscripts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[124/140] Compiling TPPDF PDFTable+ColumnSubscripts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[125/140] Compiling TPPDF PDFTable+RowSubscripts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[126/140] Compiling TPPDF PDFTable+SectionSubscripts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[127/140] Compiling TPPDF PDFSimpleText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[128/140] Compiling TPPDF PDFText.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[129/140] Compiling TPPDF PDFTextStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[130/140] Compiling TPPDF CrossPlattformGraphics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[131/140] Compiling TPPDF PDFConstants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[132/140] Compiling TPPDF PDFCopy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[133/140] Compiling TPPDF PDFDocumentObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[134/140] Compiling TPPDF PDFError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[135/140] Compiling TPPDF PDFRenderObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[136/140] Compiling TPPDF PDFTaggableObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[137/140] Compiling TPPDF PDFExternalDocumentObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[138/140] Compiling TPPDF PDFExternalPageObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[139/140] Compiling TPPDF PDFContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[140/140] Compiling TPPDF PDFContextGraphics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/126] Compiling TPPDF PDFLayoutHeights+Equatable.swift
[3/126] Compiling TPPDF PDFLayoutHeights.swift
[4/126] Compiling TPPDF PDFLayoutIndentations+Equatable.swift
[5/126] Compiling TPPDF PDFLayoutIndentations.swift
[6/126] Compiling TPPDF PDFMarginObject.swift
[7/126] Compiling TPPDF PDFOffsetObject+Equatable.swift
[8/126] Compiling TPPDF PDFOffsetObject.swift
[9/126] Compiling TPPDF PDFPageBreakObject+Equatable.swift
[10/126] Compiling TPPDF PDFPageBreakObject.swift
[11/126] Compiling TPPDF PDFPageLayout+Equatable.swift
[12/126] Compiling TPPDF PDFSectionColumnContainer.swift
[13/126] Compiling TPPDF PDFSpaceObject.swift
[14/126] Compiling TPPDF PDFListObject.swift
[15/126] Emitting module TPPDF
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[16/139] Compiling TPPDF PDFGeneratorDelegate.swift
[17/139] Compiling TPPDF PDFGeneratorImageDelegate.swift
[18/139] Compiling TPPDF PDFDocument.swift
[19/139] Compiling TPPDF PDFDocumentBackground.swift
[20/139] Compiling TPPDF PDFExternalDocument.swift
[21/139] Compiling TPPDF PDFBezierPath+Copying.swift
[22/139] Compiling TPPDF PDFBezierPath.swift
[23/139] Compiling TPPDF PDFBezierPathVertex.swift
[24/139] Compiling TPPDF PDFDynamicGeometryShape.swift
[25/139] Compiling TPPDF PDFLineStyle.swift
[26/139] Compiling TPPDF PDFLineType.swift
[27/139] Compiling TPPDF PDFGroup+Objects.swift
[28/139] Compiling TPPDF PDFGroup.swift
[29/139] Compiling TPPDF PDFGroupContainer.swift
[30/139] Compiling TPPDF PDFGraphics.swift
[31/139] Compiling TPPDF PDFLineObject.swift
[32/139] Compiling TPPDF PDFLineSeparatorObject+Equatable.swift
[33/139] Compiling TPPDF PDFLineSeparatorObject.swift
[34/139] Compiling TPPDF PDFRectangleObject.swift
[35/139] Compiling TPPDF UIColor+CloseToEqual.swift
[36/139] Compiling TPPDF PDFGroupObject.swift
[37/139] Compiling TPPDF PDFImageObject.swift
[38/139] Compiling TPPDF PDFImageRowObject.swift
[39/139] Compiling TPPDF PDFColumnLayoutState.swift
[40/139] Compiling TPPDF PDFIndentationObject+Equatable.swift
[41/139] Compiling TPPDF PDFIndentationObject.swift
[42/139] Compiling TPPDF PDFLayout+Equatable.swift
[43/139] Compiling TPPDF PDFLayout.swift
[44/139] Compiling TPPDF PDFMultiDocumentGenerator.swift
[45/139] Compiling TPPDF PDFPageFormat+Layout.swift
[46/139] Compiling TPPDF PDFPageFormat+NameConstants.swift
[47/139] Compiling TPPDF PDFPageFormat+SizeConstants.swift
[48/139] Compiling TPPDF PDFPageFormat.swift
[49/139] Compiling TPPDF PDFPagination+Equatable.swift
[50/139] Compiling TPPDF PDFPagination.swift
[51/139] Compiling TPPDF PDFPaginationClosure.swift
[52/139] Compiling TPPDF PDFPaginationStyle+Equatable.swift
[53/139] Compiling TPPDF PDFPaginationStyle.swift
[54/139] Compiling TPPDF PDFSection.swift
[55/139] Compiling TPPDF PDFSectionColumn.swift
[56/139] Compiling TPPDF PDFTableOfContent.swift
[57/139] Compiling TPPDF NSAttributedString+PDFTableContent.swift
[58/139] Compiling TPPDF PDFSimpleText.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[59/139] Compiling TPPDF PDFText.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[60/139] Compiling TPPDF PDFTextStyle.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[61/139] Compiling TPPDF CrossPlattformGraphics.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[62/139] Compiling TPPDF PDFConstants.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[63/139] Compiling TPPDF PDFCopy.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[64/139] Compiling TPPDF PDFDocumentObject.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[65/139] Compiling TPPDF PDFError.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[66/139] Compiling TPPDF PDFRenderObject.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[67/139] Compiling TPPDF PDFTaggableObject.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[68/139] Compiling TPPDF PDFExternalDocumentObject.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[69/139] Compiling TPPDF PDFExternalPageObject.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[70/139] Compiling TPPDF PDFContext.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[71/139] Compiling TPPDF PDFContextGraphics.swift
/Users/admin/builder/spi-builder-workspace/Source/API/Utils/PDFError.swift:14:10: error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
12 | public enum PDFError: LocalizedError {
13 |     /// The associated `value` is an instance of an unsupported type.
14 |     case tableContentInvalid(value: Any?)
   |          `- error: associated value 'tableContentInvalid(value:)' of 'Sendable'-conforming enum 'PDFError' has non-sendable type 'Any'
15 |
16 |     /// Indicates that a table without any data was added to the document, which is unsupported
[72/139] Compiling TPPDF Number+PDFTableContentable.swift
[73/139] Compiling TPPDF PDFTableContent+ContentType.swift
[74/139] Compiling TPPDF PDFTableContent.swift
[75/139] Compiling TPPDF PDFTableContentable.swift
[76/139] Compiling TPPDF String+PDFTableContent.swift
[77/139] Compiling TPPDF UIImage+PDFTableContent.swift
[78/139] Compiling TPPDF PDFTable.swift
[79/139] Compiling TPPDF PDFTableCell.swift
[80/139] Compiling TPPDF PDFTableCellAlignment.swift
[81/139] Compiling TPPDF PDFTableCellPosition.swift
[82/139] Compiling TPPDF PDFTable+CellSubscripts.swift
[83/139] Compiling TPPDF PDFTable+ColumnSubscripts.swift
[84/139] Compiling TPPDF PDFTable+RowSubscripts.swift
[85/139] Compiling TPPDF PDFTable+SectionSubscripts.swift
[86/139] Compiling TPPDF PDFTableColumn.swift
[87/139] Compiling TPPDF PDFTableColumns.swift
[88/139] Compiling TPPDF PDFTableMergeable.swift
[89/139] Compiling TPPDF PDFTableRow.swift
[90/139] Compiling TPPDF PDFTableRows.swift
[91/139] Compiling TPPDF PDFTableSection.swift
[92/139] Compiling TPPDF PDFTableCellBorders.swift
[93/139] Compiling TPPDF PDFTableCellPosition+Equatable-Hashable.swift
[94/139] Compiling TPPDF PDFTableCellStyle.swift
[95/139] Compiling TPPDF PDFTableStyle+Defaults.swift
[96/139] Compiling TPPDF PDFTableStyle+Equatable.swift
[97/139] Compiling TPPDF PDFTableStyle.swift
[98/139] Compiling TPPDF PDFAttributedText.swift
[99/139] Compiling TPPDF PDFSimpleText+Equatable.swift
[100/139] Compiling TPPDF PDFMasterGroup.swift
[101/139] Compiling TPPDF PDFImage.swift
[102/139] Compiling TPPDF PDFImageOptions.swift
[103/139] Compiling TPPDF PDFImageSizeFit.swift
[104/139] Compiling TPPDF PDFContainer.swift
[105/139] Compiling TPPDF PDFPageLayout.swift
[106/139] Compiling TPPDF PDFList.swift
[107/139] Compiling TPPDF PDFListItem.swift
[108/139] Compiling TPPDF PDFListItemSymbol.swift
[109/139] Compiling TPPDF PDFInfo+Equatable.swift
[110/139] Compiling TPPDF PDFInfo.swift
[111/139] Compiling TPPDF PDFGenerator+Generation.swift
[112/139] Compiling TPPDF PDFGenerator.swift
[113/139] Compiling TPPDF PDFGeneratorProtocol.swift
[114/139] Compiling TPPDF CGPoint+Math.swift
[115/139] Compiling TPPDF CGPoint+Null.swift
[116/139] Compiling TPPDF PDFGenerator+Debug.swift
[117/139] Compiling TPPDF PDFGenerator+Layout.swift
[118/139] Compiling TPPDF PDFColumnWrapSectionObject.swift
[119/139] Compiling TPPDF PDFSectionColumnObject.swift
[120/139] Compiling TPPDF PDFSectionObject.swift
[121/139] Compiling TPPDF PDFTableOfContentObject.swift
[122/139] Compiling TPPDF PDFTableCalculatedCell.swift
[123/139] Compiling TPPDF PDFTableMergeUtil.swift
[124/139] Compiling TPPDF PDFTableNode.swift
[125/139] Compiling TPPDF PDFTableObject.swift
[126/139] Compiling TPPDF PDFTableValidator.swift
[127/139] Compiling TPPDF PDFAttributedTextObject.swift
[128/139] Compiling TPPDF PDFFontObject.swift
[129/139] Compiling TPPDF PDFTextColorObject.swift
[130/139] Compiling TPPDF PDFAttributableObject.swift
[131/139] Compiling TPPDF PDFObjectAttribute.swift
[132/139] Compiling TPPDF CustomStringConvertible+AutoDescribing.swift
[133/139] Compiling TPPDF FileManager+TemporaryFiles.swift
[134/139] Compiling TPPDF Int+RomanNumerals.swift
[135/139] Compiling TPPDF PDFCalculations.swift
[136/139] Compiling TPPDF PDFLocatedRenderObject.swift
[137/139] Compiling TPPDF PDFSlicedObject.swift
[138/139] Compiling TPPDF Stack.swift
[139/139] Compiling TPPDF WeakRef.swift
BUILD FAILURE 6.1 macosSpm