Build Information
Successful build of GanZhi, reference main (025eb0), with Swift 6.1 for watchOS using Xcode 16.3 on 30 Mar 2026 03:28:24 UTC.
Swift 6 data race errors: 84
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme GanZhi-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Sample (in target 'Sample' from project 'GanZhi')
EmitSwiftModule normal arm64_32 (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:85:25: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
switch GanZhiConfig.language {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:172:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let relTitle = (GanZhiConfig.language == .english) ? "Relationships:" : "干支关系:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:185:29: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tbTitle = (GanZhiConfig.language == .english) ? "Thermal Balance:" : "调候解析:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:188:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tempLabel = (GanZhiConfig.language == .english) ? " Temperature Score:" : " 寒暖分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:189:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moistLabel = (GanZhiConfig.language == .english) ? " Moisture Score: " : " 湿燥分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:195:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Frozen]" : " [冻]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:197:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Vapor]" : " [气]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:213:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moonLabel = (GanZhiConfig.language == .english) ? "Moon Phase" : "月相信息"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:214:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let ageLabel = (GanZhiConfig.language == .english) ? "Age" : "月龄"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:215:36: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let illumLabel = (GanZhiConfig.language == .english) ? "Illum" : "照亮"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:232:21: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
print((GanZhiConfig.language == .english) ? "Ten Gods Strength:" : "十神力量排序:")
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:236:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
ranking.append(((GanZhiConfig.language == .english) ? "Day Master" : "日主", dayMasterScore))
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:252:19: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
(GanZhiConfig.language == .english) ? "Useful God Analysis (Comparison):" : "用神分析 (对比):"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:255:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let yongShenLabel = (GanZhiConfig.language == .english) ? "Yong Shen (Useful):" : "建议用神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:256:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let jiShenLabel = (GanZhiConfig.language == .english) ? "Ji Shen (Avoid):" : "建议忌神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:257:30: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let favLabel = (GanZhiConfig.language == .english) ? "Fav Elements:" : "喜用五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:258:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let unfavLabel = (GanZhiConfig.language == .english) ? "Unfav Elements:" : "忌讳五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:264:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .pattern: methodTitle = (GanZhiConfig.language == .english) ? "[Pattern Method]" : "[格局法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:266:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
methodTitle = (GanZhiConfig.language == .english) ? "[Wang Shuai Method]" : "[旺衰法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:267:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .tiaoHou: methodTitle = (GanZhiConfig.language == .english) ? "[Tiao Hou Method]" : "[调侯法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:323:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let branchLabel = (GanZhiConfig.language == .english) ? "\(posName) Branch" : "\(posName)支"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:331:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let title = (GanZhiConfig.language == .english) ? "Global Situations" : "全局局面"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:376:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let energyTitle = (GanZhiConfig.language == .english) ? "Energy Coefficients:" : "能量系数:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:380:17: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if GanZhiConfig.language == .english {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
SwiftEmitModule normal arm64 Emitting\ module\ for\ Sample (in target 'Sample' from project 'GanZhi')
EmitSwiftModule normal arm64 (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:85:25: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
switch GanZhiConfig.language {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:172:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let relTitle = (GanZhiConfig.language == .english) ? "Relationships:" : "干支关系:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:185:29: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tbTitle = (GanZhiConfig.language == .english) ? "Thermal Balance:" : "调候解析:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:188:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tempLabel = (GanZhiConfig.language == .english) ? " Temperature Score:" : " 寒暖分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:189:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moistLabel = (GanZhiConfig.language == .english) ? " Moisture Score: " : " 湿燥分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:195:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Frozen]" : " [冻]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:197:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Vapor]" : " [气]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:213:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moonLabel = (GanZhiConfig.language == .english) ? "Moon Phase" : "月相信息"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:214:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let ageLabel = (GanZhiConfig.language == .english) ? "Age" : "月龄"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:215:36: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let illumLabel = (GanZhiConfig.language == .english) ? "Illum" : "照亮"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:232:21: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
print((GanZhiConfig.language == .english) ? "Ten Gods Strength:" : "十神力量排序:")
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:236:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
ranking.append(((GanZhiConfig.language == .english) ? "Day Master" : "日主", dayMasterScore))
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:252:19: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
(GanZhiConfig.language == .english) ? "Useful God Analysis (Comparison):" : "用神分析 (对比):"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:255:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let yongShenLabel = (GanZhiConfig.language == .english) ? "Yong Shen (Useful):" : "建议用神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:256:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let jiShenLabel = (GanZhiConfig.language == .english) ? "Ji Shen (Avoid):" : "建议忌神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:257:30: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let favLabel = (GanZhiConfig.language == .english) ? "Fav Elements:" : "喜用五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:258:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let unfavLabel = (GanZhiConfig.language == .english) ? "Unfav Elements:" : "忌讳五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:264:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .pattern: methodTitle = (GanZhiConfig.language == .english) ? "[Pattern Method]" : "[格局法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:266:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
methodTitle = (GanZhiConfig.language == .english) ? "[Wang Shuai Method]" : "[旺衰法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:267:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .tiaoHou: methodTitle = (GanZhiConfig.language == .english) ? "[Tiao Hou Method]" : "[调侯法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:323:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let branchLabel = (GanZhiConfig.language == .english) ? "\(posName) Branch" : "\(posName)支"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:331:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let title = (GanZhiConfig.language == .english) ? "Global Situations" : "全局局面"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:376:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let energyTitle = (GanZhiConfig.language == .english) ? "Energy Coefficients:" : "能量系数:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:380:17: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if GanZhiConfig.language == .english {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
SwiftEmitModule normal armv7k Emitting\ module\ for\ Sample (in target 'Sample' from project 'GanZhi')
EmitSwiftModule normal armv7k (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:85:25: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
switch GanZhiConfig.language {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:172:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let relTitle = (GanZhiConfig.language == .english) ? "Relationships:" : "干支关系:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:185:29: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tbTitle = (GanZhiConfig.language == .english) ? "Thermal Balance:" : "调候解析:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:188:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tempLabel = (GanZhiConfig.language == .english) ? " Temperature Score:" : " 寒暖分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:189:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moistLabel = (GanZhiConfig.language == .english) ? " Moisture Score: " : " 湿燥分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:195:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Frozen]" : " [冻]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:197:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Vapor]" : " [气]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:213:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moonLabel = (GanZhiConfig.language == .english) ? "Moon Phase" : "月相信息"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:214:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let ageLabel = (GanZhiConfig.language == .english) ? "Age" : "月龄"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:215:36: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let illumLabel = (GanZhiConfig.language == .english) ? "Illum" : "照亮"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:232:21: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
print((GanZhiConfig.language == .english) ? "Ten Gods Strength:" : "十神力量排序:")
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:236:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
ranking.append(((GanZhiConfig.language == .english) ? "Day Master" : "日主", dayMasterScore))
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:252:19: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
(GanZhiConfig.language == .english) ? "Useful God Analysis (Comparison):" : "用神分析 (对比):"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:255:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let yongShenLabel = (GanZhiConfig.language == .english) ? "Yong Shen (Useful):" : "建议用神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:256:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let jiShenLabel = (GanZhiConfig.language == .english) ? "Ji Shen (Avoid):" : "建议忌神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:257:30: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let favLabel = (GanZhiConfig.language == .english) ? "Fav Elements:" : "喜用五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:258:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let unfavLabel = (GanZhiConfig.language == .english) ? "Unfav Elements:" : "忌讳五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:264:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .pattern: methodTitle = (GanZhiConfig.language == .english) ? "[Pattern Method]" : "[格局法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:266:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
methodTitle = (GanZhiConfig.language == .english) ? "[Wang Shuai Method]" : "[旺衰法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:267:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .tiaoHou: methodTitle = (GanZhiConfig.language == .english) ? "[Tiao Hou Method]" : "[调侯法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:323:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let branchLabel = (GanZhiConfig.language == .english) ? "\(posName) Branch" : "\(posName)支"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:331:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let title = (GanZhiConfig.language == .english) ? "Global Situations" : "全局局面"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:376:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let energyTitle = (GanZhiConfig.language == .english) ? "Energy Coefficients:" : "能量系数:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:380:17: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if GanZhiConfig.language == .english {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
SwiftCompile normal arm64_32 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:85:25: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
switch GanZhiConfig.language {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:172:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let relTitle = (GanZhiConfig.language == .english) ? "Relationships:" : "干支关系:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:185:29: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tbTitle = (GanZhiConfig.language == .english) ? "Thermal Balance:" : "调候解析:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:188:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tempLabel = (GanZhiConfig.language == .english) ? " Temperature Score:" : " 寒暖分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:189:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moistLabel = (GanZhiConfig.language == .english) ? " Moisture Score: " : " 湿燥分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:195:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Frozen]" : " [冻]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:197:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Vapor]" : " [气]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:213:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moonLabel = (GanZhiConfig.language == .english) ? "Moon Phase" : "月相信息"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:214:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let ageLabel = (GanZhiConfig.language == .english) ? "Age" : "月龄"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:215:36: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let illumLabel = (GanZhiConfig.language == .english) ? "Illum" : "照亮"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:232:21: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
print((GanZhiConfig.language == .english) ? "Ten Gods Strength:" : "十神力量排序:")
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:236:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
ranking.append(((GanZhiConfig.language == .english) ? "Day Master" : "日主", dayMasterScore))
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:252:19: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
(GanZhiConfig.language == .english) ? "Useful God Analysis (Comparison):" : "用神分析 (对比):"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:255:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let yongShenLabel = (GanZhiConfig.language == .english) ? "Yong Shen (Useful):" : "建议用神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:256:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let jiShenLabel = (GanZhiConfig.language == .english) ? "Ji Shen (Avoid):" : "建议忌神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:257:30: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let favLabel = (GanZhiConfig.language == .english) ? "Fav Elements:" : "喜用五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:258:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let unfavLabel = (GanZhiConfig.language == .english) ? "Unfav Elements:" : "忌讳五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:264:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .pattern: methodTitle = (GanZhiConfig.language == .english) ? "[Pattern Method]" : "[格局法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:266:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
methodTitle = (GanZhiConfig.language == .english) ? "[Wang Shuai Method]" : "[旺衰法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:267:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .tiaoHou: methodTitle = (GanZhiConfig.language == .english) ? "[Tiao Hou Method]" : "[调侯法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:323:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let branchLabel = (GanZhiConfig.language == .english) ? "\(posName) Branch" : "\(posName)支"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:331:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let title = (GanZhiConfig.language == .english) ? "Global Situations" : "全局局面"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:376:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let energyTitle = (GanZhiConfig.language == .english) ? "Energy Coefficients:" : "能量系数:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:380:17: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if GanZhiConfig.language == .english {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:13:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .english
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:15:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .japanese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:17:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .traditionalChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:19:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:144:22: warning: main actor-isolated let 'pillars' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let stemTenGod = pillars.tenGod(for: pillar.stem).name
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:60:5: note: let declared here
let pillars = date.fourPillars()
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:143:6: note: add '@MainActor' to make global function 'printPillar' part of global actor 'MainActor'
func printPillar(_ name: String, _ pillar: FourPillars.Pillar) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:146:24: warning: main actor-isolated let 'pillars' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let branchTenGod = pillars.tenGod(for: pillar.branch).name
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:60:5: note: let declared here
let pillars = date.fourPillars()
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:143:6: note: add '@MainActor' to make global function 'printPillar' part of global actor 'MainActor'
func printPillar(_ name: String, _ pillar: FourPillars.Pillar) {
^
@MainActor
SwiftEmitModule normal armv7k Emitting\ module\ for\ BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ UsefulGodTest.swift /Users/admin/builder/spi-builder-workspace/Sources/Sample/UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Sample/UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling StemBranch.swift, TenGods+Calculation.swift (in target 'GanZhi' from project 'GanZhi')
SwiftCompile normal armv7k Compiling\ UsefulGodTest.swift /Users/admin/builder/spi-builder-workspace/Sources/Sample/UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Sample/UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal arm64 Compiling\ UsefulGodTest.swift /Users/admin/builder/spi-builder-workspace/Sources/Sample/UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sample/UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TenGods.swift, ThermalBalance.swift (in target 'GanZhi' from project 'GanZhi')
SwiftCompile normal armv7k Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:85:25: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
switch GanZhiConfig.language {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:172:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let relTitle = (GanZhiConfig.language == .english) ? "Relationships:" : "干支关系:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:185:29: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tbTitle = (GanZhiConfig.language == .english) ? "Thermal Balance:" : "调候解析:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:188:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tempLabel = (GanZhiConfig.language == .english) ? " Temperature Score:" : " 寒暖分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:189:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moistLabel = (GanZhiConfig.language == .english) ? " Moisture Score: " : " 湿燥分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:195:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Frozen]" : " [冻]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:197:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Vapor]" : " [气]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:213:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moonLabel = (GanZhiConfig.language == .english) ? "Moon Phase" : "月相信息"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:214:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let ageLabel = (GanZhiConfig.language == .english) ? "Age" : "月龄"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:215:36: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let illumLabel = (GanZhiConfig.language == .english) ? "Illum" : "照亮"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:232:21: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
print((GanZhiConfig.language == .english) ? "Ten Gods Strength:" : "十神力量排序:")
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:236:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
ranking.append(((GanZhiConfig.language == .english) ? "Day Master" : "日主", dayMasterScore))
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:252:19: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
(GanZhiConfig.language == .english) ? "Useful God Analysis (Comparison):" : "用神分析 (对比):"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:255:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let yongShenLabel = (GanZhiConfig.language == .english) ? "Yong Shen (Useful):" : "建议用神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:256:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let jiShenLabel = (GanZhiConfig.language == .english) ? "Ji Shen (Avoid):" : "建议忌神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:257:30: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let favLabel = (GanZhiConfig.language == .english) ? "Fav Elements:" : "喜用五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:258:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let unfavLabel = (GanZhiConfig.language == .english) ? "Unfav Elements:" : "忌讳五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:264:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .pattern: methodTitle = (GanZhiConfig.language == .english) ? "[Pattern Method]" : "[格局法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:266:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
methodTitle = (GanZhiConfig.language == .english) ? "[Wang Shuai Method]" : "[旺衰法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:267:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .tiaoHou: methodTitle = (GanZhiConfig.language == .english) ? "[Tiao Hou Method]" : "[调侯法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:323:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let branchLabel = (GanZhiConfig.language == .english) ? "\(posName) Branch" : "\(posName)支"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:331:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let title = (GanZhiConfig.language == .english) ? "Global Situations" : "全局局面"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:376:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let energyTitle = (GanZhiConfig.language == .english) ? "Energy Coefficients:" : "能量系数:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:380:17: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if GanZhiConfig.language == .english {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:13:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .english
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:15:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .japanese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:17:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .traditionalChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:19:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:144:22: warning: main actor-isolated let 'pillars' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let stemTenGod = pillars.tenGod(for: pillar.stem).name
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:60:5: note: let declared here
let pillars = date.fourPillars()
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:143:6: note: add '@MainActor' to make global function 'printPillar' part of global actor 'MainActor'
func printPillar(_ name: String, _ pillar: FourPillars.Pillar) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:146:24: warning: main actor-isolated let 'pillars' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let branchTenGod = pillars.tenGod(for: pillar.branch).name
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:60:5: note: let declared here
let pillars = date.fourPillars()
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:143:6: note: add '@MainActor' to make global function 'printPillar' part of global actor 'MainActor'
func printPillar(_ name: String, _ pillar: FourPillars.Pillar) {
^
@MainActor
SwiftDriverJobDiscovery normal armv7k Emitting module for BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
SwiftDriver\ Compilation\ Requirements BaziDistribution normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BaziDistribution -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift (in target 'Sample' from project 'GanZhi')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:85:25: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
switch GanZhiConfig.language {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:172:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let relTitle = (GanZhiConfig.language == .english) ? "Relationships:" : "干支关系:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:185:29: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tbTitle = (GanZhiConfig.language == .english) ? "Thermal Balance:" : "调候解析:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:188:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let tempLabel = (GanZhiConfig.language == .english) ? " Temperature Score:" : " 寒暖分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:189:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moistLabel = (GanZhiConfig.language == .english) ? " Moisture Score: " : " 湿燥分值:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:195:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Frozen]" : " [冻]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:197:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
moistOutput += (GanZhiConfig.language == .english) ? " [Vapor]" : " [气]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:213:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let moonLabel = (GanZhiConfig.language == .english) ? "Moon Phase" : "月相信息"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:214:34: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let ageLabel = (GanZhiConfig.language == .english) ? "Age" : "月龄"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:215:36: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let illumLabel = (GanZhiConfig.language == .english) ? "Illum" : "照亮"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:232:21: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
print((GanZhiConfig.language == .english) ? "Ten Gods Strength:" : "十神力量排序:")
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:236:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
ranking.append(((GanZhiConfig.language == .english) ? "Day Master" : "日主", dayMasterScore))
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:252:19: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
(GanZhiConfig.language == .english) ? "Useful God Analysis (Comparison):" : "用神分析 (对比):"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:255:35: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let yongShenLabel = (GanZhiConfig.language == .english) ? "Yong Shen (Useful):" : "建议用神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:256:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let jiShenLabel = (GanZhiConfig.language == .english) ? "Ji Shen (Avoid):" : "建议忌神:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:257:30: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let favLabel = (GanZhiConfig.language == .english) ? "Fav Elements:" : "喜用五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:258:32: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let unfavLabel = (GanZhiConfig.language == .english) ? "Unfav Elements:" : "忌讳五行:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:264:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .pattern: methodTitle = (GanZhiConfig.language == .english) ? "[Pattern Method]" : "[格局法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:266:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
methodTitle = (GanZhiConfig.language == .english) ? "[Wang Shuai Method]" : "[旺衰法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:267:48: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
case .tiaoHou: methodTitle = (GanZhiConfig.language == .english) ? "[Tiao Hou Method]" : "[调侯法]"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:323:37: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let branchLabel = (GanZhiConfig.language == .english) ? "\(posName) Branch" : "\(posName)支"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:331:31: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let title = (GanZhiConfig.language == .english) ? "Global Situations" : "全局局面"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:376:33: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
let energyTitle = (GanZhiConfig.language == .english) ? "Energy Coefficients:" : "能量系数:"
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:380:17: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
if GanZhiConfig.language == .english {
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:13:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .english
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:15:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .japanese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:17:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .traditionalChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:19:22: warning: reference to static property 'language' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
GanZhiConfig.language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/GanZhi/Configuration.swift:15:23: note: static property declared here
public static var language: Language = .simplifiedChinese
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:144:22: warning: main actor-isolated let 'pillars' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let stemTenGod = pillars.tenGod(for: pillar.stem).name
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:60:5: note: let declared here
let pillars = date.fourPillars()
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:143:6: note: add '@MainActor' to make global function 'printPillar' part of global actor 'MainActor'
func printPillar(_ name: String, _ pillar: FourPillars.Pillar) {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:146:24: warning: main actor-isolated let 'pillars' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
let branchTenGod = pillars.tenGod(for: pillar.branch).name
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:60:5: note: let declared here
let pillars = date.fourPillars()
^
/Users/admin/builder/spi-builder-workspace/Sources/Sample/main.swift:143:6: note: add '@MainActor' to make global function 'printPillar' part of global actor 'MainActor'
func printPillar(_ name: String, _ pillar: FourPillars.Pillar) {
^
@MainActor
SwiftDriver\ Compilation\ Requirements BaziDistribution normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BaziDistribution -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
SwiftDriver\ Compilation\ Requirements BaziDistribution normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BaziDistribution -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftmodule (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftdoc (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.abi.json (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftmodule (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftdoc (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.abi.json (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftmodule (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftdoc (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.abi.json (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftsourceinfo (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftsourceinfo (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftsourceinfo (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Sample (in target 'Sample' from project 'GanZhi')
SwiftCompile normal arm64_32 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Sample (in target 'Sample' from project 'GanZhi')
SwiftCompile normal armv7k Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation\ Requirements Sample normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements Sample normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftmodule (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftdoc (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.abi.json (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64_32-apple-watchos.abi.json
SwiftDriverJobDiscovery normal armv7k Emitting module for Sample (in target 'Sample' from project 'GanZhi')
SwiftDriver\ Compilation\ Requirements Sample normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftmodule (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftdoc (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftmodule (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftdoc (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.abi.json (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.abi.json (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftsourceinfo (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftsourceinfo (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftsourceinfo (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ main.swift /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BaziDistribution/main.swift (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
SwiftDriverJobDiscovery normal arm64 Compiling UsefulGodTest.swift (in target 'Sample' from project 'GanZhi')
SwiftDriverJobDiscovery normal arm64 Compiling SolarCalculator+Luck.swift, LunarCalculator.swift, Pattern.swift (in target 'GanZhi' from project 'GanZhi')
SwiftDriver\ Compilation GanZhi normal arm64 com.apple.xcode.tools.swift.compiler (in target 'GanZhi' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name GanZhi -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/Binary/GanZhi.o normal arm64 (in target 'GanZhi' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/Binary/GanZhi.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GanZhi.o normal arm64\ armv7k\ arm64_32 (in target 'GanZhi' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/Binary/GanZhi.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/Binary/GanZhi.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/Binary/GanZhi.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GanZhi.o
ExtractAppIntentsMetadata (in target 'GanZhi' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name GanZhi --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.GanZhi --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GanZhi.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GanZhi.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/GanZhi_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/GanZhi_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/GanZhi.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/GanZhi.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/GanZhi.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/GanZhi.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/GanZhi.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/GanZhi.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-29 20:28:23.061 appintentsmetadataprocessor[792:4641] Starting appintentsmetadataprocessor export
2026-03-29 20:28:23.107 appintentsmetadataprocessor[792:4641] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'BaziDistribution' from project 'GanZhi')
SwiftDriver\ Compilation BaziDistribution normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BaziDistribution -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GanZhi.o (in target 'GanZhi' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/GanZhi.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/Binary/BaziDistribution normal arm64 (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/BaziDistribution.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/Binary/BaziDistribution -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.swiftmodule
SwiftDriverJobDiscovery normal arm64_32 Compiling main.swift (in target 'Sample' from project 'GanZhi')
SwiftDriver\ Compilation Sample normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Compiling main.swift (in target 'BaziDistribution' from project 'GanZhi')
SwiftDriverJobDiscovery normal armv7k Compiling main.swift (in target 'BaziDistribution' from project 'GanZhi')
SwiftDriver\ Compilation BaziDistribution normal armv7k com.apple.xcode.tools.swift.compiler (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BaziDistribution -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation BaziDistribution normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BaziDistribution -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Binary/Sample normal arm64_32 (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Sample.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Binary/Sample -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/GanZhi.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/Binary/BaziDistribution normal armv7k (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/BaziDistribution.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/Binary/BaziDistribution -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/GanZhi.swiftmodule
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/Binary/BaziDistribution normal arm64_32 (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/BaziDistribution.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/Binary/BaziDistribution -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64_32/GanZhi.swiftmodule
SwiftDriverJobDiscovery normal arm64 Compiling main.swift (in target 'Sample' from project 'GanZhi')
SwiftDriver\ Compilation Sample normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Binary/Sample normal arm64 (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Sample.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Binary/Sample -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/arm64/GanZhi.swiftmodule
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution normal arm64\ armv7k\ arm64_32 (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64/Binary/BaziDistribution /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/armv7k/Binary/BaziDistribution /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/BaziDistribution.build/Objects-normal/arm64_32/Binary/BaziDistribution -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution (in target 'BaziDistribution' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/BaziDistribution
SwiftDriverJobDiscovery normal armv7k Compiling main.swift (in target 'Sample' from project 'GanZhi')
SwiftDriver\ Compilation Sample normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Sample -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Binary/Sample normal armv7k (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos5.0 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks -Xlinker -rpath -Xlinker @executable_path/../lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Sample.swiftmodule -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Binary/Sample -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/GanZhi.build/Objects-normal/armv7k/GanZhi.swiftmodule
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample normal arm64\ armv7k\ arm64_32 (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64/Binary/Sample /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/armv7k/Binary/Sample /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GanZhi.build/Debug-watchos/Sample.build/Objects-normal/arm64_32/Binary/Sample -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample (in target 'Sample' from project 'GanZhi')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Sample
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "GanZhi",
"name" : "GanZhi",
"path" : "/Users/admin/builder/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"
}
Done.