The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PPMGobbler, reference main (739049), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 03:17:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dvkch/PPMGobbler.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dvkch/PPMGobbler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7390495 Disable default debug optimizations as they prevent easily adding the package as a dependency later on
Cloned https://github.com/dvkch/PPMGobbler.git
Revision (git rev-parse @):
73904950bd3510b72b87283462d61a58f76feccb
SUCCESS checkout https://github.com/dvkch/PPMGobbler.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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ppmgobbler",
      "name": "PPMGobbler",
      "url": "https://github.com/dvkch/PPMGobbler.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PPMGobbler",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dvkch/PPMGobbler.git
[1/129] Fetching ppmgobbler
Fetched https://github.com/dvkch/PPMGobbler.git from cache (0.79s)
Creating working copy for https://github.com/dvkch/PPMGobbler.git
Working copy of https://github.com/dvkch/PPMGobbler.git resolved at main (7390495)
warning: '.resolve-product-dependencies': dependency 'ppmgobbler' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dvkch/PPMGobbler.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/15] Compiling PPMGobbler PPMImage.swift
[4/15] Compiling PPMGobbler PPMImage+UIImage.swift
[5/16] Compiling PPMGobbler PPMPixel.swift
[6/16] Compiling PPMGobbler PPMFile.swift
[7/16] Compiling PPMGobbler PPMFormat.swift
[8/16] Compiling PPMGobbler PPMImage+CGImage.swift
[9/16] Emitting module PPMGobbler
[10/16] Compiling PPMGobbler L64X128PRNG.swift
[11/16] Compiling PPMGobbler PPMError.swift
[12/16] Compiling PPMGobbler PPMImage+NSImage.swift
[13/16] Compiling PPMGobbler PPMGobbler.swift
[14/16] Compiling PPMGobbler DataReader.swift
[15/16] Compiling PPMGobbler Extensions.swift
[16/16] Compiling PPMGobbler PPMImage+Dithering.swift
Build complete! (9.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PPMGobbler",
  "name" : "PPMGobbler",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PPMGobbler",
      "targets" : [
        "PPMGobbler"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PPMGobblerTests",
      "module_type" : "SwiftTarget",
      "name" : "PPMGobblerTests",
      "path" : "Tests/PPMGobblerTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/PPMGobblerTests/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "PPMGobblerTests.swift",
        "TestFile.swift"
      ],
      "target_dependencies" : [
        "PPMGobbler"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PPMGobbler",
      "module_type" : "SwiftTarget",
      "name" : "PPMGobbler",
      "path" : "Sources/PPMGobbler",
      "product_memberships" : [
        "PPMGobbler"
      ],
      "sources" : [
        "DataReader.swift",
        "Extensions.swift",
        "L64X128PRNG.swift",
        "PPMError.swift",
        "PPMFile.swift",
        "PPMFormat.swift",
        "PPMGobbler.swift",
        "PPMImage+CGImage.swift",
        "PPMImage+Dithering.swift",
        "PPMImage+NSImage.swift",
        "PPMImage+UIImage.swift",
        "PPMImage.swift",
        "PPMPixel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.