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 APNGKit, reference master (995386), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 07:08:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/APNGKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/onevcat/APNGKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9953862 Bump version to 2.3.0
Cloned https://github.com/onevcat/APNGKit.git
Revision (git rev-parse @):
995386261326bce7ff19879cac84b6f27ce35629
SUCCESS checkout https://github.com/onevcat/APNGKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/onevcat/APNGKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/6] Emitting module Delegate
[6/6] Compiling Delegate Delegate.swift
[7/19] Compiling APNGKit LogLevel.swift
[8/20] Compiling APNGKit resource_bundle_accessor.swift
[9/20] Compiling APNGKit Chunk.swift
[10/20] Compiling APNGKit DisplayTimer.swift
[11/20] Compiling APNGKit APNGImageView.swift
[12/20] Compiling APNGKit APNGKitError.swift
[13/20] Emitting module APNGKit
[14/20] Compiling APNGKit APNGDecoder.swift
[15/20] Compiling APNGKit APNGImage.DecodingOptions.swift
[16/20] Compiling APNGKit APNGImage.swift
[17/20] Compiling APNGKit APNGImageRenderer.swift
[18/20] Compiling APNGKit Reader.swift
[19/20] Compiling APNGKit Extensions.swift
[20/20] Compiling APNGKit CrossPlatform.swift
Build complete! (12.18s)
Fetching https://github.com/onevcat/Delegate.git
[1/48] Fetching delegate
Fetched https://github.com/onevcat/Delegate.git from cache (0.62s)
Computing version for https://github.com/onevcat/Delegate.git
Computed https://github.com/onevcat/Delegate.git at 1.3.0 (3.09s)
Creating working copy for https://github.com/onevcat/Delegate.git
Working copy of https://github.com/onevcat/Delegate.git resolved at 1.3.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "delegate",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Delegate.git"
    }
  ],
  "manifest_display_name" : "APNGKit",
  "name" : "APNGKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "APNGKit",
      "targets" : [
        "APNGKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "APNGKitTests",
      "module_type" : "SwiftTarget",
      "name" : "APNGKitTests",
      "path" : "Tests/APNGKitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/APNGKitTests/Resources/General",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/APNGKitTests/Resources/SpecTesting",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APNGDecoderTests.swift",
        "APNGImageRendererTests.swift",
        "APNGImageTests.swift",
        "APNGImageViewTests.swift",
        "APNGImageViewTimingTests.swift",
        "ChunkTests.swift",
        "DataReaderTests.swift",
        "DecoderOptionsTests.swift",
        "FileReaderTests.swift",
        "Helpers.swift",
        "ReaderExtensionTests.swift"
      ],
      "target_dependencies" : [
        "APNGKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "APNGKit",
      "module_type" : "SwiftTarget",
      "name" : "APNGKit",
      "path" : "Source/APNGKit",
      "product_dependencies" : [
        "Delegate"
      ],
      "product_memberships" : [
        "APNGKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/APNGKit/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "APNGDecoder.swift",
        "APNGImage.DecodingOptions.swift",
        "APNGImage.swift",
        "APNGImageRenderer.swift",
        "APNGImageView.swift",
        "APNGKitError.swift",
        "Chunk.swift",
        "CrossPlatform.swift",
        "DisplayTimer.swift",
        "Extensions.swift",
        "LogLevel.swift",
        "Reader.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.