Build Information
Failed to build solar-inverter-swift, reference main (e0ca3d), with Swift 6.1 for Wasm on 18 Dec 2025 15:52:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/3a4oT/solar-inverter-swift.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/3a4oT/solar-inverter-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e0ca3d2 feat: initial public release 1.0.0
Cloned https://github.com/3a4oT/solar-inverter-swift.git
Revision (git rev-parse @):
e0ca3d2670221259e7c437407161896dea7cbc05
SUCCESS checkout https://github.com/3a4oT/solar-inverter-swift.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/3a4oT/solar-inverter-swift.git
https://github.com/3a4oT/solar-inverter-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "solarman-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/3a4oT/solarman-swift.git"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "solar-inverter-swift",
"name" : "solar-inverter-swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "26.0"
},
{
"name" : "ios",
"version" : "26.0"
},
{
"name" : "maccatalyst",
"version" : "26.0"
},
{
"name" : "tvos",
"version" : "26.0"
},
{
"name" : "watchos",
"version" : "26.0"
},
{
"name" : "visionos",
"version" : "26.0"
}
],
"products" : [
{
"name" : "SolarCore",
"targets" : [
"SolarCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SolarCoreTests",
"module_type" : "SwiftTarget",
"name" : "SolarCoreTests",
"path" : "Tests/SolarCoreTests",
"sources" : [
"ProfileLoaderTests.swift",
"ProfileRegistryTests.swift",
"RegisterBatcherTests.swift",
"RegisterConverterTests.swift",
"SensorItemTests.swift",
"SolarCoreTests.swift",
"StatusBuilder+BMSTests.swift",
"StatusBuilder+BatteryTests.swift",
"StatusBuilder+GeneratorTests.swift",
"StatusBuilder+GridTests.swift",
"StatusBuilder+InverterTests.swift",
"StatusBuilder+LoadTests.swift",
"StatusBuilder+PVTests.swift",
"StatusBuilder+TimeOfUseTests.swift",
"StatusBuilder+UPSTests.swift",
"StatusBuilderTests.swift"
],
"target_dependencies" : [
"SolarCore"
],
"type" : "test"
},
{
"c99name" : "SolarCore",
"module_type" : "SwiftTarget",
"name" : "SolarCore",
"path" : "Sources/SolarCore",
"product_dependencies" : [
"SolarmanV5",
"Yams"
],
"product_memberships" : [
"SolarCore"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SolarCore/Profiles/Resources",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Drivers/DriverError.swift",
"Drivers/DriverMetrics.swift",
"Drivers/ScopedDriver.swift",
"Drivers/SolarDriver.swift",
"Drivers/SolarmanDriver.swift",
"Drivers/StatusBuilder+BMS.swift",
"Drivers/StatusBuilder+Battery.swift",
"Drivers/StatusBuilder+Generator.swift",
"Drivers/StatusBuilder+Grid.swift",
"Drivers/StatusBuilder+Inverter.swift",
"Drivers/StatusBuilder+Load.swift",
"Drivers/StatusBuilder+PV.swift",
"Drivers/StatusBuilder+TimeOfUse.swift",
"Drivers/StatusBuilder+UPS.swift",
"Drivers/StatusBuilder.swift",
"Errors/ProfileError.swift",
"Models/BMSStatus.swift",
"Models/BatteryStatus.swift",
"Models/DeviceInfo.swift",
"Models/ExternalCTMeter.swift",
"Models/GeneratorStatus.swift",
"Models/GridStatus.swift",
"Models/InverterInfo.swift",
"Models/InverterSettings.swift",
"Models/LoadStatus.swift",
"Models/PVStatus.swift",
"Models/Phase.swift",
"Models/SolarStatus.swift",
"Models/TimeOfUseSchedule.swift",
"Models/UPSStatus.swift",
"Profiles/Loader/ProfileID.swift",
"Profiles/Loader/ProfileLoader.swift",
"Profiles/Models/ConnectionSettings.swift",
"Profiles/Models/DeviceClass.swift",
"Profiles/Models/InverterDefinition.swift",
"Profiles/Models/LookupEntry.swift",
"Profiles/Models/ModbusRequest.swift",
"Profiles/Models/ParameterGroup.swift",
"Profiles/Models/ParsingRule.swift",
"Profiles/Models/Platform.swift",
"Profiles/Models/ProfileDefaults.swift",
"Profiles/Models/ProfileInfo.swift",
"Profiles/Models/SensorItem+Codable.swift",
"Profiles/Models/SensorItem.swift",
"Profiles/Models/StateClass.swift",
"Profiles/ProfileMatch.swift",
"Profiles/ProfileRegistry.swift",
"Sensors/Keys/SensorKey.swift",
"Sensors/Keys/SensorKeys+BMS.swift",
"Sensors/Keys/SensorKeys+Battery.swift",
"Sensors/Keys/SensorKeys+Generator.swift",
"Sensors/Keys/SensorKeys+Grid.swift",
"Sensors/Keys/SensorKeys+Inverter.swift",
"Sensors/Keys/SensorKeys+Load.swift",
"Sensors/Keys/SensorKeys+PV.swift",
"Sensors/Keys/SensorKeys+TimeOfUse.swift",
"Sensors/Keys/SensorKeys+UPS.swift",
"Sensors/Keys/SensorKeys.swift",
"Sensors/Keys/SensorValues.swift",
"Sensors/RegisterBatcher.swift",
"Sensors/RegisterConverter.swift",
"Sensors/SensorError.swift",
"Sensors/SensorGroup.swift",
"SolarCore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm