Build Information
Successful build of Any_, reference 1.0.1 (ba94eb
), with Swift 6.1 for macOS (SPM) on 2 Jul 2025 06:40:48 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Any.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Any
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at ba94ebd Add CoreGraphics support
Cloned https://github.com/The-Wand/Any.git
Revision (git rev-parse @):
ba94ebd40a70c5d6d058ae25f3b7cacb810dfec4
SUCCESS checkout https://github.com/The-Wand/Any.git at 1.0.1
========================================
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",
"dependencies": [
{
"identity": "any",
"name": "Any_",
"url": "https://github.com/The-Wand/Any.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Any",
"dependencies": [
]
}
]
}
Fetching https://github.com/The-Wand/Any.git
[1/143] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (1.26s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.1 (ba94ebd)
warning: '.resolve-product-dependencies': dependency 'any' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/The-Wand/Any.git
https://github.com/The-Wand/Any.git
{
"default_localization" : "ru",
"dependencies" : [
],
"manifest_display_name" : "Any_",
"name" : "Any_",
"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" : "Any_",
"targets" : [
"Any_"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Any_Tests",
"module_type" : "SwiftTarget",
"name" : "Any_Tests",
"path" : "Tests/Any_Tests",
"sources" : [
"Unit/Point.swift",
"Unit/Unit.swift",
"Unit/XCTestCase.swift"
],
"target_dependencies" : [
"Any_"
],
"type" : "test"
},
{
"c99name" : "Any_",
"module_type" : "SwiftTarget",
"name" : "Any_",
"path" : "Sources/Any_",
"product_memberships" : [
"Any_"
],
"sources" : [
"CoreGraphics.swift",
"CoreLocation/CoreLocation.swift",
"Foundation.swift",
"Math/Math.swift",
"Math/Range_any.swift",
"Misc.swift",
"String_any.swift",
"any.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/11] Compiling Any_ Range_any.swift
[4/11] Compiling Any_ String_any.swift
[5/11] Compiling Any_ any.swift
[6/11] Compiling Any_ Misc.swift
[7/11] Compiling Any_ CoreGraphics.swift
[8/11] Compiling Any_ Math.swift
[9/11] Compiling Any_ Foundation.swift
[10/11] Emitting module Any_
[11/11] Compiling Any_ CoreLocation.swift
Build complete! (4.43s)
Build complete.
{
"default_localization" : "ru",
"dependencies" : [
],
"manifest_display_name" : "Any_",
"name" : "Any_",
"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" : "Any_",
"targets" : [
"Any_"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Any_Tests",
"module_type" : "SwiftTarget",
"name" : "Any_Tests",
"path" : "Tests/Any_Tests",
"sources" : [
"Unit/Point.swift",
"Unit/Unit.swift",
"Unit/XCTestCase.swift"
],
"target_dependencies" : [
"Any_"
],
"type" : "test"
},
{
"c99name" : "Any_",
"module_type" : "SwiftTarget",
"name" : "Any_",
"path" : "Sources/Any_",
"product_memberships" : [
"Any_"
],
"sources" : [
"CoreGraphics.swift",
"CoreLocation/CoreLocation.swift",
"Foundation.swift",
"Math/Math.swift",
"Math/Range_any.swift",
"Misc.swift",
"String_any.swift",
"any.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.