Build Information
Successful build of SimpleNetworking, reference main (e6c9dc
), with Swift 5.10 for macOS (SPM) on 20 Feb 2025 22:24:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
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 e6c9dcb Update README.md
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
e6c9dcbb9030fc1566ab5f6410a577a200efc2af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/0xWDG/SimpleNetworking.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-33747A42983211AE.txt
[4/20] Emitting module SimpleNetworking
[5/20] Compiling SimpleNetworking isURL.swift
[6/20] Compiling SimpleNetworking toJSON.swift
[7/21] Compiling SimpleNetworking SimpleNetworking.swift
[8/21] Compiling SimpleNetworking WebSocket.swift
[9/21] Compiling SimpleNetworking request.swift
[10/21] Compiling SimpleNetworking Debug.swift
[11/21] Compiling SimpleNetworking HTTPHeader.swift
[12/21] Compiling SimpleNetworking HTTPMethod.swift
[13/21] Compiling SimpleNetworking POSTEncoding.swift
[14/21] Compiling SimpleNetworking NetworkResponse.swift
[15/21] Compiling SimpleNetworking NetworkingError.swift
[16/21] Compiling SimpleNetworking exec.swift
[17/21] Compiling SimpleNetworking logging.swift
[18/21] Compiling SimpleNetworking cookies.swift
[19/21] Compiling SimpleNetworking createHTTPBody.swift
[20/21] Compiling SimpleNetworking SNMock.swift
[21/21] Compiling SimpleNetworking resource_bundle_accessor.swift
Build complete! (5.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SimpleNetworking",
"name" : "SimpleNetworking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SimpleNetworking",
"targets" : [
"SimpleNetworking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleNetworkingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleNetworkingTests",
"path" : "Tests/SimpleNetworkingTests",
"sources" : [
"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",
"SimpleNetworking.swift",
"SimpleNetworking/WebSocket.swift",
"SimpleNetworking/cookies.swift",
"SimpleNetworking/createHTTPBody.swift",
"SimpleNetworking/exec.swift",
"SimpleNetworking/logging.swift",
"SimpleNetworking/request.swift",
"Structs/Debug.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.