Build Information
Successful build of EagleNet, reference 2.1.1 (6e7618), with Swift 6.2 for Android on 25 Mar 2026 22:11:33 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AnbalaganD/EagleNet.git
Reference: 2.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/AnbalaganD/EagleNet
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at 6e7618b Update the version number and documents.
Cloned https://github.com/AnbalaganD/EagleNet.git
Revision (git rev-parse @):
6e7618b123c99f22f77e560cbd9298dcf6bfad44
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AnbalaganD/EagleNet.git at 2.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/AnbalaganD/EagleNet.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/26] Emitting module EagleNet
[4/29] Compiling EagleNet HTTPContentType.swift
[5/29] Compiling EagleNet HTTPMethod.swift
[6/29] Compiling EagleNet RequestInterceptor.swift
[7/29] Compiling EagleNet EagleNet+Get.swift
[8/29] Compiling EagleNet EagleNet+Interceptor.swift
[9/29] Compiling EagleNet EagleNet+Post.swift
[10/29] Compiling EagleNet EagleNet+Put.swift
[11/29] Compiling EagleNet DataRequest.swift
[12/29] Compiling EagleNet EagleNet+Custom.swift
[13/29] Compiling EagleNet EagleNet+Delete.swift
[14/29] Compiling EagleNet EagleNet+Download.swift
[15/29] Compiling EagleNet ArrayExtension.swift
[16/29] Compiling EagleNet DataExtension.swift
[17/29] Compiling EagleNet HTTPURLResponseExtension.swift
[18/29] Compiling EagleNet EagleNet+Upload.swift
[19/29] Compiling EagleNet EagleNet.swift
[20/29] Compiling EagleNet EagleNetActor.swift
[21/29] Compiling EagleNet MultipartRequest.swift
[22/29] Compiling EagleNet NetworkError.swift
[23/29] Compiling EagleNet NetworkService.swift
[24/29] Compiling EagleNet ResponseInterceptor.swift
[25/29] Compiling EagleNet Misc.swift
[26/29] Compiling EagleNet MultipartParameter.swift
[27/29] Compiling EagleNet NetworkRequestable.swift
[28/29] Compiling EagleNet URLConvertible.swift
[29/29] Compiling EagleNet SessionDelegate.swift
Build complete! (14.98s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "EagleNet",
"name" : "EagleNet",
"path" : "/host/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+Custom.swift",
"EagleNet+Delete.swift",
"EagleNet+Download.swift",
"EagleNet+Get.swift",
"EagleNet+Interceptor.swift",
"EagleNet+Post.swift",
"EagleNet+Put.swift",
"EagleNet+Upload.swift",
"EagleNet.swift",
"EagleNetActor.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.swift",
"Protocol/NetworkRequestable.swift",
"Protocol/URLConvertible.swift",
"SessionDelegate.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.