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 main (a9fb8f), with Swift 6.0 for macOS (SPM) on 30 Oct 2025 11:40:08 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.68.0
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 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 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
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/18] 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 |                 }()
[5/18] Compiling Atlantis Packages.swift
[6/18] Compiling Atlantis Transporter.swift
[7/18] 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 |                 }()
[8/18] 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 |                 }()
[9/18] Compiling Atlantis Runtime.swift
[10/18] Compiling Atlantis NetworkInjector.swift
[11/18] Compiling Atlantis PackageIdentifier.swift
[12/18] Compiling Atlantis AtlantisHelper.swift
[13/18] Compiling Atlantis Configuration.swift
[14/18] Compiling Atlantis Atlantis+Manual.swift
[15/18] Compiling Atlantis Atlantis.swift
[16/18] Compiling Atlantis DataCompression.swift
[17/18] Compiling Atlantis DispatchQueue+Once.swift
[18/18] Compiling Atlantis URLSessionTask+CurrentRequest.swift
[19/19] Compiling Atlantis resource_bundle_accessor.swift
Build complete! (10.68s)
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.