Build Information
Failed to build Assetizer, reference 0.2.0 (fe5c96
), with Swift 6.0 for Linux on 27 Nov 2024 07:46:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkmathew/assetizer.git
Reference: 0.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/jkmathew/assetizer
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at fe5c964 Readme updated
Cloned https://github.com/jkmathew/assetizer.git
Revision (git rev-parse @):
fe5c964031b06f8f688b7855b46e9bcb098552ce
SUCCESS checkout https://github.com/jkmathew/assetizer.git at 0.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/jkmathew/assetizer.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.24s)
Computing version for https://github.com/kylef/Commander.git
Computed https://github.com/kylef/Commander.git at 0.9.2 (0.47s)
Fetching https://github.com/kylef/Spectre.git
[11/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.22s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.06s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at 0.9.2
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/23] Emitting module Commander
[6/23] Compiling Commander ArgumentConvertible.swift
[7/23] Compiling Commander ArgumentDescription.swift
[8/24] Compiling Commander ArgumentParser.swift
[9/24] Compiling Commander Group.swift
[10/24] Compiling Commander Command.swift
[11/24] Compiling Commander CommandRunner.swift
[12/24] Compiling Commander CommandType.swift
[13/24] Compiling Commander Commands.swift
[14/24] Compiling Assetizer URLConvertible.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[15/24] Compiling Commander Error.swift
[16/25] Compiling Assetizer DeviceIdiom.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/25] Emitting module Assetizer
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[19/25] Compiling Assetizer AssetWriter.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[20/25] Compiling Assetizer Error.swift
/host/spi-builder-workspace/Sources/Assetizer/AssetWriter.swift:8:8: error: no such module 'AppKit'
6 | //
7 |
8 | import AppKit
| `- error: no such module 'AppKit'
9 | import Foundation
10 |
[20/25] Wrapping AST for Commander for debugging
BUILD FAILURE 6.0 linux