Build Information
Successful build of Atlantis, reference main (aae8dd
), with Swift 6.0 for macOS (SPM) on 4 Sep 2025 03:29:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxymanApp/atlantis.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxymanApp/atlantis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at aae8dd0 Bump 1.30.1
Cloned https://github.com/ProxymanApp/atlantis.git
Revision (git rev-parse @):
aae8dd0f3722c75d526f09fbb709bd1081d402db
SUCCESS checkout https://github.com/ProxymanApp/atlantis.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ProxymanApp/atlantis.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/18] Compiling Atlantis AtlantisHelper.swift
[5/18] Compiling Atlantis Configuration.swift
[6/18] Compiling Atlantis NetworkInjector.swift
[7/18] Compiling Atlantis PackageIdentifier.swift
[8/19] Emitting module Atlantis
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift:155:32: warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
153 | // when NewRelic interferes with method swizzling in airplane mode
154 | let safeData: Data? = {
155 | guard data != nil else { return nil }
| `- warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
156 | return data as? Data
157 | }()
[9/19] Compiling Atlantis Atlantis+Manual.swift
[10/19] Compiling Atlantis Atlantis.swift
[11/19] Compiling Atlantis Runtime.swift
[12/19] Compiling Atlantis DataCompression.swift
[13/19] Compiling Atlantis DispatchQueue+Once.swift
[14/19] Compiling Atlantis Message.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift:155:32: warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
153 | // when NewRelic interferes with method swizzling in airplane mode
154 | let safeData: Data? = {
155 | guard data != nil else { return nil }
| `- warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
156 | return data as? Data
157 | }()
[15/19] Compiling Atlantis NetworkInjector+URLSession.swift
/Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift:155:32: warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
153 | // when NewRelic interferes with method swizzling in airplane mode
154 | let safeData: Data? = {
155 | guard data != nil else { return nil }
| `- warning: comparing non-optional value of type 'AnyObject' to 'nil' always returns true
156 | return data as? Data
157 | }()
[16/19] Compiling Atlantis resource_bundle_accessor.swift
[17/19] Compiling Atlantis Transporter.swift
[18/19] Compiling Atlantis URLSessionTask+CurrentRequest.swift
[19/19] Compiling Atlantis Packages.swift
Build complete! (9.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Atlantis",
"name" : "Atlantis",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "Atlantis",
"targets" : [
"Atlantis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Atlantis",
"module_type" : "SwiftTarget",
"name" : "Atlantis",
"path" : "Sources",
"product_memberships" : [
"Atlantis"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Atlantis+Manual.swift",
"Atlantis.swift",
"AtlantisHelper.swift",
"Configuration.swift",
"DataCompression.swift",
"DispatchQueue+Once.swift",
"Message.swift",
"NetworkInjector+URLSession.swift",
"NetworkInjector.swift",
"PackageIdentifier.swift",
"Packages.swift",
"Runtime.swift",
"Transporter.swift",
"URLSessionTask+CurrentRequest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.