Build Information
Successful build of Server, reference 2.1.7 (4a2c8d), with Swift 6.2 for macOS (SPM) on 8 Aug 2025 11:54:32 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bteapot/Server.git
Reference: 2.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bteapot/Server
* tag 2.1.7 -> FETCH_HEAD
HEAD is now at 4a2c8d0 - В `Mapper` добавлен вариант с безусловным значением. - Подтянута документация.
Cloned https://github.com/bteapot/Server.git
Revision (git rev-parse @):
4a2c8d099998c06ff9e048385d9fe2a58d6fbf1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bteapot/Server.git at 2.1.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/bteapot/Server.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling Server Take.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server/Take.swift:48:72: warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
46 | .init(
47 | mimeType: "application/json",
48 | decode: { config, data, response in try config.decoder.decode(T.self, from: data) }
| `- warning: capture of non-sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode
49 | )
50 | }
[4/12] Compiling Server Server.swift
[5/12] Compiling Server Send.swift
[6/12] Compiling Server Errors.swift
[7/13] Compiling Server Delegate.swift
[8/13] Compiling Server Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server/Config.swift:123:20: warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-sendable type 'any Catcher.Type'
121 | public let encoder: JSONEncoder
122 | public let decoder: JSONDecoder
123 | public let catcher: Catcher.Type
| `- warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-sendable type 'any Catcher.Type'
124 |
125 | public let session: URLSession
[9/13] Compiling Server Reachable.swift
[10/13] Emitting module Server
/Users/admin/builder/spi-builder-workspace/Sources/Server/Config.swift:123:20: warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-sendable type 'any Catcher.Type'
121 | public let encoder: JSONEncoder
122 | public let decoder: JSONDecoder
123 | public let catcher: Catcher.Type
| `- warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-sendable type 'any Catcher.Type'
124 |
125 | public let session: URLSession
[11/13] Compiling Server Method.swift
[12/13] Compiling Server Catcher.swift
[13/13] Compiling Server Tools.swift
Build complete! (9.09s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "Server",
"name" : "Server",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Server",
"targets" : [
"Server"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Server",
"module_type" : "SwiftTarget",
"name" : "Server",
"path" : "Sources/Server",
"product_memberships" : [
"Server"
],
"sources" : [
"Catcher.swift",
"Config.swift",
"Delegate.swift",
"Errors.swift",
"Method.swift",
"Reachable.swift",
"Send.swift",
"Server.swift",
"Take.swift",
"Tools.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.