Build Information
Successful build of SimpleNetworking, reference main (85a76c), with Swift 6.0 for macOS (SPM) on 2 Feb 2026 09:47:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SimpleNetworking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 85a76c4 Merge pull request #12 from 0xWDG/add-upload-and-propertywrappers
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
85a76c4c4026a66d9e7950afd096c84a0de5b72a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/0xWDG/SimpleNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/28] Emitting module SimpleNetworking
[5/30] Compiling SimpleNetworking SNMock.swift
[6/30] Compiling SimpleNetworking resource_bundle_accessor.swift
[7/30] Compiling SimpleNetworking NetworkingError.swift
[8/30] Compiling SimpleNetworking POSTEncoding.swift
[9/30] Compiling SimpleNetworking SimpleNetworkingWrapper.swift
[10/30] Compiling SimpleNetworking Upload.swift
[11/30] Compiling SimpleNetworking SimpleNetworking.swift
[12/30] Compiling SimpleNetworking request.swift
[13/30] Compiling SimpleNetworking uploadMethods.swift
[14/30] Compiling SimpleNetworking Debug.swift
[15/30] Compiling SimpleNetworking HTTPMethod.swift
[16/30] Compiling SimpleNetworking NetworkResponse.swift
[17/30] Compiling SimpleNetworking Get.swift
[18/30] Compiling SimpleNetworking Post.swift
[19/30] Compiling SimpleNetworking Put.swift
[20/30] Compiling SimpleNetworking EventSource.swift
[21/30] Compiling SimpleNetworking WebSocket.swift
[22/30] Compiling SimpleNetworking cookies.swift
[23/30] Compiling SimpleNetworking FileUpload.swift
[24/30] Compiling SimpleNetworking HTTPHeader.swift
[25/30] Compiling SimpleNetworking createHTTPBody.swift
[26/30] Compiling SimpleNetworking exec.swift
[27/30] Compiling SimpleNetworking logging.swift
[28/30] Compiling SimpleNetworking isURL.swift
[29/30] Compiling SimpleNetworking toJSON.swift
[30/30] Compiling SimpleNetworking Delete.swift
Build complete! (6.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleNetworking",
"name" : "SimpleNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "SimpleNetworking",
"targets" : [
"SimpleNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworkingTests",
"path" : "Tests/SimpleNetworkingTests",
"sources" : [
"PropertyWrapperTests.swift",
"SimpleNetworkingTests.swift"
],
"target_dependencies" : [
"SimpleNetworking"
],
"type" : "test"
},
{
"c99name" : "SimpleNetworking",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworking",
"path" : "Sources/SimpleNetworking",
"product_memberships" : [
"SimpleNetworking"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Helpers/isURL.swift",
"Helpers/toJSON.swift",
"PropertyWrappers/Delete.swift",
"PropertyWrappers/Get.swift",
"PropertyWrappers/Post.swift",
"PropertyWrappers/Put.swift",
"PropertyWrappers/SimpleNetworkingWrapper.swift",
"PropertyWrappers/Upload.swift",
"SimpleNetworking.swift",
"SimpleNetworking/EventSource.swift",
"SimpleNetworking/WebSocket.swift",
"SimpleNetworking/cookies.swift",
"SimpleNetworking/createHTTPBody.swift",
"SimpleNetworking/exec.swift",
"SimpleNetworking/logging.swift",
"SimpleNetworking/request.swift",
"SimpleNetworking/uploadMethods.swift",
"Structs/Debug.swift",
"Structs/FileUpload.swift",
"Structs/HTTPHeader.swift",
"Structs/HTTPMethod.swift",
"Structs/NetworkResponse.swift",
"Structs/NetworkingError.swift",
"Structs/POSTEncoding.swift",
"Structs/SNMock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.