The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AvWeather, reference 0.0.7 (bce1d6), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 10:01:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bmonty/AvWeather.git
Reference: 0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bmonty/AvWeather
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at bce1d6a Merge pull request #5 from bmonty/multiple_stations
Cloned https://github.com/bmonty/AvWeather.git
Revision (git rev-parse @):
bce1d6a321be8cd651501c3a71430a344553f33a
SUCCESS checkout https://github.com/bmonty/AvWeather.git at 0.0.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "avweather",
      "name": "AvWeather",
      "url": "https://github.com/bmonty/AvWeather.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AvWeather",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bmonty/AvWeather.git
[1/305] Fetching avweather
Fetched https://github.com/bmonty/AvWeather.git from cache (0.71s)
Creating working copy for https://github.com/bmonty/AvWeather.git
Working copy of https://github.com/bmonty/AvWeather.git resolved at 0.0.7 (bce1d6a)
warning: '.resolve-product-dependencies': dependency 'avweather' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bmonty/AvWeather.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling AvWeather MetarRequest.swift
[4/8] Compiling AvWeather ADDSRequest.swift
[5/8] Compiling AvWeather AvWeatherError.swift
[6/8] Emitting module AvWeather
[7/8] Compiling AvWeather Metar.swift
/Users/admin/builder/spi-builder-workspace/Sources/AvWeather/Models/Metar.swift:55:20: warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
 53 |
 54 |         /// Unique ID for this object.
 55 |         public let id = UUID()
    |                    |- warning: immutable property will not be decoded because it is declared with an initial value which cannot be overwritten
    |                    |- note: set the initial value via the initializer or explicitly define a CodingKeys enum including a 'id' case to silence this warning
    |                    `- note: make the property mutable instead
 56 |         /// Reported sky cover (i.e. CLR, FEW, SCT, OVC, etc.).
 57 |         public let skyCover: SkyCoverConditions
[8/8] Compiling AvWeather ADDSClient.swift
Build complete! (3.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AvWeather",
  "name" : "AvWeather",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "AvWeather",
      "targets" : [
        "AvWeather"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AvWeatherTests",
      "module_type" : "SwiftTarget",
      "name" : "AvWeatherTests",
      "path" : "Tests/AvWeatherTests",
      "sources" : [
        "MetarTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "AvWeather"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AvWeather",
      "module_type" : "SwiftTarget",
      "name" : "AvWeather",
      "path" : "Sources/AvWeather",
      "product_memberships" : [
        "AvWeather"
      ],
      "sources" : [
        "ADDSClient.swift",
        "Models/AvWeatherError.swift",
        "Models/Metar.swift",
        "Requests/ADDSRequest.swift",
        "Requests/MetarRequest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.