Build Information
Successful build of Endpoints, reference 4.0.0 (22acf3), with Swift 6.2 for macOS (SPM) on 1 Dec 2025 16:37:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/diamirio/Endpoints.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/diamirio/Endpoints
* tag 4.0.0 -> FETCH_HEAD
HEAD is now at 22acf37 Merge pull request #30 from diamirio/feature/swift-6.2
Cloned https://github.com/diamirio/Endpoints.git
Revision (git rev-parse @):
22acf3704ff43c029595c34728eeb15b68ae5f99
SUCCESS checkout https://github.com/diamirio/Endpoints.git at 4.0.0
========================================
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": "endpoints",
"name": "Endpoints",
"url": "https://github.com/diamirio/Endpoints.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Endpoints",
"dependencies": [
]
}
]
}
Fetching https://github.com/diamirio/Endpoints.git
[1/3502] Fetching endpoints
Fetched https://github.com/diamirio/Endpoints.git from cache (1.03s)
Creating working copy for https://github.com/diamirio/Endpoints.git
Working copy of https://github.com/diamirio/Endpoints.git resolved at 4.0.0 (22acf37)
warning: '.resolve-product-dependencies': dependency 'endpoints' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/diamirio/Endpoints.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/37] Emitting module Endpoints
[4/40] Compiling Endpoints StringParser.swift
[5/40] Compiling Endpoints ResponseValidator.swift
[6/40] Compiling Endpoints StatusCodeValidator.swift
[7/40] Compiling Endpoints EndpointsParsingError.swift
[8/40] Compiling Endpoints EndpointsSessionError.swift
[9/40] Compiling Endpoints StatusCodeError.swift
[10/40] Compiling Endpoints DataParser.swift
[11/40] Compiling Endpoints URLRequestEncodable.swift
[12/40] Compiling Endpoints URLSessionTaskResult.swift
[13/40] Compiling Endpoints ContinuationError.swift
[14/40] Compiling Endpoints EndpointsError.swift
[15/40] Compiling Endpoints FormEncodedBody.swift
[16/40] Compiling Endpoints JSONEncodedBody.swift
[17/40] Compiling Endpoints MultipartBody.swift
[18/40] Compiling Endpoints MultipartBodyPart.swift
[19/40] Compiling Endpoints HTTPURLResponse+Encoding.swift
[20/40] Compiling Endpoints URL+URLRequestEncodable.swift
[21/40] Compiling Endpoints URLRequest+Extensions.swift
[22/40] Compiling Endpoints Call.swift
[23/40] Compiling Endpoints NoContentParser.swift
[24/40] Compiling Endpoints ResponseParser.swift
[25/40] Compiling Endpoints StringConvertibleParser.swift
[26/40] Compiling Endpoints CodableString.swift
[27/40] Compiling Endpoints Encodable+toJSON.swift
[28/40] Compiling Endpoints AnyCall.swift
[29/40] Compiling Endpoints BasicAuthorization.swift
[30/40] Compiling Endpoints Debugging.swift
[31/40] Compiling Endpoints HTTPMethod.swift
[32/40] Compiling Endpoints Logger.swift
[33/40] Compiling Endpoints Request.swift
[34/40] Compiling Endpoints Client.swift
[35/40] Compiling Endpoints DefaultClient.swift
[36/40] Compiling Endpoints Session.swift
[37/40] Compiling Endpoints Body.swift
[38/40] Compiling Endpoints DataResponseParser.swift
[39/40] Compiling Endpoints DictionaryParser.swift
[40/40] Compiling Endpoints JSONParser.swift
Build complete! (7.49s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Endpoints",
"name" : "Endpoints",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Endpoints",
"targets" : [
"Endpoints"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EndpointsTests",
"module_type" : "SwiftTarget",
"name" : "EndpointsTests",
"path" : "Tests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/CityArray.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelBoolFalse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelBoolTrue.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelFloat.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/ModelInt.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/Person.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/Persons.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringBoolFalse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringBoolTrue.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringFloat.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringInt.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesBoolFalse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesBoolTrue.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesFloat.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/JSONFiles/StringQuotesInt.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/TestResources/binary.jpg",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ClientTests.swift",
"Codable/CodableStringTests.swift",
"Codable/Endpoints+JSONCodableTests.swift",
"HTTPBin/HTTPBinModel.swift",
"MultipartTests.swift",
"PostmanEcho/PostmanEchoClient.swift",
"RequestTests.swift",
"StringConvertibleParserTests.swift",
"Utils/ClientTester.swift",
"Utils/FakeHTTPURLResponse.swift",
"Utils/FileUtil.swift",
"Utils/TestError.swift"
],
"target_dependencies" : [
"Endpoints"
],
"type" : "test"
},
{
"c99name" : "Endpoints",
"module_type" : "SwiftTarget",
"name" : "Endpoints",
"path" : "Sources",
"product_memberships" : [
"Endpoints"
],
"sources" : [
"Async/Client.swift",
"Async/DefaultClient.swift",
"Async/Session.swift",
"Body/Body.swift",
"Body/FormEncodedBody.swift",
"Body/JSONEncodedBody.swift",
"Body/Multipart/MultipartBody.swift",
"Body/Multipart/MultipartBodyPart.swift",
"Codable/CodableString.swift",
"Codable/Encodable+toJSON.swift",
"Convenience/AnyCall.swift",
"Convenience/BasicAuthorization.swift",
"Convenience/HTTPURLResponse+Encoding.swift",
"Convenience/URL+URLRequestEncodable.swift",
"Convenience/URLRequest+Extensions.swift",
"Core/Call.swift",
"Core/Debugging.swift",
"Core/HTTPMethod.swift",
"Core/Logger.swift",
"Core/Request.swift",
"Core/URLRequestEncodable.swift",
"Core/URLSessionTaskResult.swift",
"Error/ContinuationError.swift",
"Error/EndpointsError.swift",
"Error/EndpointsParsingError.swift",
"Error/EndpointsSessionError.swift",
"Error/StatusCodeError.swift",
"Parsing/DataParser.swift",
"Parsing/ResponseParser/DataResponseParser.swift",
"Parsing/ResponseParser/DictionaryParser.swift",
"Parsing/ResponseParser/JSONParser.swift",
"Parsing/ResponseParser/NoContentParser.swift",
"Parsing/ResponseParser/ResponseParser.swift",
"Parsing/ResponseParser/StringConvertibleParser.swift",
"Parsing/ResponseParser/StringParser.swift",
"ResponseValidator/ResponseValidator.swift",
"ResponseValidator/StatusCodeValidator.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.