Build Information
Successful build of Motor, reference master (ec165d
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 12:27:16 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flintprocessor/Motor.git
Reference: master
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/flintprocessor/Motor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ec165db Merge branch 'develop'
Cloned https://github.com/flintprocessor/Motor.git
Revision (git rev-parse @):
ec165db3be9046b956cc3a9b035d4134ab95998e
SUCCESS checkout https://github.com/flintprocessor/Motor.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/flintprocessor/Motor.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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/flintbox/ANSIEscapeCode
[1/49] Fetching ansiescapecode
Fetched https://github.com/flintbox/ANSIEscapeCode from cache (0.21s)
Computing version for https://github.com/flintbox/ANSIEscapeCode
Computed https://github.com/flintbox/ANSIEscapeCode at 0.1.1 (0.59s)
Creating working copy for https://github.com/flintbox/ANSIEscapeCode
Working copy of https://github.com/flintbox/ANSIEscapeCode resolved at 0.1.1
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/19] Compiling ANSIEscapeCode Cursor.swift
[6/19] Compiling ANSIEscapeCode Erase.swift
[7/19] Compiling ANSIEscapeCode Scroll.swift
[8/20] Compiling ANSIEscapeCode ANSIEscapeCode.swift
[9/20] Compiling ANSIEscapeCode BackgroundColor.swift
[10/20] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
[11/20] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
[12/20] Compiling ANSIEscapeCode EraseInLineType.swift
[13/20] Emitting module ANSIEscapeCode
[14/20] Compiling ANSIEscapeCode EraseInDisplayType.swift
[15/20] Compiling ANSIEscapeCode TextColor.swift
[16/21] Wrapping AST for ANSIEscapeCode for debugging
[18/27] Compiling Motor Pattern.swift
[19/27] Emitting module Motor
/host/spi-builder-workspace/Sources/Motor/Animator.swift:30:12: warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
28 |
29 | /// Spinner animator.
30 | open class Animator: Operation {
| `- warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
31 |
32 | /// Text displayed beside spinner.
[20/27] Compiling Motor Patterns.swift
[21/27] Compiling Motor Spinner.swift
[22/27] Compiling Motor Animation.swift
[23/27] Compiling Motor Animator.swift
/host/spi-builder-workspace/Sources/Motor/Animator.swift:30:12: warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
28 |
29 | /// Spinner animator.
30 | open class Animator: Operation {
| `- warning: class 'Animator' must restate inherited '@unchecked Sendable' conformance
31 |
32 | /// Text displayed beside spinner.
[24/28] Wrapping AST for Motor for debugging
[26/30] Compiling motor_example main.swift
[27/30] Emitting module motor_example
[28/31] Wrapping AST for motor-example for debugging
[29/31] Write Objects.LinkFileList
[30/31] Linking motor-example
Build complete! (16.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "ansiescapecode",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/flintbox/ANSIEscapeCode"
}
],
"manifest_display_name" : "Motor",
"name" : "Motor",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Motor",
"targets" : [
"Motor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "motor-example",
"targets" : [
"motor-example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "motor_example",
"module_type" : "SwiftTarget",
"name" : "motor-example",
"path" : "Sources/motor-example",
"product_memberships" : [
"motor-example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Motor"
],
"type" : "executable"
},
{
"c99name" : "Motor",
"module_type" : "SwiftTarget",
"name" : "Motor",
"path" : "Sources/Motor",
"product_dependencies" : [
"ANSIEscapeCode"
],
"product_memberships" : [
"Motor",
"motor-example"
],
"sources" : [
"Animation.swift",
"Animator.swift",
"Pattern.swift",
"Patterns.swift",
"Spinner.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.