The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SGLImage, reference master (7aa96e), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 14:58:21 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/SwiftGL/Image.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftGL/Image
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7aa96e7 Renamed podspec.
Cloned https://github.com/SwiftGL/Image.git
Revision (git rev-parse @):
7aa96e7548baa8d06619b97a1906012193f6eff8
SUCCESS checkout https://github.com/SwiftGL/Image.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SwiftGL/Image.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling SGLImage ImagePNG.swift
[4/9] Compiling SGLImage Inflate.swift
[5/9] Compiling SGLImage ImageBMP.swift
[6/9] Compiling SGLImage ImageGIF.swift
[7/9] Compiling SGLImage ImageLoader.swift
[8/9] Compiling SGLImage Image.swift
/Users/admin/builder/spi-builder-workspace/Sources/SGLImage/Image.swift:119:29: warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead [#DeprecatedDeclaration]
117 |
118 |     deinit {
119 |         buffer.baseAddress!.deallocate(capacity: buffer.count)
    |                             `- warning: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead [#DeprecatedDeclaration]
120 |     }
121 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[9/9] Emitting module SGLImage
Build complete! (3.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SGLImage",
  "name" : "SGLImage",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SGLImage",
      "targets" : [
        "SGLImage"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SGLImageTests",
      "module_type" : "SwiftTarget",
      "name" : "SGLImageTests",
      "path" : "Tests/SGLImageTests",
      "sources" : [
        "SwiftGLresImage.swift"
      ],
      "target_dependencies" : [
        "SGLImage"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SGLImage",
      "module_type" : "SwiftTarget",
      "name" : "SGLImage",
      "path" : "Sources/SGLImage",
      "product_memberships" : [
        "SGLImage"
      ],
      "sources" : [
        "Image.swift",
        "ImageBMP.swift",
        "ImageGIF.swift",
        "ImageLoader.swift",
        "ImagePNG.swift",
        "Inflate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.