Build Information
Successful build of SwiftXmlRpc, reference develop (83f914), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 05:23:57 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/SwiftXmlRpc.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helje5/SwiftXmlRpc
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 83f9140 Move Sendable markers to extension
Cloned https://github.com/helje5/SwiftXmlRpc.git
Revision (git rev-parse @):
83f9140a080defa50026a458675ba4e1f316549c
SUCCESS checkout https://github.com/helje5/SwiftXmlRpc.git at develop
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftxmlrpc",
"name": "SwiftXmlRpc",
"url": "https://github.com/helje5/SwiftXmlRpc.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftXmlRpc",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/helje5/SwiftXmlRpc.git
[1/176] Fetching swiftxmlrpc
Fetched https://github.com/helje5/SwiftXmlRpc.git from cache (0.67s)
Creating working copy for https://github.com/helje5/SwiftXmlRpc.git
Working copy of https://github.com/helje5/SwiftXmlRpc.git resolved at develop (83f9140)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/helje5/SwiftXmlRpc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write xmlrpc_call-entitlement.plist
[3/7] Write swift-version--6988338F2F200930.txt
[5/16] Compiling XmlRpc XmlRpcValueRepresentable.swift
[6/16] Compiling XmlRpc XmlRpcUtilities.swift
[7/16] Compiling XmlRpc XmlRpcGeneration.swift
[8/16] Compiling XmlRpc XmlRpcMultiCall.swift
[9/16] Compiling XmlRpc XmlRpcLiterals.swift
[10/16] Compiling XmlRpc XmlRpcParser.swift
[11/16] Emitting module XmlRpc
/Users/admin/builder/spi-builder-workspace/Sources/XmlRpc/XmlRpcClient.swift:80:10: warning: associated value 'httpError(status:headers:)' of 'Sendable'-conforming enum 'ClientError' contains non-Sendable type '[AnyHashable : Any]'
78 | public enum ClientError: Swift.Error {
79 | case transportError (Swift.Error)
80 | case httpError (status: Int, headers: [AnyHashable : Any])
| `- warning: associated value 'httpError(status:headers:)' of 'Sendable'-conforming enum 'ClientError' contains non-Sendable type '[AnyHashable : Any]'
81 | case noContentInResponse
82 | case couldNotDecodeDataAsString(Data, encoding: String.Encoding)
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[12/16] Compiling XmlRpc XmlRpcClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/XmlRpc/XmlRpcClient.swift:80:10: warning: associated value 'httpError(status:headers:)' of 'Sendable'-conforming enum 'ClientError' contains non-Sendable type '[AnyHashable : Any]'
78 | public enum ClientError: Swift.Error {
79 | case transportError (Swift.Error)
80 | case httpError (status: Int, headers: [AnyHashable : Any])
| `- warning: associated value 'httpError(status:headers:)' of 'Sendable'-conforming enum 'ClientError' contains non-Sendable type '[AnyHashable : Any]'
81 | case noContentInResponse
82 | case couldNotDecodeDataAsString(Data, encoding: String.Encoding)
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
1 | @frozen public struct Dictionary<Key, Value> where Key : Hashable {
| `- note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
2 | public typealias Element = (key: Key, value: Value)
3 | @inlinable public init(_immutableCocoaDictionary: __owned AnyObject)
[13/16] Compiling XmlRpc XmlRpc.swift
[14/18] Emitting module xmlrpc_call
[15/18] Compiling xmlrpc_call main.swift
[15/18] Write Objects.LinkFileList
[16/18] Linking xmlrpc_call
[17/18] Applying xmlrpc_call
Build complete! (4.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftXmlRpc",
"name" : "SwiftXmlRpc",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XmlRpc",
"targets" : [
"XmlRpc"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xmlrpc_call",
"targets" : [
"xmlrpc_call"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "xmlrpc_call",
"module_type" : "SwiftTarget",
"name" : "xmlrpc_call",
"path" : "Sources/xmlrpc_call",
"product_memberships" : [
"xmlrpc_call"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"XmlRpc"
],
"type" : "executable"
},
{
"c99name" : "XmlRpcTests",
"module_type" : "SwiftTarget",
"name" : "XmlRpcTests",
"path" : "Tests/XmlRpcTests",
"sources" : [
"GenerationTests.swift",
"ParserTests.swift",
"TestData.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XmlRpc"
],
"type" : "test"
},
{
"c99name" : "XmlRpc",
"module_type" : "SwiftTarget",
"name" : "XmlRpc",
"path" : "Sources/XmlRpc",
"product_memberships" : [
"XmlRpc",
"xmlrpc_call"
],
"sources" : [
"XmlRpc.swift",
"XmlRpcClient.swift",
"XmlRpcGeneration.swift",
"XmlRpcLiterals.swift",
"XmlRpcMultiCall.swift",
"XmlRpcParser.swift",
"XmlRpcUtilities.swift",
"XmlRpcValueRepresentable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.