The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Atlantis, reference 1.30.1 (aae8dd), with Swift 6.0 for macOS (SPM) on 4 Sep 2025 03:32:05 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: 1.30.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxymanApp/atlantis
 * tag               1.30.1     -> FETCH_HEAD
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 1.30.1
========================================
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] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/18] Compiling Atlantis Transporter.swift
[5/18] Compiling Atlantis URLSessionTask+CurrentRequest.swift
[6/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 |                 }()
[7/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 |                 }()
[8/19] Compiling Atlantis NetworkInjector.swift
[9/19] Compiling Atlantis PackageIdentifier.swift
[10/19] Compiling Atlantis Atlantis+Manual.swift
[11/19] Compiling Atlantis Atlantis.swift
[12/19] Compiling Atlantis Runtime.swift
[13/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 |                 }()
[14/19] Compiling Atlantis Packages.swift
[15/19] Compiling Atlantis DataCompression.swift
[16/19] Compiling Atlantis DispatchQueue+Once.swift
[17/19] Compiling Atlantis AtlantisHelper.swift
[18/19] Compiling Atlantis Configuration.swift
[19/19] Compiling Atlantis resource_bundle_accessor.swift
Build complete! (10.36s)
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.