Build Information
Failed to build HotReloading, reference 5.0.11 (02449d
), with Swift 6.1 for Linux on 29 Apr 2025 18:04:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnno1962/HotReloading.git
Reference: 5.0.11
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/johnno1962/HotReloading
* tag 5.0.11 -> FETCH_HEAD
HEAD is now at 02449d6 Sequoia
Cloned https://github.com/johnno1962/HotReloading.git
Revision (git rev-parse @):
02449d642e6ed80071a50a7d676cb7ff2335e557
SUCCESS checkout https://github.com/johnno1962/HotReloading.git at 5.0.11
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/johnno1962/HotReloading.git
https://github.com/johnno1962/HotReloading.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++11",
"dependencies" : [
{
"identity" : "swifttrace",
"requirement" : {
"range" : [
{
"lower_bound" : "8.6.1",
"upper_bound" : "8.7.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnno1962/SwiftTrace"
},
{
"identity" : "swiftregex5",
"requirement" : {
"range" : [
{
"lower_bound" : "6.1.2",
"upper_bound" : "6.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnno1962/SwiftRegex5"
},
{
"identity" : "xprobeplugin",
"requirement" : {
"range" : [
{
"lower_bound" : "2.9.10",
"upper_bound" : "2.10.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnno1962/XprobePlugin"
},
{
"identity" : "remote",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.5",
"upper_bound" : "2.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnno1962/Remote"
},
{
"identity" : "profileswiftui",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnno1962/ProfileSwiftUI"
}
],
"manifest_display_name" : "HotReloading",
"name" : "HotReloading",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "HotReloading",
"targets" : [
"HotReloading"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HotReloadingGuts",
"targets" : [
"HotReloadingGuts"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "injectiondGuts",
"targets" : [
"injectiondGuts"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "injectiond",
"targets" : [
"injectiond"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "injectiondGuts",
"module_type" : "ClangTarget",
"name" : "injectiondGuts",
"path" : "Sources/injectiondGuts",
"product_memberships" : [
"injectiondGuts",
"injectiond"
],
"sources" : [
"SignerService.m"
],
"type" : "library"
},
{
"c99name" : "injectiond",
"module_type" : "SwiftTarget",
"name" : "injectiond",
"path" : "Sources/injectiond",
"product_dependencies" : [
"SwiftRegex",
"XprobeUI",
"RemoteUI"
],
"product_memberships" : [
"injectiond"
],
"sources" : [
"AppDelegate.swift",
"DeviceServer.swift",
"Experimental.swift",
"FileWatcher.swift",
"InjectionServer.swift",
"SwiftEval.swift",
"UnhidingEval.swift",
"UpdateCheck.swift",
"main.swift"
],
"target_dependencies" : [
"HotReloadingGuts",
"injectiondGuts"
],
"type" : "executable"
},
{
"c99name" : "HotReloadingGuts",
"module_type" : "ClangTarget",
"name" : "HotReloadingGuts",
"path" : "Sources/HotReloadingGuts",
"product_memberships" : [
"HotReloading",
"HotReloadingGuts",
"injectiond"
],
"sources" : [
"ClientBoot.mm",
"SimpleSocket.mm",
"Unhide.mm"
],
"type" : "library"
},
{
"c99name" : "HotReloading",
"module_type" : "SwiftTarget",
"name" : "HotReloading",
"path" : "Sources/HotReloading",
"product_dependencies" : [
"SwiftTraceD",
"Xprobe",
"SwiftRegex",
"ProfileSwiftUI"
],
"product_memberships" : [
"HotReloading"
],
"sources" : [
"DeviceInjection.swift",
"DynamicCast.swift",
"FileWatcher.swift",
"InjectionClient.swift",
"InjectionStats.swift",
"ObjcInjection.swift",
"ReducerInjection.swift",
"StandaloneInjection.swift",
"SwiftEval.swift",
"SwiftInjection.swift",
"SwiftInterpose.swift",
"SwiftKeyPath.swift",
"SwiftSweeper.swift",
"UnhidingEval.swift",
"Vaccine.swift"
],
"target_dependencies" : [
"HotReloadingGuts"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/johnno1962/Remote
Fetching https://github.com/johnno1962/ProfileSwiftUI
Fetching https://github.com/johnno1962/SwiftTrace
Fetching https://github.com/johnno1962/XprobePlugin
Fetching https://github.com/johnno1962/SwiftRegex5
[1/1973] Fetching xprobeplugin
[238/2883] Fetching xprobeplugin, remote
[637/2957] Fetching xprobeplugin, remote, profileswiftui
[1241/5024] Fetching xprobeplugin, remote, profileswiftui, swifttrace
[1784/5233] Fetching xprobeplugin, remote, profileswiftui, swifttrace, swiftregex5
Fetched https://github.com/johnno1962/SwiftRegex5 from cache (0.30s)
[2987/5024] Fetching xprobeplugin, remote, profileswiftui, swifttrace
Fetched https://github.com/johnno1962/ProfileSwiftUI from cache (0.42s)
Fetched https://github.com/johnno1962/Remote from cache (0.53s)
Fetched https://github.com/johnno1962/SwiftTrace from cache (0.53s)
Fetched https://github.com/johnno1962/XprobePlugin from cache (0.53s)
Computing version for https://github.com/johnno1962/ProfileSwiftUI
Computed https://github.com/johnno1962/ProfileSwiftUI at 1.1.3 (1.12s)
Fetching https://github.com/johnno1962/DLKit
[1/387] Fetching dlkit
Fetched https://github.com/johnno1962/DLKit from cache (0.23s)
Computing version for https://github.com/johnno1962/Remote
Computed https://github.com/johnno1962/Remote at 2.3.5 (0.82s)
Computing version for https://github.com/johnno1962/XprobePlugin
Computed https://github.com/johnno1962/XprobePlugin at 2.9.10 (0.59s)
Computing version for https://github.com/johnno1962/SwiftTrace
Computed https://github.com/johnno1962/SwiftTrace at 8.6.1 (0.58s)
Computing version for https://github.com/johnno1962/SwiftRegex5
Computed https://github.com/johnno1962/SwiftRegex5 at 6.1.3 (0.58s)
Computing version for https://github.com/johnno1962/DLKit
Computed https://github.com/johnno1962/DLKit at 3.4.7 (0.59s)
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.22s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (0.81s)
Creating working copy for https://github.com/johnno1962/SwiftRegex5
Working copy of https://github.com/johnno1962/SwiftRegex5 resolved at 6.1.3
Creating working copy for https://github.com/johnno1962/XprobePlugin
Working copy of https://github.com/johnno1962/XprobePlugin resolved at 2.9.10
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
Creating working copy for https://github.com/johnno1962/ProfileSwiftUI
Working copy of https://github.com/johnno1962/ProfileSwiftUI resolved at 1.1.3
Creating working copy for https://github.com/johnno1962/DLKit
Working copy of https://github.com/johnno1962/DLKit resolved at 3.4.7
Creating working copy for https://github.com/johnno1962/Remote
Working copy of https://github.com/johnno1962/Remote resolved at 2.3.5
Creating working copy for https://github.com/johnno1962/SwiftTrace
Working copy of https://github.com/johnno1962/SwiftTrace resolved at 8.6.1
Building for debugging...
[0/44] Write sources
[4/44] Compiling XprobeSweep XprobeSweep.m
In file included from /host/spi-builder-workspace/Sources/injectiondGuts/SignerService.m:11:
/host/spi-builder-workspace/Sources/injectiondGuts/include/SignerService.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[5/44] Compiling injectiondGuts SignerService.m
[5/44] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x64.s
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:9:8: error: alignment must be a power of 2
.align 12
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:17:5: error: instruction requires: Not 64-bit mode
popl %eax // pop saved pc (address of first of the three nops)
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:18:5: error: instruction requires: Not 64-bit mode
pushl %ebp // save frame pointer
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:21:5: error: instruction requires: Not 64-bit mode
pushl %eax // save pointer to trampoline data (func+data)
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:23:5: error: instruction requires: Not 64-bit mode
pushl %eax // save pointer to user data
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:26:5: error: instruction requires: Not 64-bit mode
popl %ebp
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:27:5: error: instruction requires: Not 64-bit mode
popl %ebp
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:28:5: error: instruction requires: Not 64-bit mode
popl %ebp // restore frame pointer
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:29:5: error: instruction requires: Not 64-bit mode
jmpl *%eax // pass on to original implementation
^
[5/44] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x86.s
In file included from /host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/XprobeConsole.m:11:
/host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/include/XprobePluginMenuController.h:11:9: fatal error: 'Cocoa/Cocoa.h' file not found
11 | #import <Cocoa/Cocoa.h>
| ^~~~~~~~~~~~~~~
[5/44] Compiling XprobeUI XprobeConsole.m
In file included from /host/spi-builder-workspace/Sources/HotReloadingGuts/SimpleSocket.mm:17:
/host/spi-builder-workspace/Sources/HotReloadingGuts/include/SimpleSocket.h:11:9: fatal error: 'Foundation/Foundation.h' file not found
11 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[5/44] Compiling HotReloadingGuts SimpleSocket.mm
In file included from /host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/XprobePluginMenuController.m:11:
/host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/include/XprobePluginMenuController.h:11:9: fatal error: 'Cocoa/Cocoa.h' file not found
11 | #import <Cocoa/Cocoa.h>
| ^~~~~~~~~~~~~~~
[5/44] Compiling XprobeUI XprobePluginMenuController.m
/host/spi-builder-workspace/Sources/HotReloadingGuts/Unhide.mm:14:9: fatal error: 'Foundation/Foundation.h' file not found
14 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[5/44] Compiling HotReloadingGuts Unhide.mm
[5/44] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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...
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:9:8: error: alignment must be a power of 2
.align 12
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:17:5: error: instruction requires: Not 64-bit mode
popl %eax // pop saved pc (address of first of the three nops)
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:18:5: error: instruction requires: Not 64-bit mode
pushl %ebp // save frame pointer
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:21:5: error: instruction requires: Not 64-bit mode
pushl %eax // save pointer to trampoline data (func+data)
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:23:5: error: instruction requires: Not 64-bit mode
pushl %eax // save pointer to user data
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:26:5: error: instruction requires: Not 64-bit mode
popl %ebp
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:27:5: error: instruction requires: Not 64-bit mode
popl %ebp
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:28:5: error: instruction requires: Not 64-bit mode
popl %ebp // restore frame pointer
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x86.s:29:5: error: instruction requires: Not 64-bit mode
jmpl *%eax // pass on to original implementation
^
[0/39] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x86.s
In file included from /host/spi-builder-workspace/Sources/injectiondGuts/SignerService.m:11:
/host/spi-builder-workspace/Sources/injectiondGuts/include/SignerService.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/39] Compiling injectiondGuts SignerService.m
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x64.s:10:8: error: alignment must be a power of 2
.align 12
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_x64.s:17:8: error: alignment must be a power of 2
.align 12
^
[0/39] Compiling SwiftTraceGutsD xt_forwarding_trampoline_x64.s
In file included from /host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/XprobeConsole.m:11:
/host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/include/XprobePluginMenuController.h:11:9: fatal error: 'Cocoa/Cocoa.h' file not found
11 | #import <Cocoa/Cocoa.h>
| ^~~~~~~~~~~~~~~
[0/39] Compiling XprobeUI XprobeConsole.m
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:10:8: error: alignment must be a power of 2
.align 14
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:17:8: error: alignment must be a power of 2
.align 14
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:25:18: error: unknown token in expression
sub x16, lr, #0x8 // x16 = lr - 8, that is the address of the corresponding `mov x17, lr` instruction of the current trampoline
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:26:19: error: unknown token in expression
sub x16, x16, #0x4000 // x16 = x16 - 16384, that is where the data for this trampoline is stored
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:27:5: error: unknown use of instruction mnemonic without a size suffix
mov lr, x17 // restore the link register to that to be used when calling the original implementation
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:28:20: error: expected ']' in brackets expression
stp fp, lr, [sp, #-16]! // set up frame pointers
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:29:5: error: unknown use of instruction mnemonic without a size suffix
mov fp, sp
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:30:22: error: expected ']' in brackets expression
stp x20, x21, [sp, #-16]! // save error return and context reg (self)
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:31:20: error: expected ']' in brackets expression
stp x8, fp, [sp, #-16]! // x20 "context" (self), r8 for return of structs
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:32:20: error: expected ']' in brackets expression
stp x6, x7, [sp, #-16]! // save all regs used in parameter passing
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:33:20: error: expected ']' in brackets expression
stp x4, x5, [sp, #-16]!
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm64.s:34:20: error: expected ']' in brackets expression
stp x2, x3, [sp, #-16]!
[0/39] Compiling SwiftTraceGutsD xt_forwarding_trampoline_arm64.s
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm7.s:17:8: error: alignment must be a power of 2
.align 14
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm7.s:25:8: error: Invalid rounding mode.
push {r7, lr} // save frame pointer and return addresss
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm7.s:26:2: error: unknown use of instruction mnemonic without a size suffix
mov r7, sp // set up new frame
^
/host/spi-builder-workspace/.build/checkouts/SwiftTrace/SwiftTraceGutsD/xt_forwarding_trampoline_arm7.s[0/39] Compiling SwiftTraceGutsD xt_forwarding_trampoline_arm7.s
In file included from /host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/XprobePluginMenuController.m:11:
/host/spi-builder-workspace/.build/checkouts/XprobePlugin/Sources/XprobeUI/include/XprobePluginMenuController.h:11:9: fatal error: 'Cocoa/Cocoa.h' file not found
11 | #import <Cocoa/Cocoa.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[0/39] Compiling XprobeUI XprobePluginMenuController.m
[0/39] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux