Build Information
Successful build of AENetwork, reference 0.9.1 (50f407), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 12:48:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AENetwork.git
Reference: 0.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AENetwork
* tag 0.9.1 -> FETCH_HEAD
HEAD is now at 50f4073 Merge branch 'release/0.9.1'
Cloned https://github.com/tadija/AENetwork.git
Revision (git rev-parse @):
50f407338632d912431abecbfe9de002ae20bb07
SUCCESS checkout https://github.com/tadija/AENetwork.git at 0.9.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "aenetwork",
"name": "AENetwork",
"url": "https://github.com/tadija/AENetwork.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AENetwork",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/tadija/AENetwork.git
[1/1985] Fetching aenetwork
Fetched https://github.com/tadija/AENetwork.git from cache (0.98s)
Creating working copy for https://github.com/tadija/AENetwork.git
Working copy of https://github.com/tadija/AENetwork.git resolved at 0.9.1 (50f4073)
warning: '.resolve-product-dependencies': dependency 'aenetwork' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tadija/AENetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling AENetwork Network.swift
[4/12] Compiling AENetwork Data+Helpers.swift
[5/12] Compiling AENetwork Reachability.swift
[6/12] Compiling AENetwork HTTPURLResponse+Helpers.swift
[7/12] Compiling AENetwork URLRequest+Helpers.swift
[8/12] Compiling AENetwork URL+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AENetwork/Helpers/URL+Helpers.swift:11:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
9 | // MARK: - ExpressibleByStringLiteral
10 |
11 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static let mock = URL(string: "https://mock.url")!
13 |
[9/12] Compiling AENetwork Fetcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/AENetwork/Fetcher.swift:11:34: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
9 | // MARK: - FetcherDelegate
10 |
11 | public protocol FetcherDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 | func willSendRequest(_ request: URLRequest, sender: Fetcher)
13 | func willReceiveResult(_ result: Fetcher.ResponseResult, sender: Fetcher)
[10/12] Compiling AENetwork APIClient.swift
[11/12] Emitting module AENetwork
/Users/admin/builder/spi-builder-workspace/Sources/AENetwork/Downloader.swift:61:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
59 | // MARK: - Downloader
60 |
61 | public protocol DownloaderDelegate: class, DownloadStatusDelegate {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
62 |
63 | open class Downloader: NSObject {
/Users/admin/builder/spi-builder-workspace/Sources/AENetwork/Fetcher.swift:11:34: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
9 | // MARK: - FetcherDelegate
10 |
11 | public protocol FetcherDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 | func willSendRequest(_ request: URLRequest, sender: Fetcher)
13 | func willReceiveResult(_ result: Fetcher.ResponseResult, sender: Fetcher)
/Users/admin/builder/spi-builder-workspace/Sources/AENetwork/Helpers/URL+Helpers.swift:11:1: warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
9 | // MARK: - ExpressibleByStringLiteral
10 |
11 | extension URL: ExpressibleByStringLiteral {
| |- warning: extension declares a conformance of imported type 'URL' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
12 | public static let mock = URL(string: "https://mock.url")!
13 |
[12/12] Compiling AENetwork Downloader.swift
/Users/admin/builder/spi-builder-workspace/Sources/AENetwork/Downloader.swift:61:37: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
59 | // MARK: - Downloader
60 |
61 | public protocol DownloaderDelegate: class, DownloadStatusDelegate {}
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
62 |
63 | open class Downloader: NSObject {
Build complete! (5.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AENetwork",
"name" : "AENetwork",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AENetwork",
"targets" : [
"AENetwork"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AENetworkTests",
"module_type" : "SwiftTarget",
"name" : "AENetworkTests",
"path" : "Tests/AENetworkTests",
"sources" : [
"APIClientTests.swift",
"DataTests.swift",
"DownloaderTests.swift",
"FetcherTests.swift",
"HTTPURLResponseTests.swift",
"NetworkTests.swift",
"ReachabilityTests.swift",
"URLRequestTests.swift",
"URLTests.swift"
],
"target_dependencies" : [
"AENetwork"
],
"type" : "test"
},
{
"c99name" : "AENetwork",
"module_type" : "SwiftTarget",
"name" : "AENetwork",
"path" : "Sources/AENetwork",
"product_memberships" : [
"AENetwork"
],
"sources" : [
"APIClient.swift",
"Downloader.swift",
"Fetcher.swift",
"Helpers/Data+Helpers.swift",
"Helpers/HTTPURLResponse+Helpers.swift",
"Helpers/URL+Helpers.swift",
"Helpers/URLRequest+Helpers.swift",
"Network.swift",
"Reachability.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.