Build Information
Successful build of SimpleNetworking, reference 1.1.5 (055710
), with Swift 5.10 for macOS (SPM) on 10 Jan 2025 17:27:17 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SimpleNetworking
* tag 1.1.5 -> FETCH_HEAD
HEAD is now at 0557109 Fix posting
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
0557109b36ff4a6b7245e852a7d1b3148693e2fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at 1.1.5
========================================
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] Compiling SimpleNetworking NetworkResponse.swift
[5/20] Compiling SimpleNetworking NetworkingError.swift
[6/20] Compiling SimpleNetworking HTTPHeader.swift
[7/20] Compiling SimpleNetworking HTTPMethod.swift
[8/20] Compiling SimpleNetworking request.swift
[9/20] Compiling SimpleNetworking Debug.swift
[10/20] Compiling SimpleNetworking POSTEncoding.swift
[11/20] Compiling SimpleNetworking cookies.swift
[12/20] Compiling SimpleNetworking createHTTPBody.swift
[13/20] Compiling SimpleNetworking isURL.swift
[14/20] Compiling SimpleNetworking toJSON.swift
[15/20] Compiling SimpleNetworking exec.swift
[16/20] Compiling SimpleNetworking logging.swift
[17/20] Compiling SimpleNetworking SimpleNetworking.swift
[18/20] Compiling SimpleNetworking WebSocket.swift
[19/20] Compiling SimpleNetworking SNMock.swift
[20/20] Emitting module SimpleNetworking
[21/21] Compiling SimpleNetworking resource_bundle_accessor.swift
Build complete! (6.00s)
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.