Build Information
Successful build of emu, reference 0.0.2 (d72c8b), with Swift 6.3 for Linux on 10 Apr 2026 11:03:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/limethaw/emu.git
Reference: 0.0.2
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/limethaw/emu
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at d72c8bd Added FordFulkerson test cases
Cloned https://github.com/limethaw/emu.git
Revision (git rev-parse @):
d72c8bd640cdda076fc2ffab0c0e02feeef2a004
SUCCESS checkout https://github.com/limethaw/emu.git at 0.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/limethaw/emu.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/onevcat/Rainbow
[1/1442] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.26s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.62s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/22] Compiling Rainbow String+Rainbow.swift
[7/23] Compiling Rainbow StringGenerator.swift
[8/23] Compiling Rainbow Style.swift
[9/23] Compiling threadsafe Atomic.swift
[10/23] Emitting module threadsafe
[11/23] Compiling threadsafe Lock.swift
[12/24] Compiling Rainbow XcodeColorsSupport.swift
[14/24] Compiling functional AVLTree.swift
[15/24] Emitting module functional
[16/24] Compiling functional Atomic.swift
[18/25] Compiling Rainbow BackgroundColor.swift
[19/25] Compiling Rainbow CodesParser.swift
[20/25] Compiling Rainbow ModesExtractor.swift
[21/25] Compiling Rainbow OutputTarget.swift
[22/25] Compiling Rainbow Color.swift
[23/25] Compiling Rainbow ControlCode.swift
[24/25] Emitting module Rainbow
[25/25] Compiling Rainbow Rainbow.swift
[27/34] Compiling emu Queue.swift
[28/34] Compiling emu InsertionSort.swift
[29/34] Compiling emu BFS.swift
[30/34] Compiling emu Util.swift
[31/34] Emitting module emu
[32/34] Compiling emu FordFulkerson.swift
[33/34] Compiling emu Quicksort.swift
[34/34] Compiling emu Matrix.swift
Build complete! (9.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "emu",
"name" : "emu",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "emu",
"targets" : [
"emu"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "threadsafe",
"module_type" : "SwiftTarget",
"name" : "threadsafe",
"path" : "Sources/threadsafe",
"product_memberships" : [
"emu"
],
"sources" : [
"algorithms/Atomic.swift",
"datastructures/Lock.swift"
],
"type" : "library"
},
{
"c99name" : "functionalTests",
"module_type" : "SwiftTarget",
"name" : "functionalTests",
"path" : "Tests/functionalTests",
"sources" : [
"datastructures/AVLTreeTest.swift"
],
"target_dependencies" : [
"functional"
],
"type" : "test"
},
{
"c99name" : "functional",
"module_type" : "SwiftTarget",
"name" : "functional",
"path" : "Sources/functional",
"product_memberships" : [
"emu"
],
"sources" : [
"algorithms/Atomic.swift",
"datastructures/AVLTree.swift"
],
"type" : "library"
},
{
"c99name" : "emuTests",
"module_type" : "SwiftTarget",
"name" : "emuTests",
"path" : "Tests/emuTests",
"sources" : [
"algorithms/BFSTests.swift",
"algorithms/FordFulkersonTests.swift",
"algorithms/InsertionSortTests.swift",
"algorithms/QuicksortTests.swift",
"datastructures/MatrixTests.swift",
"datastructures/QueueTests.swift"
],
"target_dependencies" : [
"emu"
],
"type" : "test"
},
{
"c99name" : "emu",
"module_type" : "SwiftTarget",
"name" : "emu",
"path" : "Sources/emu",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"emu"
],
"sources" : [
"Util.swift",
"algorithms/BFS.swift",
"algorithms/FordFulkerson.swift",
"algorithms/InsertionSort.swift",
"algorithms/Quicksort.swift",
"datastructures/Matrix.swift",
"datastructures/Queue.swift"
],
"target_dependencies" : [
"functional",
"threadsafe"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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
Done.