Build Information
Failed to build SwiftWeather, reference main (827b5b), with Swift 6.1 for Wasm on 29 May 2025 11:25:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wadetregaskis/SwiftWeather.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/wadetregaskis/SwiftWeather
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 827b5b3 Added "Unit" prefixes to the custom units, as it Foundation's convention.
Cloned https://github.com/wadetregaskis/SwiftWeather.git
Revision (git rev-parse @):
827b5b3dbd27c9362bc3517e28d668e9cf735180
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/SwiftWeather.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wadetregaskis/SwiftWeather.git
https://github.com/wadetregaskis/SwiftWeather.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SwiftWeather",
"name" : "SwiftWeather",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SwiftWeather",
"targets" : [
"SwiftWeather"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftWeather",
"module_type" : "SwiftTarget",
"name" : "SwiftWeather",
"path" : "Sources/SwiftWeather",
"product_memberships" : [
"SwiftWeather"
],
"sources" : [
"AmbientWeather/AmbientWeather.swift",
"AmbientWeather/AmbientWeatherDevice.swift",
"AmbientWeather/AmbientWeatherReport.swift",
"AmbientWeather/AmbientWeatherSensor.swift",
"AmbientWeather/AmbientWeatherStationGeoType.swift",
"AmbientWeather/AmbientWeatherStationGeolocation.swift",
"AmbientWeather/AmbientWeatherStationInfo.swift",
"Extensions/Data+String.swift",
"Extensions/Unit+Custom.swift",
"Helpers/Zip.swift",
"SwiftWeather.swift",
"WeatherErrors.swift",
"WeatherSensor.swift",
"Wunderground/Wunderground.swift",
"Wunderground/WundergroundCurrentReport.swift",
"Wunderground/WundergroundDevice.swift",
"Wunderground/WundergroundError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Emitting module SwiftWeather
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[4/18] Compiling SwiftWeather AmbientWeather.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[5/18] Compiling SwiftWeather AmbientWeatherDevice.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[6/18] Compiling SwiftWeather AmbientWeatherReport.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[7/20] Compiling SwiftWeather WundergroundDevice.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[8/20] Compiling SwiftWeather WundergroundError.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[9/20] Compiling SwiftWeather Zip.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[10/20] Compiling SwiftWeather SwiftWeather.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[11/20] Compiling SwiftWeather WeatherErrors.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[12/20] Compiling SwiftWeather WeatherSensor.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[13/20] Compiling SwiftWeather Wunderground.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[14/20] Compiling SwiftWeather WundergroundCurrentReport.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[15/20] Compiling SwiftWeather AmbientWeatherStationGeolocation.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[16/20] Compiling SwiftWeather AmbientWeatherStationInfo.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[17/20] Compiling SwiftWeather AmbientWeatherSensor.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[18/20] Compiling SwiftWeather AmbientWeatherStationGeoType.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[19/20] Compiling SwiftWeather Data+String.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[20/20] Compiling SwiftWeather Unit+Custom.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling SwiftWeather AmbientWeatherSensor.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[3/17] Compiling SwiftWeather AmbientWeatherStationGeoType.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[4/19] Compiling SwiftWeather AmbientWeatherStationGeolocation.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[5/19] Compiling SwiftWeather AmbientWeatherStationInfo.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[6/19] Compiling SwiftWeather WeatherErrors.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[7/19] Compiling SwiftWeather WeatherSensor.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[8/19] Compiling SwiftWeather Wunderground.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[9/19] Compiling SwiftWeather WundergroundCurrentReport.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[10/19] Compiling SwiftWeather Data+String.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[11/19] Compiling SwiftWeather Unit+Custom.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[12/19] Compiling SwiftWeather Zip.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[13/19] Compiling SwiftWeather SwiftWeather.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[14/19] Compiling SwiftWeather WundergroundDevice.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[15/19] Compiling SwiftWeather WundergroundError.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/19] Emitting module SwiftWeather
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[17/19] Compiling SwiftWeather AmbientWeather.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[18/19] Compiling SwiftWeather AmbientWeatherDevice.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
[19/19] Compiling SwiftWeather AmbientWeatherReport.swift
/host/spi-builder-workspace/Sources/SwiftWeather/AmbientWeather/AmbientWeatherDevice.swift:3:15: error: no such module 'CoreLocation'
1 | // Created by Mike Manzo on 5/17/20.
2 |
3 | public import CoreLocation
| `- error: no such module 'CoreLocation'
4 | internal import Foundation
5 |
BUILD FAILURE 6.1 wasm