Build Information
Successful build of SGLImage, reference 2.2.0 (7aa96e), with Swift 6.2 for Linux on 17 Jun 2025 14:55:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGL/Image.git
Reference: 2.2.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SwiftGL/Image
* tag 2.2.0 -> FETCH_HEAD
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 2.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/SwiftGL/Image.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling SGLImage Inflate.swift
[4/9] Compiling SGLImage ImageBMP.swift
[5/9] Emitting module SGLImage
[6/9] Compiling SGLImage Image.swift
/host/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>
[7/9] Compiling SGLImage ImagePNG.swift
[8/9] Compiling SGLImage ImageGIF.swift
[9/9] Compiling SGLImage ImageLoader.swift
Build complete! (10.16s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SGLImage",
"name" : "SGLImage",
"path" : "/host/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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.