The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Wand_Weather, reference 1.4.0 (d219d4), with Swift 6.2 (beta) for macOS (SPM) on 2 Jul 2025 05:42:49 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Weather.git
Reference: 1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Weather
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at d219d4d Update Weather to Asking
Cloned https://github.com/The-Wand/Weather.git
Revision (git rev-parse @):
d219d4d212f97b35e5692460066aa566380513cb
SUCCESS checkout https://github.com/The-Wand/Weather.git at 1.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/Weather.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/26] Emitting module Wand
[7/28] Compiling Wand Log.swift
[8/28] Compiling Wand Memory.swift
[9/28] Compiling Wand Wand.swift
[10/28] Compiling Wand Error.swift
[11/28] Compiling Wand AskingNil.swift
[12/28] Compiling Wand Obtain.swift
[13/28] Compiling Wand All.swift
[14/28] Compiling Wand Any.swift
[15/28] Compiling Wand Counting.swift
[16/28] Compiling Wand Error?.swift
[17/28] Compiling Wand Wanded.swift
[18/28] Compiling Wand |.swift
[19/28] Compiling Wand CoreGraphicsMath+Wand.swift
[20/28] Compiling Wand Option.swift
[21/28] Compiling Wand Ask.swift
[22/28] Compiling Wand Asking.swift
[23/28] Compiling Wand Numbers+Wand.swift
[24/28] Compiling Wand String+Wand.swift
[25/28] Compiling Wand Describing.swift
[26/28] Compiling Wand Describing_Character.swift
[27/28] Compiling Wand Describing_Data.swift
[28/28] Compiling Wand Expressible.swift
[29/55] Emitting module WandURL
[30/57] Compiling WandURL URLCache_Ubiquitous.swift
[31/57] Compiling WandURL URLRequest_Wand.swift
[32/57] Compiling WandURL Data_Ask.swift
[33/57] Compiling WandURL JSON.swift
[34/57] Compiling WandURL JsonArray_Ask.swift
[35/57] Compiling WandURL URLSessionDataTask_Obtain.swift
[36/57] Compiling WandURL URLSession_Ubiquitous.swift
[37/57] Compiling WandURL RestModel_PUT.swift
[38/57] Compiling WandURL URL.lost.math.swift
[39/57] Compiling WandURL RestModel_HEAD.swift
[40/57] Compiling WandURL RestModel_POST.swift
[41/57] Compiling WandURL JsonArray_Convert.swift
[42/57] Compiling WandURL JsonDictionary_Ask.swift
[43/57] Compiling WandURL JsonDictionary_Convert.swift
[44/57] Compiling WandURL RestModel_GET.swift
[45/57] Compiling WandURL RestModel_GET_Array.swift
[46/57] Compiling WandURL RestModelPaged.swift
[47/57] Compiling WandURL RestModel_Ask.swift
[48/57] Compiling WandURL Rest.swift
[49/57] Compiling WandURL RestModel.swift
[50/57] Emitting module Wand_CoreLocation
[51/57] Compiling Wand_CoreLocation CLLocation_Ask.swift
[52/57] Compiling Wand_CoreLocation CLLocationCoordinate2D_Convert.swift
[53/57] Compiling Wand_CoreLocation CLAuthorizationStatus_Ask.swift
[54/57] Compiling Wand_CoreLocation CLLocationManager_Obtain.swift
[55/57] Compiling Wand_CoreLocation CLLocation_Convert.swift
[56/57] Compiling WandURL URL_Convert.swift
[57/57] Compiling WandURL URL_Image_Pipe.swift
[58/66] Compiling Wand_Weather OpenWeatherMap_Weather.swift
[59/66] Compiling Wand_Weather Yandex_Weather.swift
[60/66] Compiling Wand_Weather Yandex.swift
[61/66] Compiling Wand_Weather Yandex_API.swift
[62/66] Compiling Wand_Weather OpenWeatherMap.swift
[63/66] Compiling Wand_Weather WeatherService_Obtain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Wanded/WeatherKit/WeatherService_Obtain.swift:31:1: warning: extension declares a conformance of imported type 'WeatherService' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
29 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
30 | @available(visionOS, unavailable)
31 | extension WeatherService: Obtain {
   | |- warning: extension declares a conformance of imported type 'WeatherService' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
[64/66] Emitting module Wand_Weather
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Wanded/WeatherKit/WeatherService_Obtain.swift:31:1: warning: extension declares a conformance of imported type 'WeatherService' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
29 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
30 | @available(visionOS, unavailable)
31 | extension WeatherService: Obtain {
   | |- warning: extension declares a conformance of imported type 'WeatherService' to imported protocols 'Obtain', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
32 |
33 |     @inline(__always)
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Wanded/WeatherKit/Weather_Ask.swift:36:1: warning: extension declares a conformance of imported type 'Weather' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
34 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
35 | @available(visionOS, unavailable)
36 | extension Weather: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Weather' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
37 |
38 |     @inline(__always)
[65/66] Compiling Wand_Weather OpenWeatherMap_API.swift
[66/66] Compiling Wand_Weather Weather_Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand_Weather/Wanded/WeatherKit/Weather_Ask.swift:36:1: warning: extension declares a conformance of imported type 'Weather' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
34 | @available(iOS 16.0, macOS 13.0, tvOS 16.0, watchOS 9.0, *)
35 | @available(visionOS, unavailable)
36 | extension Weather: Asking, Wanded {
   | |- warning: extension declares a conformance of imported type 'Weather' to imported protocols 'Asking', 'Wanded'; this will not behave correctly if the owners of 'WeatherKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
37 |
38 |     @inline(__always)
Build complete! (11.38s)
Fetching https://github.com/el-machine/Any.git
Fetching https://github.com/el-machine/Wand.git
Fetching https://github.com/el-machine/Wand_CoreLocation.git
Fetching https://github.com/el-machine/WandURL.git
[1/4360] Fetching wandurl
[45/7661] Fetching wandurl, wand_corelocation
[46/13030] Fetching wandurl, wand_corelocation, wand
[187/13173] Fetching wandurl, wand_corelocation, wand, any
Fetched https://github.com/el-machine/Wand_CoreLocation.git from cache (1.18s)
[8475/9872] Fetching wandurl, wand, any
Fetched https://github.com/el-machine/Wand.git from cache (1.21s)
Fetched https://github.com/el-machine/Any.git from cache (1.24s)
Fetched https://github.com/el-machine/WandURL.git from cache (1.24s)
Computing version for https://github.com/el-machine/Any.git
Computed https://github.com/el-machine/Any.git at 1.0.1 (1.76s)
Computing version for https://github.com/el-machine/Wand_CoreLocation.git
Computed https://github.com/el-machine/Wand_CoreLocation.git at 1.4.4 (0.52s)
Computing version for https://github.com/el-machine/WandURL.git
Computed https://github.com/el-machine/WandURL.git at 1.4.5 (0.51s)
Computing version for https://github.com/el-machine/Wand.git
Computed https://github.com/el-machine/Wand.git at 1.5.5 (0.50s)
Creating working copy for https://github.com/el-machine/WandURL.git
Working copy of https://github.com/el-machine/WandURL.git resolved at 1.4.5
Creating working copy for https://github.com/el-machine/Any.git
Working copy of https://github.com/el-machine/Any.git resolved at 1.0.1
Creating working copy for https://github.com/el-machine/Wand_CoreLocation.git
Working copy of https://github.com/el-machine/Wand_CoreLocation.git resolved at 1.4.4
Creating working copy for https://github.com/el-machine/Wand.git
Working copy of https://github.com/el-machine/Wand.git resolved at 1.5.5
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
warning: 'wandurl': Conflicting identity for wand: dependency 'github.com/the-wand/wand' and dependency 'github.com/el-machine/wand' both point to the same package identity 'wand'. The dependencies are introduced through the following chains: (A) /users/admin/builder/spi-builder-workspace->github.com/el-machine/wandurl->github.com/the-wand/wand (B) /users/admin/builder/spi-builder-workspace->github.com/el-machine/wand. If there are multiple chains that lead to the same dependency, only the first chain is shown here. To see all chains use debug output option. To resolve the conflict, coordinate with the maintainer of the package that introduces the conflicting dependency. This will be escalated to an error in future versions of SwiftPM.
Build complete.
{
  "default_localization" : "ru",
  "dependencies" : [
    {
      "identity" : "any",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/el-machine/Any.git"
    },
    {
      "identity" : "wand",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/el-machine/Wand.git"
    },
    {
      "identity" : "wand_corelocation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/el-machine/Wand_CoreLocation.git"
    },
    {
      "identity" : "wandurl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/el-machine/WandURL.git"
    }
  ],
  "manifest_display_name" : "Wand_Weather",
  "name" : "Wand_Weather",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Wand_Weather",
      "targets" : [
        "Wand_Weather"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "wandTests",
      "module_type" : "SwiftTarget",
      "name" : "wandTests",
      "path" : "Tests/wandTests",
      "product_dependencies" : [
        "Any_"
      ],
      "sources" : [
        "Cases/OpenWeatherMap_Tests.swift",
        "Cases/WeatherKit_Tests.swift",
        "Cases/Yandex_Tests.swift",
        "Cases/chain.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "Wand_Weather"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wand_Weather",
      "module_type" : "SwiftTarget",
      "name" : "Wand_Weather",
      "path" : "Sources/Wand_Weather",
      "product_dependencies" : [
        "Wand",
        "Wand_CoreLocation",
        "WandURL"
      ],
      "product_memberships" : [
        "Wand_Weather"
      ],
      "sources" : [
        "Wanded/OpenWeatherMap/OpenWeatherMap.swift",
        "Wanded/OpenWeatherMap/OpenWeatherMap_API.swift",
        "Wanded/OpenWeatherMap/OpenWeatherMap_Weather.swift",
        "Wanded/WeatherKit/WeatherService_Obtain.swift",
        "Wanded/WeatherKit/Weather_Ask.swift",
        "Wanded/Yandex/Weather/Yandex.swift",
        "Wanded/Yandex/Weather/Yandex_API.swift",
        "Wanded/Yandex/Weather/Yandex_Weather.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
Done.