The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CIMISKit, reference main (0da1f6), with Swift 6.1 for macOS (SPM) on 7 Feb 2026 16:33:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dl-alexandre/CIMISKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dl-alexandre/CIMISKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0da1f67 Add async/await support and comprehensive test suite (59 tests)
Cloned https://github.com/dl-alexandre/CIMISKit.git
Revision (git rev-parse @):
0da1f67bdfa6645a7cca6ec678bcdb40022d6150
SUCCESS checkout https://github.com/dl-alexandre/CIMISKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dl-alexandre/CIMISKit.git
https://github.com/dl-alexandre/CIMISKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CIMISKit",
  "name" : "CIMISKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "CIMISKit",
      "targets" : [
        "CIMISKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CIMISKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CIMISKitTests",
      "path" : "Tests/CIMISKitTests",
      "sources" : [
        "APIServiceTests.swift",
        "CIMISErrorTests.swift",
        "HelperTypeTests.swift",
        "MockAPIService.swift",
        "ModelDecodingTests.swift",
        "StationFetcherTests.swift"
      ],
      "target_dependencies" : [
        "CIMISKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CIMISKit",
      "module_type" : "SwiftTarget",
      "name" : "CIMISKit",
      "path" : "Sources/CIMISKit",
      "product_memberships" : [
        "CIMISKit"
      ],
      "sources" : [
        "Fetchers/Precip/AnnualPrecipFetcher.swift",
        "Fetchers/Precip/HourlyPrecipFetcher.swift",
        "Fetchers/Precip/MonthlyPrecipFetcher.swift",
        "Fetchers/Precip/WeeklyPrecipFetcher.swift",
        "Fetchers/StationFetcher.swift",
        "Fetchers/WeatherFetcher.swift",
        "Fetchers/ZipCodeFetcher.swift",
        "Network/APIService.swift",
        "Network/APIServiceProtocol.swift",
        "Network/AppState.swift",
        "Network/Errors.swift",
        "Standard/Climate/Models/Data/HourlyModelData.swift",
        "Standard/Climate/Models/Data/PrecipModelData.swift",
        "Standard/Climate/Models/Data/Providers/HourlyModelProvider.swift",
        "Standard/Climate/Models/Data/Providers/PrecipModelProvider.swift",
        "Standard/Climate/Models/Data/Providers/Records/Extra/Measurement.swift",
        "Standard/Climate/Models/Data/Providers/Records/Extra/Scope.swift",
        "Standard/Climate/Models/Data/Providers/Records/Extra/Unit.swift",
        "Standard/Climate/Models/Data/Providers/Records/HourlyModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/Records/PrecipModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/Records/SoilModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/Records/StandardModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/SoilModelProvider.swift",
        "Standard/Climate/Models/Data/Providers/StandardModelProvider.swift",
        "Standard/Climate/Models/Data/SoilModelData.swift",
        "Standard/Climate/Models/Data/StandardModelData.swift",
        "Standard/Climate/Models/HourlyModel.swift",
        "Standard/Climate/Models/PrecipModel.swift",
        "Standard/Climate/Models/SoilModel.swift",
        "Standard/Climate/Models/StandardModel.swift",
        "Standard/Station/Extra/GroundCover.swift",
        "Standard/Station/Extra/Is.swift",
        "Standard/Station/Extra/RegionalOffice.swift",
        "Standard/Station/Station.swift",
        "Standard/Station/StationModel.swift",
        "Standard/ZipCodes/ZipCode.swift",
        "Standard/ZipCodes/ZipCodeModel.swift",
        "Views/Charts/Evapotranspiration/CIMISEvapotranspirationChart.swift",
        "Views/Charts/Evapotranspiration/DayEvapotranspirationChart.swift",
        "Views/Charts/Humidity/CIMISHumidityChart.swift",
        "Views/Charts/Humidity/DayHumidityChart.swift",
        "Views/Charts/Precipitation/CIMISPrecipitationChart.swift",
        "Views/Charts/Precipitation/DayPrecipitationChart.swift",
        "Views/Charts/SoilTemp/CIMISTemperatureChart.swift",
        "Views/Charts/SoilTemp/DayTemperatureChart.swift",
        "Views/Charts/SolarRadiation/CIMISRadiationChart.swift",
        "Views/Charts/SolarRadiation/DayNetRadiationChart.swift",
        "Views/Charts/VaporPressure/CIMISVaporPressureChart.swift",
        "Views/Charts/VaporPressure/DayVaporPressureChart.swift",
        "Views/Charts/WindDirection/CIMISWindRunChart.swift",
        "Views/Charts/WindDirection/DayWindDirectionChart.swift",
        "Views/Charts/WindSpeed/CIMISWindSpeedChart.swift",
        "Views/Charts/WindSpeed/DayWindSpeedChart.swift",
        "Views/GroundCoverView.swift",
        "Views/UnitView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/53] Emitting module CIMISKit
[4/58] Compiling CIMISKit SoilModelData.swift
[5/58] Compiling CIMISKit StandardModelData.swift
[6/58] Compiling CIMISKit HourlyModel.swift
[7/58] Compiling CIMISKit PrecipModel.swift
[8/58] Compiling CIMISKit SoilModel.swift
[9/58] Compiling CIMISKit StandardModel.swift
[10/58] Compiling CIMISKit PrecipModelData.swift
[11/58] Compiling CIMISKit HourlyModelProvider.swift
[12/58] Compiling CIMISKit PrecipModelProvider.swift
[13/58] Compiling CIMISKit Measurement.swift
[14/58] Compiling CIMISKit Scope.swift
[15/58] Compiling CIMISKit Unit.swift
[16/58] Compiling CIMISKit ZipCodeFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Network/APIService.swift:50:17: warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
 48 |         URLSession.shared.dataTask(with: url) { data, response, error in
 49 |             if let error = error as? URLError {
 50 |                 completion(.failure(.url(error)))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 51 |             } else if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
 52 |                 completion(.failure(.invalidResponse(statusCode: response.statusCode)))
[17/58] Compiling CIMISKit APIService.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Network/APIService.swift:50:17: warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
 48 |         URLSession.shared.dataTask(with: url) { data, response, error in
 49 |             if let error = error as? URLError {
 50 |                 completion(.failure(.url(error)))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 51 |             } else if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
 52 |                 completion(.failure(.invalidResponse(statusCode: response.statusCode)))
[18/58] Compiling CIMISKit APIServiceProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Network/APIService.swift:50:17: warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
 48 |         URLSession.shared.dataTask(with: url) { data, response, error in
 49 |             if let error = error as? URLError {
 50 |                 completion(.failure(.url(error)))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 51 |             } else if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
 52 |                 completion(.failure(.invalidResponse(statusCode: response.statusCode)))
[19/58] Compiling CIMISKit AppState.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Network/APIService.swift:50:17: warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
 48 |         URLSession.shared.dataTask(with: url) { data, response, error in
 49 |             if let error = error as? URLError {
 50 |                 completion(.failure(.url(error)))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 51 |             } else if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
 52 |                 completion(.failure(.invalidResponse(statusCode: response.statusCode)))
[20/58] Compiling CIMISKit Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Network/APIService.swift:50:17: warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
 48 |         URLSession.shared.dataTask(with: url) { data, response, error in
 49 |             if let error = error as? URLError {
 50 |                 completion(.failure(.url(error)))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 51 |             } else if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
 52 |                 completion(.failure(.invalidResponse(statusCode: response.statusCode)))
[21/58] Compiling CIMISKit HourlyModelData.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Network/APIService.swift:50:17: warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
 48 |         URLSession.shared.dataTask(with: url) { data, response, error in
 49 |             if let error = error as? URLError {
 50 |                 completion(.failure(.url(error)))
    |                 |- warning: capture of 'completion' with non-sendable type '(Result<T, CIMISError>) -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 51 |             } else if let response = response as? HTTPURLResponse, !(200...299).contains(response.statusCode) {
 52 |                 completion(.failure(.invalidResponse(statusCode: response.statusCode)))
[22/58] Compiling CIMISKit GroundCover.swift
[23/58] Compiling CIMISKit Is.swift
[24/58] Compiling CIMISKit RegionalOffice.swift
[25/58] Compiling CIMISKit Station.swift
[26/58] Compiling CIMISKit StationModel.swift
[27/58] Compiling CIMISKit AnnualPrecipFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          `- warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
30 |         } catch {
31 |             errorMessage = error.localizedDescription
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Standard/Station/StationModel.swift:10:15: note: consider making struct 'StationModel' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct StationModel: Codable {
   |               `- note: consider making struct 'StationModel' conform to the 'Sendable' protocol
11 |  public let stations: [Station]
12 |
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          |- warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
   |                                          `- note: sending main actor-isolated 'self.service' to nonisolated instance method 'fetchStations(url:)' risks causing data races between nonisolated and main actor-isolated uses
30 |         } catch {
31 |             errorMessage = error.localizedDescription
[28/58] Compiling CIMISKit HourlyPrecipFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          `- warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
30 |         } catch {
31 |             errorMessage = error.localizedDescription
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Standard/Station/StationModel.swift:10:15: note: consider making struct 'StationModel' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct StationModel: Codable {
   |               `- note: consider making struct 'StationModel' conform to the 'Sendable' protocol
11 |  public let stations: [Station]
12 |
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          |- warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
   |                                          `- note: sending main actor-isolated 'self.service' to nonisolated instance method 'fetchStations(url:)' risks causing data races between nonisolated and main actor-isolated uses
30 |         } catch {
31 |             errorMessage = error.localizedDescription
[29/58] Compiling CIMISKit MonthlyPrecipFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          `- warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
30 |         } catch {
31 |             errorMessage = error.localizedDescription
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Standard/Station/StationModel.swift:10:15: note: consider making struct 'StationModel' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct StationModel: Codable {
   |               `- note: consider making struct 'StationModel' conform to the 'Sendable' protocol
11 |  public let stations: [Station]
12 |
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          |- warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
   |                                          `- note: sending main actor-isolated 'self.service' to nonisolated instance method 'fetchStations(url:)' risks causing data races between nonisolated and main actor-isolated uses
30 |         } catch {
31 |             errorMessage = error.localizedDescription
[30/58] Compiling CIMISKit WeeklyPrecipFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          `- warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
30 |         } catch {
31 |             errorMessage = error.localizedDescription
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Standard/Station/StationModel.swift:10:15: note: consider making struct 'StationModel' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct StationModel: Codable {
   |               `- note: consider making struct 'StationModel' conform to the 'Sendable' protocol
11 |  public let stations: [Station]
12 |
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          |- warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
   |                                          `- note: sending main actor-isolated 'self.service' to nonisolated instance method 'fetchStations(url:)' risks causing data races between nonisolated and main actor-isolated uses
30 |         } catch {
31 |             errorMessage = error.localizedDescription
[31/58] Compiling CIMISKit StationFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          `- warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
30 |         } catch {
31 |             errorMessage = error.localizedDescription
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Standard/Station/StationModel.swift:10:15: note: consider making struct 'StationModel' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct StationModel: Codable {
   |               `- note: consider making struct 'StationModel' conform to the 'Sendable' protocol
11 |  public let stations: [Station]
12 |
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          |- warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
   |                                          `- note: sending main actor-isolated 'self.service' to nonisolated instance method 'fetchStations(url:)' risks causing data races between nonisolated and main actor-isolated uses
30 |         } catch {
31 |             errorMessage = error.localizedDescription
[32/58] Compiling CIMISKit WeatherFetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          `- warning: non-sendable result type 'StationModel' cannot be sent from nonisolated context in call to instance method 'fetchStations(url:)'; this is an error in the Swift 6 language mode
30 |         } catch {
31 |             errorMessage = error.localizedDescription
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Standard/Station/StationModel.swift:10:15: note: consider making struct 'StationModel' conform to the 'Sendable' protocol
 8 | import Foundation
 9 |
10 | public struct StationModel: Codable {
   |               `- note: consider making struct 'StationModel' conform to the 'Sendable' protocol
11 |  public let stations: [Station]
12 |
/Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Fetchers/StationFetcher.swift:29:42: warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
27 |
28 |         do {
29 |             stations = try await service.fetchStations(url: endpoint)
   |                                          |- warning: sending 'self.service' risks causing data races; this is an error in the Swift 6 language mode
   |                                          `- note: sending main actor-isolated 'self.service' to nonisolated instance method 'fetchStations(url:)' risks causing data races between nonisolated and main actor-isolated uses
30 |         } catch {
31 |             errorMessage = error.localizedDescription
[33/58] Compiling CIMISKit DayWindDirectionChart.swift
[34/58] Compiling CIMISKit CIMISWindSpeedChart.swift
[35/58] Compiling CIMISKit DayWindSpeedChart.swift
[36/58] Compiling CIMISKit GroundCoverView.swift
[37/58] Compiling CIMISKit UnitView.swift
[38/58] Compiling CIMISKit HourlyModelRecord.swift
[39/58] Compiling CIMISKit PrecipModelRecord.swift
[40/58] Compiling CIMISKit SoilModelRecord.swift
[41/58] Compiling CIMISKit StandardModelRecord.swift
[42/58] Compiling CIMISKit SoilModelProvider.swift
[43/58] Compiling CIMISKit StandardModelProvider.swift
[44/58] Compiling CIMISKit CIMISRadiationChart.swift
[45/58] Compiling CIMISKit DayNetRadiationChart.swift
[46/58] Compiling CIMISKit CIMISVaporPressureChart.swift
[47/58] Compiling CIMISKit DayVaporPressureChart.swift
[48/58] Compiling CIMISKit CIMISWindRunChart.swift
[49/58] Compiling CIMISKit ZipCode.swift
[50/58] Compiling CIMISKit ZipCodeModel.swift
[51/58] Compiling CIMISKit CIMISEvapotranspirationChart.swift
[52/58] Compiling CIMISKit DayEvapotranspirationChart.swift
[53/58] Compiling CIMISKit CIMISHumidityChart.swift
[54/58] Compiling CIMISKit DayHumidityChart.swift
[55/58] Compiling CIMISKit CIMISPrecipitationChart.swift
[56/58] Compiling CIMISKit DayPrecipitationChart.swift
[57/58] Compiling CIMISKit CIMISTemperatureChart.swift
[58/58] Compiling CIMISKit DayTemperatureChart.swift
Build complete! (22.36s)
warning: 'spi-builder-workspace': found 6 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Resources/hrlysepfirst.json
    /Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Resources/hrlyweather.json
    /Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Resources/stations.json
    /Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Resources/hrlysepsecond.json
    /Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Resources/hrlysepthird.json
    /Users/admin/builder/spi-builder-workspace/Sources/CIMISKit/Resources/weather.json
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CIMISKit",
  "name" : "CIMISKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "CIMISKit",
      "targets" : [
        "CIMISKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CIMISKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CIMISKitTests",
      "path" : "Tests/CIMISKitTests",
      "sources" : [
        "APIServiceTests.swift",
        "CIMISErrorTests.swift",
        "HelperTypeTests.swift",
        "MockAPIService.swift",
        "ModelDecodingTests.swift",
        "StationFetcherTests.swift"
      ],
      "target_dependencies" : [
        "CIMISKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CIMISKit",
      "module_type" : "SwiftTarget",
      "name" : "CIMISKit",
      "path" : "Sources/CIMISKit",
      "product_memberships" : [
        "CIMISKit"
      ],
      "sources" : [
        "Fetchers/Precip/AnnualPrecipFetcher.swift",
        "Fetchers/Precip/HourlyPrecipFetcher.swift",
        "Fetchers/Precip/MonthlyPrecipFetcher.swift",
        "Fetchers/Precip/WeeklyPrecipFetcher.swift",
        "Fetchers/StationFetcher.swift",
        "Fetchers/WeatherFetcher.swift",
        "Fetchers/ZipCodeFetcher.swift",
        "Network/APIService.swift",
        "Network/APIServiceProtocol.swift",
        "Network/AppState.swift",
        "Network/Errors.swift",
        "Standard/Climate/Models/Data/HourlyModelData.swift",
        "Standard/Climate/Models/Data/PrecipModelData.swift",
        "Standard/Climate/Models/Data/Providers/HourlyModelProvider.swift",
        "Standard/Climate/Models/Data/Providers/PrecipModelProvider.swift",
        "Standard/Climate/Models/Data/Providers/Records/Extra/Measurement.swift",
        "Standard/Climate/Models/Data/Providers/Records/Extra/Scope.swift",
        "Standard/Climate/Models/Data/Providers/Records/Extra/Unit.swift",
        "Standard/Climate/Models/Data/Providers/Records/HourlyModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/Records/PrecipModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/Records/SoilModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/Records/StandardModelRecord.swift",
        "Standard/Climate/Models/Data/Providers/SoilModelProvider.swift",
        "Standard/Climate/Models/Data/Providers/StandardModelProvider.swift",
        "Standard/Climate/Models/Data/SoilModelData.swift",
        "Standard/Climate/Models/Data/StandardModelData.swift",
        "Standard/Climate/Models/HourlyModel.swift",
        "Standard/Climate/Models/PrecipModel.swift",
        "Standard/Climate/Models/SoilModel.swift",
        "Standard/Climate/Models/StandardModel.swift",
        "Standard/Station/Extra/GroundCover.swift",
        "Standard/Station/Extra/Is.swift",
        "Standard/Station/Extra/RegionalOffice.swift",
        "Standard/Station/Station.swift",
        "Standard/Station/StationModel.swift",
        "Standard/ZipCodes/ZipCode.swift",
        "Standard/ZipCodes/ZipCodeModel.swift",
        "Views/Charts/Evapotranspiration/CIMISEvapotranspirationChart.swift",
        "Views/Charts/Evapotranspiration/DayEvapotranspirationChart.swift",
        "Views/Charts/Humidity/CIMISHumidityChart.swift",
        "Views/Charts/Humidity/DayHumidityChart.swift",
        "Views/Charts/Precipitation/CIMISPrecipitationChart.swift",
        "Views/Charts/Precipitation/DayPrecipitationChart.swift",
        "Views/Charts/SoilTemp/CIMISTemperatureChart.swift",
        "Views/Charts/SoilTemp/DayTemperatureChart.swift",
        "Views/Charts/SolarRadiation/CIMISRadiationChart.swift",
        "Views/Charts/SolarRadiation/DayNetRadiationChart.swift",
        "Views/Charts/VaporPressure/CIMISVaporPressureChart.swift",
        "Views/Charts/VaporPressure/DayVaporPressureChart.swift",
        "Views/Charts/WindDirection/CIMISWindRunChart.swift",
        "Views/Charts/WindDirection/DayWindDirectionChart.swift",
        "Views/Charts/WindSpeed/CIMISWindSpeedChart.swift",
        "Views/Charts/WindSpeed/DayWindSpeedChart.swift",
        "Views/GroundCoverView.swift",
        "Views/UnitView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.