Build Information
Successful build of Wand_Weather, reference 1.4.0 (d219d4
), with Swift 6.0 for macOS (SPM) on 2 Jul 2025 05:37:44 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.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.0
Building package at path: $PWD
https://github.com/The-Wand/Weather.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-5BDAB9E9C0126B9D.txt
[6/26] Emitting module Wand
[7/28] Compiling Wand Log.swift
[8/28] Compiling Wand Memory.swift
[9/28] Compiling Wand Describing.swift
[10/28] Compiling Wand Describing_Character.swift
[11/28] Compiling Wand All.swift
[12/28] Compiling Wand Any.swift
[13/28] Compiling Wand Counting.swift
[14/28] Compiling Wand Wand.swift
[15/28] Compiling Wand Error.swift
[16/28] Compiling Wand Error?.swift
[17/28] Compiling Wand Wanded.swift
[18/28] Compiling Wand AskingNil.swift
[19/28] Compiling Wand Obtain.swift
[20/28] Compiling Wand Numbers+Wand.swift
[21/28] Compiling Wand String+Wand.swift
[22/28] Compiling Wand |.swift
[23/28] Compiling Wand CoreGraphicsMath+Wand.swift
[24/28] Compiling Wand Option.swift
[25/28] Compiling Wand Ask.swift
[26/28] Compiling Wand Asking.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 URLSessionDataTask_Obtain.swift
[33/57] Compiling WandURL URLSession_Ubiquitous.swift
[34/57] Compiling WandURL RestModel_PUT.swift
[35/57] Compiling WandURL URL.lost.math.swift
[36/57] Compiling WandURL RestModel_GET.swift
[37/57] Compiling WandURL RestModel_GET_Array.swift
[38/57] Compiling WandURL Rest.swift
[39/57] Compiling WandURL RestModel.swift
[40/57] Compiling WandURL RestModel_HEAD.swift
[41/57] Compiling WandURL RestModel_POST.swift
[42/57] Compiling WandURL Data_Ask.swift
[43/57] Compiling WandURL JSON.swift
[44/57] Compiling WandURL JsonArray_Ask.swift
[45/57] Compiling WandURL URL_Convert.swift
[46/57] Compiling WandURL URL_Image_Pipe.swift
[47/57] Compiling WandURL RestModelPaged.swift
[48/57] Compiling WandURL RestModel_Ask.swift
[49/57] Compiling WandURL JsonArray_Convert.swift
[50/57] Compiling WandURL JsonDictionary_Ask.swift
[51/57] Compiling WandURL JsonDictionary_Convert.swift
[52/57] Emitting module Wand_CoreLocation
[53/57] Compiling Wand_CoreLocation CLLocationCoordinate2D_Convert.swift
[54/57] Compiling Wand_CoreLocation CLLocation_Ask.swift
[55/57] Compiling Wand_CoreLocation CLLocation_Convert.swift
[56/57] Compiling Wand_CoreLocation CLAuthorizationStatus_Ask.swift
[57/57] Compiling Wand_CoreLocation CLLocationManager_Obtain.swift
[58/66] Compiling Wand_Weather Yandex.swift
[59/66] Compiling Wand_Weather Yandex_API.swift
[60/66] Compiling Wand_Weather Yandex_Weather.swift
[61/66] Compiling Wand_Weather OpenWeatherMap.swift
[62/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)
[63/66] Compiling Wand_Weather OpenWeatherMap_API.swift
[64/66] Compiling Wand_Weather OpenWeatherMap_Weather.swift
[65/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)
[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.87s)
Fetching https://github.com/el-machine/Wand_CoreLocation.git
Fetching https://github.com/el-machine/WandURL.git
Fetching https://github.com/el-machine/Any.git
Fetching https://github.com/el-machine/Wand.git
[1/3301] Fetching wand_corelocation
[2/3444] Fetching wand_corelocation, any
[67/8813] Fetching wand_corelocation, any, wand
[121/13173] Fetching wand_corelocation, any, wand, wandurl
Fetched https://github.com/el-machine/Wand_CoreLocation.git from cache (1.16s)
[3321/9872] Fetching any, wand, wandurl
Fetched https://github.com/el-machine/Any.git from cache (1.32s)
Fetched https://github.com/el-machine/Wand.git from cache (1.32s)
Fetched https://github.com/el-machine/WandURL.git from cache (1.32s)
Computing version for https://github.com/el-machine/Any.git
Computed https://github.com/el-machine/Any.git at 1.0.1 (0.54s)
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.55s)
Computing version for https://github.com/el-machine/WandURL.git
Computed https://github.com/el-machine/WandURL.git at 1.4.5 (0.54s)
Computing version for https://github.com/el-machine/Wand.git
Computed https://github.com/el-machine/Wand.git at 1.5.5 (0.51s)
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
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
warning: 'spi-builder-workspace': the target name wandTests has different case on the filesystem and the Package.swift manifest file
warning: 'wandurl': 'wandurl' dependency on 'https://github.com/The-Wand/Wand.git' conflicts with dependency on 'https://github.com/el-machine/Wand.git' which has the same identity 'wand'. 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.