Build Information
Successful build of GanZhi, reference main (025eb0), with Swift 6.2 for Android on 30 Mar 2026 03:25:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Mazeye/SwiftStemBranch.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/Mazeye/SwiftStemBranch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 025eb02 delete files added by miss
Cloned https://github.com/Mazeye/SwiftStemBranch.git
Revision (git rev-parse @):
025eb022bc0ff6bece45466c60366b255bc61c46
SUCCESS checkout https://github.com/Mazeye/SwiftStemBranch.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/Mazeye/SwiftStemBranch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version--11D90AFD9DD3AB2.txt
[5/35] Emitting module GanZhi
[6/35] Compiling GanZhi Branch.swift
[7/35] Compiling GanZhi Configuration.swift
[8/35] Compiling GanZhi CyclicEnum.swift
[9/35] Compiling GanZhi DateExtensions.swift
[10/38] Compiling GanZhi Pattern.swift
/host/spi-builder-workspace/Sources/GanZhi/Pattern.swift:309:13: warning: default will never be executed
307 | return Pattern(tenGod: .friend, method: .runXia, customName: Pattern.DeterminationMethod.runXia.description)
308 | }
309 | default: break
| `- warning: default will never be executed
310 | }
311 | }
[11/38] Compiling GanZhi Relationship.swift
/host/spi-builder-workspace/Sources/GanZhi/Pattern.swift:309:13: warning: default will never be executed
307 | return Pattern(tenGod: .friend, method: .runXia, customName: Pattern.DeterminationMethod.runXia.description)
308 | }
309 | default: break
| `- warning: default will never be executed
310 | }
311 | }
[12/38] Compiling GanZhi GlobalSituationRegistry.swift
/host/spi-builder-workspace/Sources/GanZhi/Pattern.swift:309:13: warning: default will never be executed
307 | return Pattern(tenGod: .friend, method: .runXia, customName: Pattern.DeterminationMethod.runXia.description)
308 | }
309 | default: break
| `- warning: default will never be executed
310 | }
311 | }
[13/38] Compiling GanZhi ShenSha.swift
[14/38] Compiling GanZhi SolarCalculator.swift
[15/38] Compiling GanZhi Stem.swift
[16/38] Compiling GanZhi LuckTypes.swift
[17/38] Compiling GanZhi SolarCalculator+Luck.swift
[18/38] Compiling GanZhi LunarCalculator.swift
[19/38] Compiling GanZhi FiveElements+Relations.swift
[20/38] Compiling GanZhi FiveElements.swift
[21/38] Compiling GanZhi FourPillars+Strength.swift
[22/38] Compiling GanZhi FourPillars.swift
[23/38] Compiling GanZhi LifeStage.swift
[24/38] Compiling GanZhi Location.swift
[25/38] Compiling GanZhi LuckCalculator.swift
[26/38] Compiling GanZhi StemBranch.swift
[27/38] Compiling GanZhi TenGods+Calculation.swift
[28/38] Compiling GanZhi TenGods.swift
[29/38] Compiling GanZhi ThermalBalance.swift
[30/38] Compiling GanZhi UsefulGod.swift
[31/38] Compiling GanZhi YinYang.swift
[32/42] Wrapping AST for GanZhi for debugging
[34/44] Emitting module BaziDistribution
[35/44] Compiling BaziDistribution main.swift
[36/45] Wrapping AST for BaziDistribution for debugging
[37/45] Write Objects.LinkFileList
[38/45] Linking BaziDistribution
[40/45] Emitting module Sample
[41/45] Compiling Sample UsefulGodTest.swift
[42/45] Compiling Sample main.swift
[43/46] Wrapping AST for Sample for debugging
[44/46] Write Objects.LinkFileList
[45/46] Linking Sample
Build complete! (18.13s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GanZhi",
"name" : "GanZhi",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "GanZhi",
"targets" : [
"GanZhi"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Sample",
"targets" : [
"Sample"
],
"type" : {
"executable" : null
}
},
{
"name" : "BaziDistribution",
"targets" : [
"BaziDistribution"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Sample",
"module_type" : "SwiftTarget",
"name" : "Sample",
"path" : "Sources/Sample",
"product_memberships" : [
"Sample"
],
"sources" : [
"UsefulGodTest.swift",
"main.swift"
],
"target_dependencies" : [
"GanZhi"
],
"type" : "executable"
},
{
"c99name" : "GanZhiTests",
"module_type" : "SwiftTarget",
"name" : "GanZhiTests",
"path" : "Tests/GanZhiTests",
"sources" : [
"GanZhiTests.swift",
"PatternTests.swift",
"RelationshipTests.swift",
"ShenShaTests.swift",
"ThermalBalanceTests.swift"
],
"target_dependencies" : [
"GanZhi"
],
"type" : "test"
},
{
"c99name" : "GanZhi",
"module_type" : "SwiftTarget",
"name" : "GanZhi",
"path" : "Sources/GanZhi",
"product_memberships" : [
"GanZhi",
"Sample",
"BaziDistribution"
],
"sources" : [
"Branch.swift",
"Configuration.swift",
"CyclicEnum.swift",
"DateExtensions.swift",
"FiveElements+Relations.swift",
"FiveElements.swift",
"FourPillars+Strength.swift",
"FourPillars.swift",
"LifeStage.swift",
"Location.swift",
"Luck/LuckCalculator.swift",
"Luck/LuckTypes.swift",
"Luck/SolarCalculator+Luck.swift",
"LunarCalculator.swift",
"Pattern.swift",
"Relationship.swift",
"ShenSha/GlobalSituationRegistry.swift",
"ShenSha/ShenSha.swift",
"SolarCalculator.swift",
"Stem.swift",
"StemBranch.swift",
"TenGods+Calculation.swift",
"TenGods.swift",
"ThermalBalance.swift",
"UsefulGod.swift",
"YinYang.swift"
],
"type" : "library"
},
{
"c99name" : "BaziDistribution",
"module_type" : "SwiftTarget",
"name" : "BaziDistribution",
"path" : "Sources/BaziDistribution",
"product_memberships" : [
"BaziDistribution"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GanZhi"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.