The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-weather, reference 0.1.0 (80b367), with Swift 6.0 for macOS (SPM) on 4 Jan 2026 20:11:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CorvidLabs/swift-weather.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CorvidLabs/swift-weather
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 80b3675 docs: add pre-1.0 notice to README
Cloned https://github.com/CorvidLabs/swift-weather.git
Revision (git rev-parse @):
80b36759ee2ba9f17458b524565a2ca7857549ed
SUCCESS checkout https://github.com/CorvidLabs/swift-weather.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CorvidLabs/swift-weather.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/19] Compiling Retry Jitter.swift
[7/19] Compiling Retry EqualJitter.swift
[8/19] Compiling Retry FullJitter.swift
[9/19] Compiling Retry RetryError.swift
[10/19] Compiling Retry DecorrelatedJitter.swift
[11/19] Compiling Retry ExponentialStrategy.swift
[12/19] Compiling Retry ConstantStrategy.swift
[13/19] Compiling Retry RetryConfiguration.swift
[14/19] Compiling Retry Retry.swift
[15/19] Emitting module Retry
[16/19] Compiling Retry CircuitBreaker.swift
[17/19] Compiling Retry CircuitState.swift
[18/19] Compiling Retry LinearStrategy.swift
[19/19] Compiling Retry FibonacciStrategy.swift
[20/20] Compiling Retry RetryStrategy.swift
[21/32] Compiling Weather WeatherProvider.swift
[22/33] Compiling Weather WeatherConfiguration.swift
[23/33] Compiling Weather Weather.swift
[24/33] Compiling Weather WeatherError.swift
[25/33] Compiling Weather OpenMeteoProvider.swift
[26/33] Compiling Weather WeatherCondition.swift
[27/33] Compiling Weather Forecast.swift
[28/33] Compiling Weather Location.swift
[29/33] Compiling Weather Temperature.swift
[30/33] Compiling Weather GeocodingService.swift
[31/33] Compiling Weather CurrentWeather.swift
[32/33] Compiling Weather NWSProvider.swift
[33/33] Emitting module Weather
Build complete! (25.59s)
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/CorvidLabs/swift-retry.git
[1/2158] Fetching swift-docc-plugin
[23/2268] Fetching swift-docc-plugin, swift-retry
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.17s)
Fetched https://github.com/CorvidLabs/swift-retry.git from cache (1.17s)
Computing version for https://github.com/CorvidLabs/swift-retry.git
Computed https://github.com/CorvidLabs/swift-retry.git at 0.1.0 (0.64s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.23s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3632] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/CorvidLabs/swift-retry.git
Working copy of https://github.com/CorvidLabs/swift-retry.git resolved at 0.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-retry",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CorvidLabs/swift-retry.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "swift-weather",
  "name" : "swift-weather",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Weather",
      "targets" : [
        "Weather"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WeatherTests",
      "module_type" : "SwiftTarget",
      "name" : "WeatherTests",
      "path" : "Tests/WeatherTests",
      "sources" : [
        "WeatherTests.swift"
      ],
      "target_dependencies" : [
        "Weather"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Weather",
      "module_type" : "SwiftTarget",
      "name" : "Weather",
      "path" : "Sources/Weather",
      "product_dependencies" : [
        "Retry"
      ],
      "product_memberships" : [
        "Weather"
      ],
      "sources" : [
        "GeocodingService.swift",
        "Models/CurrentWeather.swift",
        "Models/Forecast.swift",
        "Models/Location.swift",
        "Models/Temperature.swift",
        "Models/WeatherCondition.swift",
        "Providers/NWSProvider.swift",
        "Providers/OpenMeteoProvider.swift",
        "Providers/WeatherProvider.swift",
        "Weather.swift",
        "WeatherConfiguration.swift",
        "WeatherError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.