The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PPMGobbler, reference 1.2.2 (739049), with Swift 6.1 for macOS (SPM) on 30 Sep 2025 15:12:08 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dvkch/PPMGobbler.git
Reference: 1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dvkch/PPMGobbler
 * tag               1.2.2      -> FETCH_HEAD
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 1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dvkch/PPMGobbler.git
https://github.com/dvkch/PPMGobbler.git
{
  "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"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/15] Compiling PPMGobbler PPMImage.swift
[4/16] Compiling PPMGobbler PPMPixel.swift
[5/16] Compiling PPMGobbler PPMImage+Dithering.swift
[6/16] Compiling PPMGobbler PPMImage+CGImage.swift
[7/16] Compiling PPMGobbler PPMImage+UIImage.swift
[8/16] Compiling PPMGobbler L64X128PRNG.swift
[9/16] Compiling PPMGobbler PPMError.swift
[10/16] Compiling PPMGobbler PPMFile.swift
[11/16] Compiling PPMGobbler PPMFormat.swift
[12/16] Emitting module PPMGobbler
[13/16] Compiling PPMGobbler DataReader.swift
[14/16] Compiling PPMGobbler Extensions.swift
[15/16] Compiling PPMGobbler PPMGobbler.swift
[16/16] Compiling PPMGobbler PPMImage+NSImage.swift
Build complete! (8.36s)
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.