Build Information
Successful build of EagleNet, reference main (7409c3
), with Swift 5.10 for macOS (SPM) on 3 Apr 2025 11:12:27 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/AnbalaganD/EagleNet.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AnbalaganD/EagleNet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7409c37 update readme
Cloned https://github.com/AnbalaganD/EagleNet.git
Revision (git rev-parse @):
7409c3773dd6617087329b20b2061927a619ab17
SUCCESS checkout https://github.com/AnbalaganD/EagleNet.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/AnbalaganD/EagleNet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/24] Emitting module EagleNet
[4/26] Compiling EagleNet URLConvertible.swift
[5/26] Compiling EagleNet SessionDelegate.swift
[6/26] Compiling EagleNet BodyConvertible.swift
[7/26] Compiling EagleNet NetworkRequestable.swift
[8/26] Compiling EagleNet NetworkService+Upload.swift
[9/26] Compiling EagleNet NetworkService.swift
[10/26] Compiling EagleNet MultipartRequest.swift
[11/26] Compiling EagleNet NetworkError.swift
[12/26] Compiling EagleNet Misc.swift
[13/26] Compiling EagleNet MultipartParameter.swift
[14/26] Compiling EagleNet NetworkService+Post.swift
[15/26] Compiling EagleNet NetworkService+Put.swift
[16/26] Compiling EagleNet HTTPMethod.swift
[17/26] Compiling EagleNet RequestInterceptor.swift
[18/26] Compiling EagleNet ResponseInterceptor.swift
[19/26] Compiling EagleNet DataExtension.swift
[20/26] Compiling EagleNet HTTPURLResponseExtension.swift
[21/26] Compiling EagleNet HTTPContentType.swift
[22/26] Compiling EagleNet NetworkService+Delete.swift
[23/26] Compiling EagleNet NetworkService+Get.swift
[24/26] Compiling EagleNet DataRequest.swift
[25/26] Compiling EagleNet EagleNet.swift
[26/26] Compiling EagleNet ArrayExtension.swift
Build complete! (5.02s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EagleNet",
"name" : "EagleNet",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "EagleNet",
"targets" : [
"EagleNet"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EagleNetTests",
"module_type" : "SwiftTarget",
"name" : "EagleNetTests",
"path" : "Tests/EagleNetTests",
"sources" : [
"EagleNetTests.swift"
],
"target_dependencies" : [
"EagleNet"
],
"type" : "test"
},
{
"c99name" : "EagleNet",
"module_type" : "SwiftTarget",
"name" : "EagleNet",
"path" : "Sources/EagleNet",
"product_memberships" : [
"EagleNet"
],
"sources" : [
"DataRequest.swift",
"EagleNet.swift",
"Extensions/ArrayExtension.swift",
"Extensions/DataExtension.swift",
"Extensions/HTTPURLResponseExtension.swift",
"HTTPContentType.swift",
"HTTPMethod.swift",
"Interceptor/RequestInterceptor.swift",
"Interceptor/ResponseInterceptor.swift",
"Misc.swift",
"MultipartParameter.swift",
"MultipartRequest.swift",
"NetworkError.swift",
"NetworkService+Delete.swift",
"NetworkService+Get.swift",
"NetworkService+Post.swift",
"NetworkService+Put.swift",
"NetworkService+Upload.swift",
"NetworkService.swift",
"Protocol/BodyConvertible.swift",
"Protocol/NetworkRequestable.swift",
"Protocol/URLConvertible.swift",
"SessionDelegate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.