Build Information
Failed to build SingaporeKit, reference 0.0.2 (eb6127
), with Swift 6.0 for Linux on 30 Oct 2024 21:15:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jiachenyee/SingaporeKit.git
Reference: 0.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/jiachenyee/SingaporeKit
* tag 0.0.2 -> FETCH_HEAD
HEAD is now at eb61278 Update README.md
Cloned https://github.com/jiachenyee/SingaporeKit.git
Revision (git rev-parse @):
eb612781a0c74c0830df6f6e7714919e105aafc6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jiachenyee/SingaporeKit.git at 0.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/jiachenyee/SingaporeKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-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/61] Emitting module SingaporeKit
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[4/69] Compiling SingaporeKit TwentyFourHourWeather+Regions.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[5/69] Compiling SingaporeKit TwentyFourHourWeather+GeneralForecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[6/69] Compiling SingaporeKit TwentyFourHourWeather+Period.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[7/69] Compiling SingaporeKit TwentyFourHourWeather+Record.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[8/69] Compiling SingaporeKit TwentyFourHourWeather+Wind.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[9/69] Compiling SingaporeKit TwentyFourHourWeather.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[10/69] Compiling SingaporeKit FourDayForecast+RetrievedData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[11/69] Compiling SingaporeKit FourDayForecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[12/69] Compiling SingaporeKit FourDayForecast+Forecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[13/69] Compiling SingaporeKit SingaporeData+GenericRequest.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[14/69] Compiling SingaporeKit SingaporeData+TrafficImages.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[15/69] Compiling SingaporeKit SingaporeData+DataError.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[16/69] Compiling SingaporeKit SingaporeData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[17/69] Compiling SingaporeKit SingaporeDataOption.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[18/69] Compiling SingaporeKit SingaporeDataResult.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[19/69] Compiling SingaporeKit SingaporeDataValue.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[20/69] Compiling SingaporeKit Singapore.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[21/69] Compiling SingaporeKit Array+SingaporeDataValue.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[22/69] Compiling SingaporeKit Calendar+Singapore.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[23/69] Compiling SingaporeKit Date+APIFormat.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[24/69] Compiling SingaporeKit MomentOption.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[25/69] Compiling SingaporeKit SingaporeData+FourDayWeather.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[26/69] Compiling SingaporeKit SingaporeData+TwentyFourHourWeather.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[27/69] Compiling SingaporeKit SingaporeData+TwoHourWeather.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[28/69] Compiling SingaporeKit SingaporeData+AirTemperature.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[29/69] Compiling SingaporeKit SingaporeData+EnvironmentData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[30/69] Compiling SingaporeKit SingaporeData+PSI.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[31/69] Compiling SingaporeKit SingaporeData+Rainfall.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[32/69] Compiling SingaporeKit SingaporeData+RelativeHumidity.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[33/69] Compiling SingaporeKit SingaporeData+UVI.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[34/69] Compiling SingaporeKit SingaporeData+Environment.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[35/69] Compiling SingaporeKit SingaporeData+AvailableTaxis.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[36/69] Compiling SingaporeKit SingaporeData+CarparkAvailability.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[37/69] Compiling SingaporeKit FourDayForecast+WeatherForecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[38/69] Compiling SingaporeKit Speed.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[39/69] Compiling SingaporeKit ValidPeriod.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[40/69] Compiling SingaporeKit Value.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[41/69] Compiling SingaporeKit Weather.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[42/69] Compiling SingaporeKit WindDirection.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[43/69] Compiling SingaporeKit EnvironmentRetrievedData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[44/69] Compiling SingaporeKit EnvironmentData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[45/69] Compiling SingaporeKit TwoHourForecast+AreaMetadata.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[46/69] Compiling SingaporeKit TwoHourForecast+Forecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[47/69] Compiling SingaporeKit TwoHourForecast+Item.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[48/69] Compiling SingaporeKit TwoHourForecast+RetrievedData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[49/69] Compiling SingaporeKit TwoHourForecast+ForecastLocation.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[50/69] Compiling SingaporeKit TwoHourForecast+Forecasts.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[51/69] Compiling SingaporeKit TwoHourForecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[52/69] Compiling SingaporeKit TwentyFourHourWeather+Forecast.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[53/69] Compiling SingaporeKit TwentyFourHourWeather+ReceivedData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[54/69] Compiling SingaporeKit Reading.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[55/69] Compiling SingaporeKit ReadingData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[56/69] Compiling SingaporeKit Station.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[57/69] Compiling SingaporeKit ResponseWrapper.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[58/69] Compiling SingaporeKit ErrorResponse.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[59/69] Compiling SingaporeKit CarparkAvailability.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[60/69] Compiling SingaporeKit CarparkAvailability+RetrievedData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[61/69] Compiling SingaporeKit CarparkAvailability+Carpark.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[62/69] Compiling SingaporeKit CarparkAvailability+CarparkLots.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[63/69] Compiling SingaporeKit AvailableTaxis.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[64/69] Compiling SingaporeKit TrafficImages+RetrievedData.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[65/69] Compiling SingaporeKit TrafficImages+Camera.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[66/69] Compiling SingaporeKit TrafficImages+ImageMetadata.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[67/69] Compiling SingaporeKit TrafficImages.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[68/69] Compiling SingaporeKit Location.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
[69/69] Compiling SingaporeKit DateOption.swift
/host/spi-builder-workspace/Sources/SingaporeKit/API Models/Location.swift:9:8: error: no such module 'CoreLocation'
7 |
8 | import Foundation
9 | import CoreLocation
| `- error: no such module 'CoreLocation'
10 |
11 | public struct Location: Codable, Hashable, Sendable {
BUILD FAILURE 6.0 linux