Build Information
Failed to build Kass, reference main (54c2d3), with Swift 6.3 for Linux on 16 Apr 2026 01:32:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nmggithub/Kass.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/nmggithub/Kass
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 54c2d38 actually use passed-in class name when checking conformity of IOObject's
Cloned https://github.com/nmggithub/Kass.git
Revision (git rev-parse @):
54c2d38ffe2bdd24dc36f17667ea706af5812a01
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nmggithub/Kass.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/nmggithub/Kass.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.54s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.99s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.43s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/12] Write sources
[8/12] Compiling KassC KassC.c
[9/12] Write sources
[11/12] Write swift-version-24593BA9C3E375BF.txt
[13/17] Emitting module KassHelpers
[14/17] Compiling KassHelpers KassHelpers.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/18] Compiling Linking common.swift
[17/18] Emitting module Linking
/host/spi-builder-workspace/Sources/Linking/linking.swift:67:60: error: cannot find type 'vm_address_t' in scope
65 | /// it cannot determine the address of `otherSymbol` if it's not an exported symbol.
66 | public func get(
67 | symbol: String, atExpectedAddress expectedAddress: vm_address_t, otherSymbol: String,
| `- error: cannot find type 'vm_address_t' in scope
68 | otherSymbolExpectedAddress: vm_address_t
69 | ) -> Symbol? {
/host/spi-builder-workspace/Sources/Linking/linking.swift:68:37: error: cannot find type 'vm_address_t' in scope
66 | public func get(
67 | symbol: String, atExpectedAddress expectedAddress: vm_address_t, otherSymbol: String,
68 | otherSymbolExpectedAddress: vm_address_t
| `- error: cannot find type 'vm_address_t' in scope
69 | ) -> Symbol? {
70 | guard
[18/18] Compiling Linking linking.swift
/host/spi-builder-workspace/Sources/Linking/linking.swift:67:60: error: cannot find type 'vm_address_t' in scope
65 | /// it cannot determine the address of `otherSymbol` if it's not an exported symbol.
66 | public func get(
67 | symbol: String, atExpectedAddress expectedAddress: vm_address_t, otherSymbol: String,
| `- error: cannot find type 'vm_address_t' in scope
68 | otherSymbolExpectedAddress: vm_address_t
69 | ) -> Symbol? {
/host/spi-builder-workspace/Sources/Linking/linking.swift:68:37: error: cannot find type 'vm_address_t' in scope
66 | public func get(
67 | symbol: String, atExpectedAddress expectedAddress: vm_address_t, otherSymbol: String,
68 | otherSymbolExpectedAddress: vm_address_t
| `- error: cannot find type 'vm_address_t' in scope
69 | ) -> Symbol? {
70 | guard
BUILD FAILURE 6.3 linux