Build Information
Successful build of EmacsSwiftModule, reference main (d67036
), with Swift 6.0 for Linux on 15 Jul 2025 13:15:18 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SavchenkoValeriy/emacs-swift-module.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/SavchenkoValeriy/emacs-swift-module
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d670365 [pre-commit.ci] auto fixes from pre-commit.com hooks
Cloned https://github.com/SavchenkoValeriy/emacs-swift-module.git
Revision (git rev-parse @):
d670365ebe44fc78a50a31f1aeca1daddbf3c6a0
SUCCESS checkout https://github.com/SavchenkoValeriy/emacs-swift-module.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/SavchenkoValeriy/emacs-swift-module.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3425] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.67s)
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
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
[1/1] Compiling plugin ModuleFactoryPlugin
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/14] Write sources
[5/14] Compiling EmacsModule placeholder.m
[6/14] Compiling EmacsEnvMock placeholder.m
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/31] Emitting module EmacsSwiftModule
[10/33] Compiling EmacsSwiftModule Call.swift
[11/33] Compiling EmacsSwiftModule Channel+Hooks+Boilerplate.swift
[12/33] Compiling EmacsSwiftModule Channel+LispCallback+Boilerplate.swift
[13/33] Compiling EmacsSwiftModule Channel+SwiftCallback+Boilerplate.swift
[14/33] Compiling EmacsSwiftModule Value.swift
[15/33] Compiling EmacsSwiftModule Variadic+Utils.swift
[16/33] Compiling EmacsSwiftModule Module.swift
[17/33] Compiling EmacsSwiftModule Raw.swift
[18/33] Compiling ModuleInitializerInjector ModuleInitializerInjector.swift
[19/33] Emitting module ModuleInitializerInjector
[20/34] Compiling EmacsSwiftModule Lisp+Types.swift
[21/34] Compiling EmacsSwiftModule Lock.swift
[23/34] Compiling EmacsSwiftModule Environment.swift
[24/34] Compiling EmacsSwiftModule Error.swift
[25/34] Compiling EmacsSwiftModule Defun+Boilerplate.swift
[26/34] Compiling EmacsSwiftModule Defun.swift
[27/34] Compiling EmacsSwiftModule Channel.swift
[28/34] Compiling EmacsSwiftModule Conversion.swift
[29/35] Wrapping AST for ModuleInitializerInjector for debugging
[30/35] Write Objects.LinkFileList
[31/35] Wrapping AST for EmacsSwiftModule for debugging
[32/35] Write Objects.LinkFileList
[33/35] Linking ModuleInitializerInjector
[34/35] Linking libEmacsSwiftModuleDynamic.so
Build complete! (26.10s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "EmacsSwiftModule",
"name" : "EmacsSwiftModule",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "EmacsSwiftModule",
"targets" : [
"EmacsSwiftModule"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EmacsSwiftModuleDynamic",
"targets" : [
"EmacsSwiftModule"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "ModuleFactoryPlugin",
"targets" : [
"ModuleFactoryPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ModuleInitializerInjector",
"targets" : [
"ModuleInitializerInjector"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ModuleInitializerInjector",
"module_type" : "SwiftTarget",
"name" : "ModuleInitializerInjector",
"path" : "Plugins",
"product_memberships" : [
"ModuleFactoryPlugin",
"ModuleInitializerInjector"
],
"sources" : [
"ModuleInitializerInjector.swift"
],
"type" : "executable"
},
{
"c99name" : "ModuleFactoryPlugin",
"module_type" : "PluginTarget",
"name" : "ModuleFactoryPlugin",
"path" : "Plugins/ModuleFactoryPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"ModuleFactoryPlugin"
],
"sources" : [
"ModuleFactoryPlugin.swift"
],
"target_dependencies" : [
"ModuleInitializerInjector"
],
"type" : "plugin"
},
{
"c99name" : "EmacsSwiftModuleTests",
"module_type" : "SwiftTarget",
"name" : "EmacsSwiftModuleTests",
"path" : "test",
"sources" : [
"Integration/IntegrationTests.swift",
"Unit/CallTests.swift",
"Unit/ChannelTests.swift",
"Unit/ConversionTests.swift",
"Unit/DefunTests.swift",
"Unit/ErrorTests.swift",
"Unit/LeaksTests.swift",
"Unit/LispTypesTests.swift",
"Unit/Mock/Swift/Builtins.swift",
"Unit/Mock/Swift/EmacsMock.swift",
"Unit/Mock/Swift/Storage.swift"
],
"target_dependencies" : [
"EmacsSwiftModule",
"EmacsEnvMock"
],
"type" : "test"
},
{
"c99name" : "EmacsSwiftModule",
"module_type" : "SwiftTarget",
"name" : "EmacsSwiftModule",
"path" : "Source/Swift",
"product_memberships" : [
"EmacsSwiftModule",
"EmacsSwiftModuleDynamic"
],
"sources" : [
"Call.swift",
"Channel+Hooks+Boilerplate.swift",
"Channel+LispCallback+Boilerplate.swift",
"Channel+SwiftCallback+Boilerplate.swift",
"Channel.swift",
"Conversion.swift",
"Defun+Boilerplate.swift",
"Defun.swift",
"Environment.swift",
"Error.swift",
"Lisp+Types.swift",
"Lock.swift",
"Module.swift",
"Raw.swift",
"Value.swift",
"Variadic+Utils.swift"
],
"target_dependencies" : [
"EmacsModule"
],
"type" : "library"
},
{
"c99name" : "EmacsModule",
"module_type" : "ClangTarget",
"name" : "EmacsModule",
"path" : "Source/C",
"product_memberships" : [
"EmacsSwiftModule",
"EmacsSwiftModuleDynamic"
],
"sources" : [
"placeholder.m"
],
"type" : "library"
},
{
"c99name" : "EmacsEnvMock",
"module_type" : "ClangTarget",
"name" : "EmacsEnvMock",
"path" : "test/Unit/Mock/C",
"sources" : [
"placeholder.m"
],
"target_dependencies" : [
"EmacsModule"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.