Build Information
Successful build of ProxyResolver, reference 0.3.1 (3eef3c
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 15:20:36 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rinold/ProxyResolver.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/rinold/ProxyResolver
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at 3eef3cb Merge pull request #4 from rinold/develop
Cloned https://github.com/rinold/ProxyResolver.git
Revision (git rev-parse @):
3eef3cb2fbe766bc503f3e46c10c4b24fb8a4318
SUCCESS checkout https://github.com/rinold/ProxyResolver.git at 0.3.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": "proxyresolver",
"name": "ProxyResolver",
"url": "https://github.com/rinold/ProxyResolver.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ProxyResolver",
"dependencies": [
]
}
]
}
Fetching https://github.com/rinold/ProxyResolver.git
[1/306] Fetching proxyresolver
Fetched https://github.com/rinold/ProxyResolver.git from cache (0.71s)
Creating working copy for https://github.com/rinold/ProxyResolver.git
Working copy of https://github.com/rinold/ProxyResolver.git resolved at 0.3.1 (3eef3cb)
warning: '.resolve-product-dependencies': dependency 'proxyresolver' 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/rinold/ProxyResolver.git
https://github.com/rinold/ProxyResolver.git
{
"dependencies" : [
],
"manifest_display_name" : "ProxyResolver",
"name" : "ProxyResolver",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ProxyResolver",
"targets" : [
"ProxyResolver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProxyResolverTests",
"module_type" : "SwiftTarget",
"name" : "ProxyResolverTests",
"path" : "Example/Tests",
"sources" : [
"Configuration.swift",
"DelegateTests.swift",
"Tests.swift"
],
"target_dependencies" : [
"ProxyResolver"
],
"type" : "test"
},
{
"c99name" : "ProxyResolver",
"module_type" : "SwiftTarget",
"name" : "ProxyResolver",
"path" : "ProxyResolver/Classes",
"product_memberships" : [
"ProxyResolver"
],
"sources" : [
"Internal/Types.swift",
"ProxyResolver.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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/5] Compiling ProxyResolver Types.swift
/Users/admin/builder/spi-builder-workspace/ProxyResolver/Classes/Internal/Types.swift:71:17: warning: capture of 'completion' with non-sendable type '(String?, (any Error)?) -> Void' in a '@Sendable' closure
69 | let task = URLSession.shared.dataTask(with: request) { (data, response, error) in
70 | if error == nil, let data = data, let scriptContents = String(data: data, encoding: .utf8) {
71 | completion(scriptContents, nil)
| |- warning: capture of 'completion' with non-sendable type '(String?, (any Error)?) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
72 | } else {
73 | completion(nil, error)
[4/5] Compiling ProxyResolver ProxyResolver.swift
[5/5] Emitting module ProxyResolver
Build complete! (4.40s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ProxyResolver",
"name" : "ProxyResolver",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ProxyResolver",
"targets" : [
"ProxyResolver"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ProxyResolverTests",
"module_type" : "SwiftTarget",
"name" : "ProxyResolverTests",
"path" : "Example/Tests",
"sources" : [
"Configuration.swift",
"DelegateTests.swift",
"Tests.swift"
],
"target_dependencies" : [
"ProxyResolver"
],
"type" : "test"
},
{
"c99name" : "ProxyResolver",
"module_type" : "SwiftTarget",
"name" : "ProxyResolver",
"path" : "ProxyResolver/Classes",
"product_memberships" : [
"ProxyResolver"
],
"sources" : [
"Internal/Types.swift",
"ProxyResolver.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.