Build Information
Successful build of EagleNet, reference main (7409c3
), with Swift 5.9 for macOS (SPM) on 3 Apr 2025 11:12:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path: $PWD
https://github.com/AnbalaganD/EagleNet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/22] Emitting module EagleNet
[2/24] Compiling EagleNet URLConvertible.swift
[3/24] Compiling EagleNet SessionDelegate.swift
[4/24] Compiling EagleNet Misc.swift
[5/24] Compiling EagleNet MultipartParameter.swift
[6/24] Compiling EagleNet MultipartRequest.swift
[7/24] Compiling EagleNet NetworkError.swift
[8/24] Compiling EagleNet BodyConvertible.swift
[9/24] Compiling EagleNet NetworkRequestable.swift
[10/24] Compiling EagleNet HTTPMethod.swift
[11/24] Compiling EagleNet RequestInterceptor.swift
[12/24] Compiling EagleNet ResponseInterceptor.swift
[13/24] Compiling EagleNet NetworkService+Delete.swift
[14/24] Compiling EagleNet NetworkService+Get.swift
[15/24] Compiling EagleNet DataExtension.swift
[16/24] Compiling EagleNet HTTPURLResponseExtension.swift
[17/24] Compiling EagleNet HTTPContentType.swift
[18/24] Compiling EagleNet DataRequest.swift
[19/24] Compiling EagleNet EagleNet.swift
[20/24] Compiling EagleNet ArrayExtension.swift
[21/24] Compiling EagleNet NetworkService+Upload.swift
[22/24] Compiling EagleNet NetworkService.swift
[23/24] Compiling EagleNet NetworkService+Post.swift
[24/24] Compiling EagleNet NetworkService+Put.swift
Build complete! (5.98s)
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.