The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AXUI, reference main (a37091), with Swift 6.2 for Linux on 14 Oct 2025 00:15:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1amageek/AXUI.git
Reference: main
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/1amageek/AXUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a370914 Add Codable support to AXQuery and Box structs
Cloned https://github.com/1amageek/AXUI.git
Revision (git rev-parse @):
a3709140e58269cf3f7a032e4102dc9e8880cc4f
SUCCESS checkout https://github.com/1amageek/AXUI.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/1amageek/AXUI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:b3eaa5734a03a9b8084848018342ef6c4e4ec1a618756d8de460b693a5f488ea
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/16656] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.13s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.53s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/24] Emitting module ArgumentParserToolInfo
[9/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/69] Wrapping AST for ArgumentParserToolInfo for debugging
[12/69] Compiling AXUI AXQueryMatcher.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[13/70] Compiling AXUI AIElementEncoder.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[14/70] Compiling AXUI AXElement.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[15/70] Compiling AXUI AXQuery.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/70] Emitting module AXUI
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[17/70] Compiling ArgumentParser BashCompletionsGenerator.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[18/70] Compiling ArgumentParser CompletionsGenerator.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[19/70] Compiling AXUI Role.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[20/70] Compiling AXUI AXDumper.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
[21/70] Compiling AXUI AIFormatHelpers.swift
/host/spi-builder-workspace/Sources/AXUI/AIElementEncoder.swift:2:8: error: no such module 'CryptoKit'
  1 | import Foundation
  2 | import CryptoKit
    |        `- error: no such module 'CryptoKit'
  3 |
  4 | /// Encoder for converting AX elements to AI-optimized format
BUILD FAILURE 6.2 linux