Build Information
Failed to build APNGKit, reference master (995386
), with Swift 6.1 for Linux on 28 Apr 2025 12:26:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/onevcat/APNGKit.git
Reference: master
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/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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/onevcat/APNGKit.git
https://github.com/onevcat/APNGKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/spi-builder-workspace/Tests/APNGKitTests/Resources/General",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/onevcat/Delegate.git
[1/48] Fetching delegate
Fetched https://github.com/onevcat/Delegate.git from cache (0.19s)
Computing version for https://github.com/onevcat/Delegate.git
Computed https://github.com/onevcat/Delegate.git at 1.3.0 (1.99s)
Creating working copy for https://github.com/onevcat/Delegate.git
Working copy of https://github.com/onevcat/Delegate.git resolved at 1.3.0
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module Delegate
[6/6] Compiling Delegate Delegate.swift
[8/20] Compiling APNGKit Chunk.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[9/20] Compiling APNGKit CrossPlatform.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[10/20] Compiling APNGKit APNGImageView.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[11/20] Compiling APNGKit APNGKitError.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[12/21] Compiling APNGKit Reader.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[13/21] Compiling APNGKit LogLevel.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[14/21] Compiling APNGKit DisplayTimer.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[15/21] Compiling APNGKit Extensions.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/21] Emitting module APNGKit
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[17/21] Compiling APNGKit APNGImage.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[18/21] Compiling APNGKit APNGImageRenderer.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[19/21] Compiling APNGKit APNGDecoder.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[20/21] Compiling APNGKit APNGImage.DecodingOptions.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[21/21] Compiling APNGKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/3] Emitting module Delegate
[3/3] Compiling Delegate Delegate.swift
[5/17] Compiling APNGKit Reader.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[6/17] Compiling APNGKit LogLevel.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[7/18] Compiling APNGKit DisplayTimer.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[8/18] Compiling APNGKit Extensions.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[9/18] Compiling APNGKit Chunk.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[10/18] Compiling APNGKit CrossPlatform.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[11/18] Compiling APNGKit APNGImageView.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[12/18] Compiling APNGKit APNGKitError.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[13/18] Compiling APNGKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/18] Emitting module APNGKit
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[15/18] Compiling APNGKit APNGImage.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[16/18] Compiling APNGKit APNGImageRenderer.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[17/18] Compiling APNGKit APNGDecoder.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
[18/18] Compiling APNGKit APNGImage.DecodingOptions.swift
/host/spi-builder-workspace/Source/APNGKit/APNGDecoder.swift:9:8: error: no such module 'Accelerate'
7 |
8 | import Foundation
9 | import Accelerate
| `- error: no such module 'Accelerate'
10 | import ImageIO
11 | import zlib
BUILD FAILURE 6.1 linux