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 PDFViewKit, reference main (0d32d9), with Swift 6.2 for macOS (SPM) on 19 Nov 2025 01:44:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/sgade/PDFViewKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sgade/PDFViewKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0d32d96 Upgrade to Swift 6.2
Cloned https://github.com/sgade/PDFViewKit.git
Revision (git rev-parse @):
0d32d96d967d6404a40a07aa233c99764f458a97
SUCCESS checkout https://github.com/sgade/PDFViewKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pdfviewkit",
      "name": "PDFViewKit",
      "url": "https://github.com/sgade/PDFViewKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PDFViewKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/sgade/PDFViewKit.git
[1/78] Fetching pdfviewkit
Fetched https://github.com/sgade/PDFViewKit.git from cache (0.60s)
Creating working copy for https://github.com/sgade/PDFViewKit.git
Working copy of https://github.com/sgade/PDFViewKit.git resolved at main (0d32d96)
warning: '.resolve-product-dependencies': dependency 'pdfviewkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sgade/PDFViewKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/14] Compiling PDFViewKit DPI.swift
[4/14] Compiling PDFViewKit PageSize.swift
[5/15] Compiling PDFViewKit PDFLink.swift
[6/15] Compiling PDFViewKit DIN.swift
[7/15] Compiling PDFViewKit PDFRenderer.swift
[8/15] Compiling PDFViewKit View+ApplyIf.swift
[9/15] Compiling PDFViewKit RenderingEnvironmentKey.swift
[10/15] Compiling PDFViewKit ApplyPDFSizeFrameModifier.swift
[11/15] Compiling PDFViewKit PDFDocument.swift
[12/15] Emitting module PDFViewKit
[13/15] Compiling PDFViewKit PDFPageSizeKey.swift
[14/15] Compiling PDFViewKit PDFRenderingDPIKey.swift
[15/15] Compiling PDFViewKit PDFPage.swift
Build complete! (10.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PDFViewKit",
  "name" : "PDFViewKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "PDFViewKit",
      "targets" : [
        "PDFViewKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PDFViewKit",
      "module_type" : "SwiftTarget",
      "name" : "PDFViewKit",
      "path" : "Sources/PDFViewKit",
      "product_memberships" : [
        "PDFViewKit"
      ],
      "sources" : [
        "EnvironmentKeys/PDFPageSizeKey.swift",
        "EnvironmentKeys/PDFRenderingDPIKey.swift",
        "EnvironmentKeys/RenderingEnvironmentKey.swift",
        "Modifiers/ApplyPDFSizeFrameModifier.swift",
        "Modifiers/View+ApplyIf.swift",
        "PDFDocument.swift",
        "PDFPage.swift",
        "PDFRenderer.swift",
        "PageSizes/DIN.swift",
        "PageSizes/DPI.swift",
        "PageSizes/PageSize.swift",
        "Views/PDFLink.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.