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.31.0 (a9fb8f), with Swift 6.2 for macOS (SPM) on 30 Oct 2025 11:40:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxymanApp/atlantis.git
Reference: 1.31.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxymanApp/atlantis
 * tag               1.31.0     -> FETCH_HEAD
HEAD is now at a9fb8f7 Support Watch OS + VisionOS (#180)
Cloned https://github.com/ProxymanApp/atlantis.git
Revision (git rev-parse @):
a9fb8f7f5fe161ad56dc5169615f1870fcc4cd1b
SUCCESS checkout https://github.com/ProxymanApp/atlantis.git at 1.31.0
========================================
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",
  "dependencies": [
    {
      "identity": "atlantis",
      "name": "Atlantis",
      "url": "https://github.com/ProxymanApp/atlantis.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/atlantis",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ProxymanApp/atlantis.git
[1/2119] Fetching atlantis
Fetched https://github.com/ProxymanApp/atlantis.git from cache (1.25s)
Creating working copy for https://github.com/ProxymanApp/atlantis.git
Working copy of https://github.com/ProxymanApp/atlantis.git resolved at 1.31.0 (a9fb8f7)
warning: '.resolve-product-dependencies': dependency 'atlantis' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ProxymanApp/atlantis.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-49B95AFC49DCD68C.txt
[4/18] Compiling Atlantis URLSessionTask+CurrentRequest.swift
[5/18] Compiling Atlantis Transporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:226:17: warning: switch must be exhaustive
224 |             case .waiting(let error):
225 |
226 |                 switch error {
    |                 |- warning: switch must be exhaustive
    |                 `- note: add missing case: '.wifiAware(_)'
227 |                 case .dns(let code):
228 |                     switch Int(code) {
[6/19] Compiling Atlantis Runtime.swift
[7/19] Compiling Atlantis NetworkInjector.swift
[8/19] Compiling Atlantis PackageIdentifier.swift
[9/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 |                 }()
[10/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 |                 }()
[11/19] Compiling Atlantis AtlantisHelper.swift
[12/19] Compiling Atlantis Configuration.swift
[13/19] Compiling Atlantis DataCompression.swift
[14/19] Compiling Atlantis DispatchQueue+Once.swift
[15/19] Compiling Atlantis Atlantis+Manual.swift
[16/19] Compiling Atlantis Atlantis.swift
[17/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 |                 }()
[18/19] Compiling Atlantis Packages.swift
[19/19] Compiling Atlantis resource_bundle_accessor.swift
Build complete! (8.91s)
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"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    },
    {
      "name" : "visionos",
      "version" : "1.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.