Build Information
Successful build of SGLImage, reference master (7aa96e), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 11:14:29 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "image",
"name": "SGLImage",
"url": "https://github.com/SwiftGL/Image.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Image",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/SwiftGL/Image.git
[1/81] Fetching image
Fetched https://github.com/SwiftGL/Image.git from cache (0.73s)
Creating working copy for https://github.com/SwiftGL/Image.git
Working copy of https://github.com/SwiftGL/Image.git resolved at master (7aa96e7)
warning: '.resolve-product-dependencies': dependency 'image' 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/SwiftGL/Image.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/9] Compiling SGLImage Inflate.swift
[4/9] Compiling SGLImage ImagePNG.swift
[5/9] Compiling SGLImage ImageBMP.swift
[6/9] Emitting module SGLImage
[7/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>
[8/9] Compiling SGLImage ImageLoader.swift
[9/9] Compiling SGLImage ImageGIF.swift
Build complete! (4.30s)
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.