Build Information
Successful build of AENetwork, reference master (50f407
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 11:33:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tadija/AENetwork.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tadija/AENetwork
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tadija/AENetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling AENetwork HTTPURLResponse+Helpers.swift
[4/12] Compiling AENetwork URLRequest+Helpers.swift
[5/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 |
[6/12] Compiling AENetwork Reachability.swift
[7/12] Compiling AENetwork Network.swift
[8/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)
[9/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 |
[10/12] Compiling AENetwork Data+Helpers.swift
[11/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 {
[12/12] Compiling AENetwork APIClient.swift
Build complete! (4.86s)
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.