The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SingaporeKit, reference 0.0.3 (209b0a), with Swift 6.1 for Android on 29 May 2025 22:05:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jiachenyee/SingaporeKit.git
Reference: 0.0.3
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.3      -> FETCH_HEAD
HEAD is now at 209b0ad feat: add documentation for all data values
Cloned https://github.com/jiachenyee/SingaporeKit.git
Revision (git rev-parse @):
209b0ada4a2f8306aeaa20b9cd975d3f33639dd4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jiachenyee/SingaporeKit.git at 0.0.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jiachenyee/SingaporeKit.git
https://github.com/jiachenyee/SingaporeKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SingaporeKit",
  "name" : "SingaporeKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SingaporeKit",
      "targets" : [
        "SingaporeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SingaporeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SingaporeKitTests",
      "path" : "Tests",
      "sources" : [
        "AirQualityTests.swift",
        "AirTemeratureTests.swift",
        "AvailableTaxiTests.swift",
        "CarparkAvailabilityTests.swift",
        "FourDayForecastTests.swift",
        "RainfallTests.swift",
        "RelativeHumidityTests.swift",
        "Tags.swift",
        "TrafficImagesTests.swift",
        "TwentyFourHourTests.swift",
        "TwoHourTests.swift",
        "UVIndexTests.swift"
      ],
      "target_dependencies" : [
        "SingaporeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SingaporeKit",
      "module_type" : "SwiftTarget",
      "name" : "SingaporeKit",
      "path" : "Sources/SingaporeKit",
      "product_memberships" : [
        "SingaporeKit"
      ],
      "sources" : [
        "API Models/Environment/Air Quality/AirQuality+Reading.swift",
        "API Models/Environment/Air Quality/AirQuality+Readings.swift",
        "API Models/Environment/Air Quality/AirQuality+RegionMetadata.swift",
        "API Models/Environment/Air Quality/AirQuality+Regions.swift",
        "API Models/Environment/Air Quality/AirQuality+RetrievedData.swift",
        "API Models/Environment/Air Quality/AirQuality.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/Internal/TwoHourForecast+AreaMetadata.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/Internal/TwoHourForecast+Forecast.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/Internal/TwoHourForecast+Item.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/Internal/TwoHourForecast+RetrievedData.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/Public/TwoHourForecast+ForecastLocation.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/Public/TwoHourForecast+Forecasts.swift",
        "API Models/Environment/Forecasts/2 Hour Forecast/TwoHourForecast.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Internal/TwentyFourHourWeather+Forecast.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Internal/TwentyFourHourWeather+ReceivedData.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Internal/TwentyFourHourWeather+Regions.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Public/TwentyFourHourWeather+GeneralForecast.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Public/TwentyFourHourWeather+Period.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Public/TwentyFourHourWeather+Record.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/Public/TwentyFourHourWeather+Wind.swift",
        "API Models/Environment/Forecasts/24 Hour Forecast/TwentyFourHourWeather.swift",
        "API Models/Environment/Forecasts/4 Day Forecast/FourDayForecast+RetrievedData.swift",
        "API Models/Environment/Forecasts/4 Day Forecast/FourDayForecast.swift",
        "API Models/Environment/Forecasts/4 Day Forecast/Public/FourDayForecast+Forecast.swift",
        "API Models/Environment/Forecasts/4 Day Forecast/Public/FourDayForecast+WeatherForecast.swift",
        "API Models/Environment/Forecasts/Shared/Internal/Speed.swift",
        "API Models/Environment/Forecasts/Shared/Public/ValidPeriod.swift",
        "API Models/Environment/Forecasts/Shared/Public/Value.swift",
        "API Models/Environment/Forecasts/Shared/Public/Weather.swift",
        "API Models/Environment/Forecasts/Shared/Public/WindDirection.swift",
        "API Models/Environment/Generic Environment/Internal/EnvironmentRetrievedData.swift",
        "API Models/Environment/Generic Environment/Public/EnvironmentData.swift",
        "API Models/Environment/Generic Environment/Public/Reading.swift",
        "API Models/Environment/Generic Environment/Public/ReadingData.swift",
        "API Models/Environment/Generic Environment/Public/Station.swift",
        "API Models/Environment/ResponseWrapper.swift",
        "API Models/Environment/UV Index/Internal/UVIndex+RetrievedData.swift",
        "API Models/Environment/UV Index/Internal/UVIndex+RetrievedRecord.swift",
        "API Models/Environment/UV Index/UVIndex+Record.swift",
        "API Models/Environment/UV Index/UVIndex.swift",
        "API Models/ErrorResponse.swift",
        "API Models/HDB/CarparkAvailability.swift",
        "API Models/HDB/Internal/CarparkAvailability+RetrievedData.swift",
        "API Models/HDB/Public/CarparkAvailability+Carpark.swift",
        "API Models/HDB/Public/CarparkAvailability+CarparkLots.swift",
        "API Models/LTA/Available Taxis/AvailableTaxis.swift",
        "API Models/LTA/Traffic Images/Internal/TrafficImages+RetrievedData.swift",
        "API Models/LTA/Traffic Images/Public/TrafficImages+Camera.swift",
        "API Models/LTA/Traffic Images/Public/TrafficImages+ImageMetadata.swift",
        "API Models/LTA/Traffic Images/TrafficImages.swift",
        "API Models/Location.swift",
        "DateOption.swift",
        "Helper Methods/Array+SingaporeDataValue.swift",
        "Helper Methods/Calendar+Singapore.swift",
        "Helper Methods/Date+APIFormat.swift",
        "MomentOption.swift",
        "Singapore Data/Requests/Environment/Forecasts/SingaporeData+FourDayWeather.swift",
        "Singapore Data/Requests/Environment/Forecasts/SingaporeData+TwentyFourHourWeather.swift",
        "Singapore Data/Requests/Environment/Forecasts/SingaporeData+TwoHourWeather.swift",
        "Singapore Data/Requests/Environment/Readings/SingaporeData+AirQuality.swift",
        "Singapore Data/Requests/Environment/Readings/SingaporeData+AirTemperature.swift",
        "Singapore Data/Requests/Environment/Readings/SingaporeData+EnvironmentData.swift",
        "Singapore Data/Requests/Environment/Readings/SingaporeData+Rainfall.swift",
        "Singapore Data/Requests/Environment/Readings/SingaporeData+RelativeHumidity.swift",
        "Singapore Data/Requests/Environment/Readings/SingaporeData+UVI.swift",
        "Singapore Data/Requests/Environment/SingaporeData+Environment.swift",
        "Singapore Data/Requests/LTA and HDB/SingaporeData+AvailableTaxis.swift",
        "Singapore Data/Requests/LTA and HDB/SingaporeData+CarparkAvailability.swift",
        "Singapore Data/Requests/LTA and HDB/SingaporeData+GenericRequest.swift",
        "Singapore Data/Requests/LTA and HDB/SingaporeData+TrafficImages.swift",
        "Singapore Data/Requests/SingaporeData+DataError.swift",
        "Singapore Data/Requests/SingaporeData+Requests.swift",
        "Singapore Data/Requests/SingaporeDataResult.swift",
        "Singapore Data/SingaporeData.swift",
        "Singapore Data/SingaporeDataOption.swift",
        "Singapore Data/SingaporeDataValue.swift",
        "Singapore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/71] 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/80] Compiling SingaporeKit AirQuality+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 {
[5/80] Compiling SingaporeKit AirQuality+Readings.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/80] Compiling SingaporeKit AirQuality+RegionMetadata.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/80] Compiling SingaporeKit AirQuality+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 {
[8/80] Compiling SingaporeKit AirQuality+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 {
[9/80] Compiling SingaporeKit AirQuality.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/80] 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 {
[11/80] 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 {
[12/80] 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 {
[13/80] 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 {
[14/80] Compiling SingaporeKit SingaporeData+AirQuality.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/80] 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 {
[16/80] 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 {
[17/80] 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 {
[18/80] 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 {
[19/80] 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 {
[20/80] 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 {
[21/80] 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 {
[22/80] 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 {
[23/80] 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 {
[24/80] 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 {
[25/80] 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 {
[26/80] 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 {
[27/80] 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 {
[28/80] 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 {
[29/80] 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 {
[30/80] 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 {
[31/80] 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 {
[32/80] 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 {
[33/80] 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 {
[34/80] 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 {
[35/80] 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 {
[36/80] 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 {
[37/80] 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 {
[38/80] 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 {
[39/80] 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 {
[40/80] 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 {
[41/80] 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 {
[42/80] 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 {
[43/80] 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 {
[44/80] 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 {
[45/80] 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 {
[46/80] 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 {
[47/80] 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 {
[48/80] Compiling SingaporeKit UVIndex+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/80] Compiling SingaporeKit UVIndex+RetrievedRecord.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/80] Compiling SingaporeKit UVIndex+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 {
[51/80] Compiling SingaporeKit UVIndex.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/80] 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 {
[53/80] 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 {
[54/80] 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 {
[55/80] 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 {
[56/80] 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 {
[57/80] 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 {
[58/80] 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 {
[59/80] 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 {
[60/80] 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 {
[61/80] 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 {
[62/80] 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 {
[63/80] 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 {
[64/80] 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 {
[65/80] 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 {
[66/80] 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 {
[67/80] 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 {
[68/80] 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 {
[69/80] 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 {
[70/80] 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 {
[71/80] 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 {
[72/80] 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 {
[73/80] 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 {
[74/80] 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 {
[75/80] Compiling SingaporeKit SingaporeData+Requests.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 {
[76/80] 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 {
[77/80] 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 {
[78/80] 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 {
[79/80] 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 {
[80/80] 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 {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/70] Compiling SingaporeKit SingaporeData+AirQuality.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 {
[3/70] 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 {
[4/70] 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 {
[5/70] 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 {
[6/70] 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 {
[7/70] 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 {
[8/70] 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 {
[9/70] 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 {
[10/70] 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 {
[11/70] 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 {
[12/70] 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 {
[13/70] 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 {
[14/70] 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 {
[15/70] 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 {
[16/70] 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 {
[17/70] 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 {
[18/70] 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 {
[19/70] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/79] 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 {
[21/79] 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 {
[22/79] 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 {
[23/79] 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 {
[24/79] 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 {
[25/79] 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 {
[26/79] 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 {
[27/79] 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 {
[28/79] 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 {
[29/79] 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 {
[30/79] Compiling SingaporeKit AirQuality+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 {
[31/79] Compiling SingaporeKit AirQuality+Readings.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/79] Compiling SingaporeKit AirQuality+RegionMetadata.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/79] Compiling SingaporeKit AirQuality+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 {
[34/79] Compiling SingaporeKit AirQuality+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 {
[35/79] Compiling SingaporeKit AirQuality.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/79] 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 {
[37/79] 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 {
[38/79] 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 {
[39/79] 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 {
[40/79] 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 {
[41/79] 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 {
[42/79] 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 {
[43/79] 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 {
[44/79] 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 {
[45/79] 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 {
[46/79] 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 {
[47/79] 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 {
[48/79] 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 {
[49/79] 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 {
[50/79] 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 {
[51/79] 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 {
[52/79] 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 {
[53/79] 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 {
[54/79] 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 {
[55/79] 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 {
[56/79] 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 {
[57/79] Compiling SingaporeKit UVIndex+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 {
[58/79] Compiling SingaporeKit UVIndex+RetrievedRecord.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/79] Compiling SingaporeKit UVIndex+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 {
[60/79] Compiling SingaporeKit UVIndex.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/79] 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 {
[62/79] 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 {
[63/79] 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 {
[64/79] 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 {
[65/79] 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 {
[66/79] 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 {
[67/79] 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 {
[68/79] 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 {
[69/79] 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 {
[70/79] 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 {
[71/79] 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 {
[72/79] 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 {
[73/79] 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 {
[74/79] Compiling SingaporeKit SingaporeData+Requests.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 {
[75/79] 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 {
[76/79] 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 {
[77/79] 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 {
[78/79] 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 {
[79/79] 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 {
BUILD FAILURE 6.1 android