The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LibPNG, reference main (b60628), with Swift 6.3 for macOS (SPM) on 8 May 2026 16:01:49 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/EvgenijLutz/LibPNG.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EvgenijLutz/LibPNG
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b606282 Add third-party notices
Cloned https://github.com/EvgenijLutz/LibPNG.git
Revision (git rev-parse @):
b6062829b4aee02028af5b4d279685530f423f70
SUCCESS checkout https://github.com/EvgenijLutz/LibPNG.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": "libpng",
      "name": "LibPNG",
      "url": "https://github.com/EvgenijLutz/LibPNG.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LibPNG",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/EvgenijLutz/LibPNG.git
[1/416] Fetching libpng
Fetched https://github.com/EvgenijLutz/LibPNG.git from cache (1.50s)
Creating working copy for https://github.com/EvgenijLutz/LibPNG.git
Working copy of https://github.com/EvgenijLutz/LibPNG.git resolved at main (b606282)
warning: '.resolve-product-dependencies': dependency 'libpng' 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/EvgenijLutz/LibPNG.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying libpng16.a
[1/6] Write sources
[2/6] Write swift-version--6988338F2F200930.txt
[3/6] Compiling LibPNGC Common.cpp
[4/6] Compiling LibPNGC LibPNGC.cpp
[4/6] Compiling LibPNGC PNGImage.cpp
[7/8] Compiling LibPNG LibPNG.swift
[8/8] Emitting module LibPNG
Build complete! (11.38s)
Build complete.
{
  "c_language_standard" : "c17",
  "cxx_language_standard" : "c++20",
  "dependencies" : [
  ],
  "manifest_display_name" : "LibPNG",
  "name" : "LibPNG",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "Android",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "LibPNG",
      "targets" : [
        "LibPNG"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "LibPNGC",
      "targets" : [
        "LibPNGC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "png",
      "targets" : [
        "png"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "png",
      "module_type" : "BinaryTarget",
      "name" : "png",
      "path" : "Binaries/png.xcframework",
      "product_memberships" : [
        "LibPNG",
        "LibPNGC",
        "png"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "LibPNGC",
      "module_type" : "ClangTarget",
      "name" : "LibPNGC",
      "path" : "Sources/LibPNGC",
      "product_memberships" : [
        "LibPNG",
        "LibPNGC"
      ],
      "sources" : [
        "Common.cpp",
        "LibPNGC.cpp",
        "PNGImage.cpp"
      ],
      "target_dependencies" : [
        "png"
      ],
      "type" : "library"
    },
    {
      "c99name" : "LibPNG",
      "module_type" : "SwiftTarget",
      "name" : "LibPNG",
      "path" : "Sources/LibPNG",
      "product_memberships" : [
        "LibPNG"
      ],
      "sources" : [
        "LibPNG.swift"
      ],
      "target_dependencies" : [
        "LibPNGC"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
Done.