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 (aae8dd), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 4 Sep 2025 03:31:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Atlantis-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

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:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ProxymanApp/atlantis.git
https://github.com/ProxymanApp/atlantis.git
{
  "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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Atlantis",
    "schemes" : [
      "Atlantis-Package"
    ],
    "targets" : [
      "Atlantis",
      "AtlantisPackageDescription"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Atlantis-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Atlantis-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Atlantis' in project 'Atlantis' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 22aa3109cc516388245428d5ffec90b6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/22aa3109cc516388245428d5ffec90b6.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Modules Versions/Current/Modules (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Resources Versions/Current/Resources (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Atlantis.DependencyStaticMetadataFileList (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Atlantis.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Atlantis.DependencyMetadataFileList (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Atlantis.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/Current A (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Headers Versions/Current/Headers (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Atlantis Versions/Current/Atlantis (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Atlantis /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Atlantis
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Headers (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Resources (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj/Atlantis_Info.plist (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj/Atlantis_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Resources/Info.plist
SwiftDriver Atlantis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Atlantis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Message.swift,\ NetworkInjector+URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/Message.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Message.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/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
                    guard data != nil else { return nil }
                          ~~~~ ^  ~~~
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664366027-swift-frontend-Atlantis-Message.swift-arm64_apple_macos10.15-o-Onone-2090711496.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8659 seconds (12.1709 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0483 (  9.2%)   0.1032 ( 30.5%)   0.1515 ( 17.5%)   5.7903 ( 47.6%)  parse-and-resolve-imports
   0.0456 (  8.6%)   0.1011 ( 29.9%)   0.1468 ( 16.9%)   5.7855 ( 47.5%)  Import resolution
   0.0695 ( 13.2%)   0.0200 (  5.9%)   0.0895 ( 10.3%)   0.0931 (  0.8%)  perform-sema
   0.0694 ( 13.1%)   0.0200 (  5.9%)   0.0894 ( 10.3%)   0.0930 (  0.8%)  Type checking and Semantic analysis
   0.0547 ( 10.4%)   0.0158 (  4.7%)   0.0705 (  8.1%)   0.0743 (  0.6%)  typecheck-stmt
   0.0531 ( 10.1%)   0.0183 (  5.4%)   0.0715 (  8.3%)   0.0714 (  0.6%)  build-rewrite-system
   0.0502 (  9.5%)   0.0147 (  4.4%)   0.0649 (  7.5%)   0.0652 (  0.5%)  typecheck-expr
   0.0504 (  9.6%)   0.0135 (  4.0%)   0.0639 (  7.4%)   0.0640 (  0.5%)  typecheck-decl
   0.0186 (  3.5%)   0.0145 (  4.3%)   0.0330 (  3.8%)   0.0330 (  0.3%)  import-clang-decl
   0.0159 (  3.0%)   0.0062 (  1.8%)   0.0221 (  2.6%)   0.0222 (  0.2%)  IRGen
   0.0011 (  0.2%)   0.0026 (  0.8%)   0.0038 (  0.4%)   0.0192 (  0.2%)  load-stdlib
   0.0164 (  3.1%)   0.0024 (  0.7%)   0.0187 (  2.2%)   0.0190 (  0.2%)  SILGen
   0.0141 (  2.7%)   0.0016 (  0.5%)   0.0157 (  1.8%)   0.0159 (  0.1%)  SILGen-function
   0.0081 (  1.5%)   0.0035 (  1.0%)   0.0116 (  1.3%)   0.0116 (  0.1%)  precheck-target
   0.0101 (  1.9%)   0.0001 (  0.0%)   0.0102 (  1.2%)   0.0103 (  0.1%)  SIL optimization
   0.0012 (  0.2%)   0.0002 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-lookup-class-member
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.5277 (100.0%)   0.3382 (100.0%)   0.8659 (100.0%)  12.1709 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.6417 seconds (8.4340 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2849 (100.0%)   1.3568 (100.0%)   2.6417 (100.0%)   8.4340 (100.0%)  Building Target
   1.2849 (100.0%)   1.3568 (100.0%)   2.6417 (100.0%)   8.4340 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ AtlantisHelper.swift,\ Configuration.swift /Users/admin/builder/spi-builder-workspace/Sources/AtlantisHelper.swift /Users/admin/builder/spi-builder-workspace/Sources/Configuration.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/AtlantisHelper.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Configuration.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664350603-swift-frontend-Atlantis-AtlantisHelper.swift-arm64_apple_macos10.15-o-Onone-464847497.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8013 seconds (11.5308 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0791 ( 19.6%)   0.1474 ( 37.1%)   0.2265 ( 28.3%)   5.5897 ( 48.5%)  parse-and-resolve-imports
   0.0769 ( 19.0%)   0.1457 ( 36.7%)   0.2226 ( 27.8%)   5.5858 ( 48.4%)  Import resolution
   0.0830 ( 20.5%)   0.0280 (  7.1%)   0.1110 ( 13.9%)   0.1111 (  1.0%)  build-rewrite-system
   0.0264 (  6.5%)   0.0094 (  2.4%)   0.0358 (  4.5%)   0.0359 (  0.3%)  perform-sema
   0.0263 (  6.5%)   0.0094 (  2.4%)   0.0357 (  4.4%)   0.0358 (  0.3%)  Type checking and Semantic analysis
   0.0113 (  2.8%)   0.0178 (  4.5%)   0.0291 (  3.6%)   0.0317 (  0.3%)  load-stdlib
   0.0214 (  5.3%)   0.0056 (  1.4%)   0.0270 (  3.4%)   0.0271 (  0.2%)  typecheck-stmt
   0.0147 (  3.6%)   0.0123 (  3.1%)   0.0269 (  3.4%)   0.0271 (  0.2%)  import-clang-decl
   0.0210 (  5.2%)   0.0057 (  1.4%)   0.0267 (  3.3%)   0.0268 (  0.2%)  typecheck-expr
   0.0150 (  3.7%)   0.0066 (  1.7%)   0.0216 (  2.7%)   0.0217 (  0.2%)  typecheck-decl
   0.0072 (  1.8%)   0.0047 (  1.2%)   0.0119 (  1.5%)   0.0119 (  0.1%)  IRGen
   0.0090 (  2.2%)   0.0023 (  0.6%)   0.0113 (  1.4%)   0.0113 (  0.1%)  precheck-target
   0.0045 (  1.1%)   0.0013 (  0.3%)   0.0058 (  0.7%)   0.0058 (  0.1%)  SILGen
   0.0052 (  1.3%)   0.0001 (  0.0%)   0.0053 (  0.7%)   0.0053 (  0.0%)  SIL optimization
   0.0024 (  0.6%)   0.0004 (  0.1%)   0.0028 (  0.4%)   0.0028 (  0.0%)  SILGen-function
   0.0006 (  0.1%)   0.0004 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4042 (100.0%)   0.3971 (100.0%)   0.8013 (100.0%)  11.5308 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9296 seconds (8.4425 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4492 (100.0%)   1.4804 (100.0%)   2.9296 (100.0%)   8.4425 (100.0%)  Building Target
   1.4492 (100.0%)   1.4804 (100.0%)   2.9296 (100.0%)   8.4425 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ DataCompression.swift,\ DispatchQueue+Once.swift /Users/admin/builder/spi-builder-workspace/Sources/DataCompression.swift /Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DataCompression.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: warning: static property '_onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _onceTracker = [String]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: convert '_onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _onceTracker = [String]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: add '@MainActor' to make static property '_onceTracker' part of global actor 'MainActor'
    private static var _onceTracker = [String]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _onceTracker = [String]()
                       ^
    nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664364318-swift-frontend-Atlantis-DataCompression.swift-arm64_apple_macos10.15-o-Onone-2069777956.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0693 seconds (12.0727 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0477 (  6.4%)   0.0942 ( 29.5%)   0.1419 ( 13.3%)   5.6259 ( 46.6%)  parse-and-resolve-imports
   0.0453 (  6.0%)   0.0920 ( 28.8%)   0.1373 ( 12.8%)   5.6214 ( 46.6%)  Import resolution
   0.1235 ( 16.5%)   0.0207 (  6.5%)   0.1442 ( 13.5%)   0.1442 (  1.2%)  perform-sema
   0.1233 ( 16.4%)   0.0207 (  6.5%)   0.1440 ( 13.5%)   0.1440 (  1.2%)  Type checking and Semantic analysis
   0.0965 ( 12.9%)   0.0139 (  4.4%)   0.1104 ( 10.3%)   0.1104 (  0.9%)  typecheck-stmt
   0.0859 ( 11.4%)   0.0125 (  3.9%)   0.0983 (  9.2%)   0.0983 (  0.8%)  typecheck-expr
   0.0551 (  7.3%)   0.0190 (  6.0%)   0.0741 (  6.9%)   0.0740 (  0.6%)  build-rewrite-system
   0.0493 (  6.6%)   0.0099 (  3.1%)   0.0592 (  5.5%)   0.0592 (  0.5%)  typecheck-decl
   0.0012 (  0.2%)   0.0032 (  1.0%)   0.0044 (  0.4%)   0.0397 (  0.3%)  load-stdlib
   0.0310 (  4.1%)   0.0051 (  1.6%)   0.0361 (  3.4%)   0.0361 (  0.3%)  precheck-target
   0.0155 (  2.1%)   0.0134 (  4.2%)   0.0289 (  2.7%)   0.0288 (  0.2%)  import-clang-decl
   0.0171 (  2.3%)   0.0071 (  2.2%)   0.0242 (  2.3%)   0.0243 (  0.2%)  IRGen
   0.0197 (  2.6%)   0.0036 (  1.1%)   0.0233 (  2.2%)   0.0233 (  0.2%)  SILGen
   0.0215 (  2.9%)   0.0007 (  0.2%)   0.0223 (  2.1%)   0.0223 (  0.2%)  SIL optimization
   0.0160 (  2.1%)   0.0029 (  0.9%)   0.0189 (  1.8%)   0.0189 (  0.2%)  SILGen-function
   0.0009 (  0.1%)   0.0003 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.0%)  load-all-members
   0.0004 (  0.1%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-expr-pattern
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.7501 (100.0%)   0.3192 (100.0%)   1.0693 (100.0%)  12.0727 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7922 seconds (8.4544 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3967 (100.0%)   1.3955 (100.0%)   2.7922 (100.0%)   8.4544 (100.0%)  Building Target
   1.3967 (100.0%)   1.3955 (100.0%)   2.7922 (100.0%)   8.4544 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Atlantis (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664363288-swift-frontend-Atlantis-all-arm64_apple_macos10.15-swiftmodule-Onone-3063036585.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2664 seconds (11.9056 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1316 ( 16.2%)   0.1596 ( 35.3%)   0.2911 ( 23.0%)   5.5927 ( 47.0%)  parse-and-resolve-imports
   0.1294 ( 15.9%)   0.1576 ( 34.9%)   0.2871 ( 22.7%)   5.5886 ( 46.9%)  Import resolution
   0.1159 ( 14.2%)   0.0247 (  5.5%)   0.1407 ( 11.1%)   0.1407 (  1.2%)  perform-sema
   0.1156 ( 14.2%)   0.0246 (  5.5%)   0.1402 ( 11.1%)   0.1403 (  1.2%)  Type checking and Semantic analysis
   0.0979 ( 12.0%)   0.0217 (  4.8%)   0.1196 (  9.4%)   0.1196 (  1.0%)  typecheck-decl
   0.0602 (  7.4%)   0.0130 (  2.9%)   0.0732 (  5.8%)   0.0732 (  0.6%)  typecheck-expr
   0.0519 (  6.4%)   0.0103 (  2.3%)   0.0622 (  4.9%)   0.0622 (  0.5%)  typecheck-stmt
   0.0012 (  0.1%)   0.0034 (  0.8%)   0.0046 (  0.4%)   0.0392 (  0.3%)  load-stdlib
   0.0230 (  2.8%)   0.0087 (  1.9%)   0.0317 (  2.5%)   0.0325 (  0.3%)  SIL optimization
   0.0233 (  2.9%)   0.0045 (  1.0%)   0.0277 (  2.2%)   0.0278 (  0.2%)  SILGen
   0.0169 (  2.1%)   0.0030 (  0.7%)   0.0199 (  1.6%)   0.0198 (  0.2%)  SILGen-function
   0.0166 (  2.0%)   0.0025 (  0.6%)   0.0191 (  1.5%)   0.0191 (  0.2%)  precheck-target
   0.0090 (  1.1%)   0.0079 (  1.7%)   0.0168 (  1.3%)   0.0168 (  0.1%)  import-clang-decl
   0.0128 (  1.6%)   0.0037 (  0.8%)   0.0165 (  1.3%)   0.0165 (  0.1%)  build-rewrite-system
   0.0044 (  0.5%)   0.0048 (  1.1%)   0.0092 (  0.7%)   0.0099 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.1%)   0.0012 (  0.3%)   0.0022 (  0.2%)   0.0022 (  0.0%)  Serialization, swiftdoc
   0.0013 (  0.2%)   0.0002 (  0.0%)   0.0015 (  0.1%)   0.0015 (  0.0%)  Serialization, swiftsourceinfo
   0.0009 (  0.1%)   0.0002 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.1%)   0.0003 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  source-file-lookup-class-member
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-module-class-member-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8145 (100.0%)   0.4519 (100.0%)   1.2664 (100.0%)  11.9056 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5468 seconds (5.8857 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3341 (100.0%)   0.2128 (100.0%)   0.5468 (100.0%)   5.8857 (100.0%)  Building Target
   0.3341 (100.0%)   0.2128 (100.0%)   0.5468 (100.0%)   5.8857 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Atlantis' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = Atlantis()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:20:20: note: class 'Atlantis' does not conform to the 'Sendable' protocol
public final class Atlantis: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = Atlantis()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = Atlantis()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: warning: static property 'isServiceAvailable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isServiceAvailable: Bool = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: convert 'isServiceAvailable' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isServiceAvailable: Bool = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: add '@MainActor' to make static property 'isServiceAvailable' part of global actor 'MainActor'
    private static var isServiceAvailable: Bool = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isServiceAvailable: Bool = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isEnabled = Atomic<Bool>(false)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEnabled = Atomic<Bool>(false)
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    private static var isEnabled = Atomic<Bool>(false)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEnabled = Atomic<Bool>(false)
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: warning: static property '_onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _onceTracker = [String]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: convert '_onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _onceTracker = [String]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: add '@MainActor' to make static property '_onceTracker' part of global actor 'MainActor'
    private static var _onceTracker = [String]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _onceTracker = [String]()
                       ^
    nonisolated(unsafe)
/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
                    guard data != nil else { return nil }
                          ~~~~ ^  ~~~
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: warning: static property 'PackageIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var PackageIDKey: UInt8 = 0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: convert 'PackageIDKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var PackageIDKey: UInt8 = 0
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: add '@MainActor' to make static property 'PackageIDKey' part of global actor 'MainActor'
    static var PackageIDKey: UInt8 = 0
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var PackageIDKey: UInt8 = 0
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: warning: static property 'AtlantisIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var AtlantisIDKey: UInt8 = 0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: convert 'AtlantisIDKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var AtlantisIDKey: UInt8 = 0
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: add '@MainActor' to make static property 'AtlantisIDKey' part of global actor 'MainActor'
    static var AtlantisIDKey: UInt8 = 0
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var AtlantisIDKey: UInt8 = 0
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PackageIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664350604-swift-frontend-Atlantis-PackageIdentifier.swift-arm64_apple_macos10.15-o-Onone-918654993.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6984 seconds (11.3742 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1087 ( 31.6%)   0.1418 ( 40.0%)   0.2505 ( 35.9%)   5.5746 ( 49.0%)  parse-and-resolve-imports
   0.1061 ( 30.9%)   0.1381 ( 38.9%)   0.2442 ( 35.0%)   5.5661 ( 48.9%)  Import resolution
   0.0827 ( 24.1%)   0.0255 (  7.2%)   0.1082 ( 15.5%)   0.1082 (  1.0%)  build-rewrite-system
   0.0016 (  0.5%)   0.0061 (  1.7%)   0.0077 (  1.1%)   0.0330 (  0.3%)  load-stdlib
   0.0146 (  4.3%)   0.0131 (  3.7%)   0.0277 (  4.0%)   0.0277 (  0.2%)  import-clang-decl
   0.0041 (  1.2%)   0.0061 (  1.7%)   0.0102 (  1.5%)   0.0102 (  0.1%)  IRGen
   0.0038 (  1.1%)   0.0045 (  1.3%)   0.0083 (  1.2%)   0.0095 (  0.1%)  perform-sema
   0.0037 (  1.1%)   0.0045 (  1.3%)   0.0082 (  1.2%)   0.0095 (  0.1%)  Type checking and Semantic analysis
   0.0038 (  1.1%)   0.0042 (  1.2%)   0.0080 (  1.2%)   0.0080 (  0.1%)  SILGen
   0.0033 (  1.0%)   0.0038 (  1.1%)   0.0071 (  1.0%)   0.0071 (  0.1%)  SILGen-function
   0.0018 (  0.5%)   0.0032 (  0.9%)   0.0050 (  0.7%)   0.0056 (  0.0%)  typecheck-decl
   0.0026 (  0.7%)   0.0016 (  0.4%)   0.0042 (  0.6%)   0.0049 (  0.0%)  typecheck-expr
   0.0023 (  0.7%)   0.0015 (  0.4%)   0.0038 (  0.5%)   0.0045 (  0.0%)  typecheck-stmt
   0.0029 (  0.8%)   0.0002 (  0.1%)   0.0031 (  0.4%)   0.0031 (  0.0%)  SIL optimization
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0007 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3437 (100.0%)   0.3547 (100.0%)   0.6984 (100.0%)  11.3742 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9282 seconds (8.4401 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4444 (100.0%)   1.4838 (100.0%)   2.9282 (100.0%)   8.4401 (100.0%)  Building Target
   1.4444 (100.0%)   1.4838 (100.0%)   2.9282 (100.0%)   8.4401 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: warning: static property 'PackageIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var PackageIDKey: UInt8 = 0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: convert 'PackageIDKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var PackageIDKey: UInt8 = 0
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: add '@MainActor' to make static property 'PackageIDKey' part of global actor 'MainActor'
    static var PackageIDKey: UInt8 = 0
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/PackageIdentifier.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var PackageIDKey: UInt8 = 0
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NetworkInjector.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664363039-swift-frontend-Atlantis-NetworkInjector.swift-arm64_apple_macos10.15-o-Onone-3122146888.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5567 seconds (11.4138 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0470 ( 18.0%)   0.1071 ( 36.3%)   0.1542 ( 27.7%)   5.5744 ( 48.8%)  parse-and-resolve-imports
   0.0447 ( 17.1%)   0.1044 ( 35.3%)   0.1491 ( 26.8%)   5.5680 ( 48.8%)  Import resolution
   0.0830 ( 31.8%)   0.0277 (  9.4%)   0.1106 ( 19.9%)   0.1105 (  1.0%)  build-rewrite-system
   0.0149 (  5.7%)   0.0131 (  4.4%)   0.0281 (  5.0%)   0.0281 (  0.2%)  import-clang-decl
   0.0143 (  5.5%)   0.0094 (  3.2%)   0.0237 (  4.3%)   0.0245 (  0.2%)  perform-sema
   0.0143 (  5.5%)   0.0093 (  3.2%)   0.0236 (  4.2%)   0.0245 (  0.2%)  Type checking and Semantic analysis
   0.0011 (  0.4%)   0.0030 (  1.0%)   0.0042 (  0.8%)   0.0187 (  0.2%)  load-stdlib
   0.0066 (  2.5%)   0.0074 (  2.5%)   0.0140 (  2.5%)   0.0148 (  0.1%)  typecheck-decl
   0.0085 (  3.2%)   0.0024 (  0.8%)   0.0109 (  1.9%)   0.0109 (  0.1%)  typecheck-expr
   0.0047 (  1.8%)   0.0053 (  1.8%)   0.0099 (  1.8%)   0.0107 (  0.1%)  IRGen
   0.0078 (  3.0%)   0.0022 (  0.7%)   0.0099 (  1.8%)   0.0099 (  0.1%)  typecheck-stmt
   0.0041 (  1.6%)   0.0012 (  0.4%)   0.0053 (  1.0%)   0.0053 (  0.0%)  precheck-target
   0.0043 (  1.6%)   0.0002 (  0.1%)   0.0045 (  0.8%)   0.0045 (  0.0%)  SIL optimization
   0.0029 (  1.1%)   0.0014 (  0.5%)   0.0042 (  0.8%)   0.0042 (  0.0%)  SILGen
   0.0024 (  0.9%)   0.0013 (  0.4%)   0.0037 (  0.7%)   0.0037 (  0.0%)  SILGen-function
   0.0006 (  0.2%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2611 (100.0%)   0.2956 (100.0%)   0.5567 (100.0%)  11.4138 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8343 seconds (8.4276 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3993 (100.0%)   1.4350 (100.0%)   2.8343 (100.0%)   8.4276 (100.0%)  Building Target
   1.3993 (100.0%)   1.4350 (100.0%)   2.8343 (100.0%)   8.4276 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ URLSessionTask+CurrentRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664366173-swift-frontend-Atlantis-URLSessionTask_CurrentRequest.swift-arm64_apple_macos10.15-o-Onone-1120418882.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5202 seconds (11.9144 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0501 ( 21.9%)   0.1109 ( 38.1%)   0.1610 ( 31.0%)   5.8497 ( 49.1%)  parse-and-resolve-imports
   0.0474 ( 20.7%)   0.1088 ( 37.4%)   0.1562 ( 30.0%)   5.8449 ( 49.1%)  Import resolution
   0.0825 ( 36.0%)   0.0305 ( 10.5%)   0.1130 ( 21.7%)   0.1140 (  1.0%)  build-rewrite-system
   0.0258 ( 11.3%)   0.0224 (  7.7%)   0.0483 (  9.3%)   0.0488 (  0.4%)  import-clang-decl
   0.0011 (  0.5%)   0.0029 (  1.0%)   0.0041 (  0.8%)   0.0174 (  0.1%)  load-stdlib
   0.0044 (  1.9%)   0.0054 (  1.8%)   0.0098 (  1.9%)   0.0115 (  0.1%)  IRGen
   0.0040 (  1.7%)   0.0030 (  1.0%)   0.0070 (  1.4%)   0.0071 (  0.1%)  perform-sema
   0.0040 (  1.7%)   0.0030 (  1.0%)   0.0070 (  1.3%)   0.0071 (  0.1%)  Type checking and Semantic analysis
   0.0019 (  0.8%)   0.0024 (  0.8%)   0.0043 (  0.8%)   0.0044 (  0.0%)  typecheck-decl
   0.0019 (  0.8%)   0.0005 (  0.2%)   0.0025 (  0.5%)   0.0025 (  0.0%)  typecheck-stmt
   0.0015 (  0.7%)   0.0004 (  0.1%)   0.0019 (  0.4%)   0.0019 (  0.0%)  precheck-target
   0.0016 (  0.7%)   0.0000 (  0.0%)   0.0016 (  0.3%)   0.0016 (  0.0%)  SIL optimization
   0.0009 (  0.4%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  SILGen
   0.0007 (  0.3%)   0.0004 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  SILGen-function
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.2290 (100.0%)   0.2912 (100.0%)   0.5202 (100.0%)  11.9144 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2402 seconds (9.0745 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7358 (100.0%)   1.5044 (100.0%)   3.2402 (100.0%)   9.0745 (100.0%)  Building Target
   1.7358 (100.0%)   1.5044 (100.0%)   3.2402 (100.0%)   9.0745 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Atlantis+Manual.swift,\ Atlantis.swift /Users/admin/builder/spi-builder-workspace/Sources/Atlantis+Manual.swift /Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664366186-swift-frontend-Atlantis-Atlantis_Manual.swift-arm64_apple_macos10.15-o-Onone-2404834785.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 10.2347 seconds (11.7767 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.8088 ( 47.0%)   1.0056 ( 47.3%)   4.8145 ( 47.0%)   5.5789 ( 47.4%)  parse-and-resolve-imports
   3.8067 ( 47.0%)   1.0039 ( 47.2%)   4.8106 ( 47.0%)   5.5751 ( 47.3%)  Import resolution
   0.0854 (  1.1%)   0.0210 (  1.0%)   0.1064 (  1.0%)   0.1065 (  0.9%)  perform-sema
   0.0852 (  1.1%)   0.0210 (  1.0%)   0.1062 (  1.0%)   0.1062 (  0.9%)  Type checking and Semantic analysis
   0.0793 (  1.0%)   0.0160 (  0.8%)   0.0952 (  0.9%)   0.0954 (  0.8%)  build-rewrite-system
   0.0598 (  0.7%)   0.0095 (  0.4%)   0.0693 (  0.7%)   0.0693 (  0.6%)  typecheck-stmt
   0.0565 (  0.7%)   0.0089 (  0.4%)   0.0653 (  0.6%)   0.0654 (  0.6%)  typecheck-expr
   0.0402 (  0.5%)   0.0147 (  0.7%)   0.0548 (  0.5%)   0.0549 (  0.5%)  typecheck-decl
   0.0167 (  0.2%)   0.0141 (  0.7%)   0.0307 (  0.3%)   0.0313 (  0.3%)  import-clang-decl
   0.0186 (  0.2%)   0.0049 (  0.2%)   0.0235 (  0.2%)   0.0235 (  0.2%)  IRGen
   0.0167 (  0.2%)   0.0021 (  0.1%)   0.0188 (  0.2%)   0.0188 (  0.2%)  SILGen
   0.0011 (  0.0%)   0.0032 (  0.1%)   0.0042 (  0.0%)   0.0164 (  0.1%)  load-stdlib
   0.0121 (  0.1%)   0.0011 (  0.1%)   0.0132 (  0.1%)   0.0132 (  0.1%)  SILGen-function
   0.0109 (  0.1%)   0.0004 (  0.0%)   0.0113 (  0.1%)   0.0112 (  0.1%)  SIL optimization
   0.0083 (  0.1%)   0.0007 (  0.0%)   0.0090 (  0.1%)   0.0090 (  0.1%)  precheck-target
   0.0009 (  0.0%)   0.0002 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  source-file-lookup-class-member
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  populate-module-class-member-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   8.1074 (100.0%)   2.1273 (100.0%)  10.2347 (100.0%)  11.7767 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 7.5318 seconds (8.4422 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   5.2972 (100.0%)   2.2346 (100.0%)   7.5318 (100.0%)   8.4422 (100.0%)  Building Target
   5.2972 (100.0%)   2.2346 (100.0%)   7.5318 (100.0%)   8.4422 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Atlantis+Manual.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Atlantis' may have shared mutable state; this is an error in the Swift 6 language mode
    static let shared = Atlantis()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:20:20: note: class 'Atlantis' does not conform to the 'Sendable' protocol
public final class Atlantis: NSObject {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
    static let shared = Atlantis()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:22:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let shared = Atlantis()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: warning: static property 'isServiceAvailable' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isServiceAvailable: Bool = {
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: convert 'isServiceAvailable' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isServiceAvailable: Bool = {
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: add '@MainActor' to make static property 'isServiceAvailable' part of global actor 'MainActor'
    private static var isServiceAvailable: Bool = {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:39:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isServiceAvailable: Bool = {
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: warning: static property 'isEnabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var isEnabled = Atomic<Bool>(false)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: convert 'isEnabled' to a 'let' constant to make 'Sendable' shared state immutable
    private static var isEnabled = Atomic<Bool>(false)
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: add '@MainActor' to make static property 'isEnabled' part of global actor 'MainActor'
    private static var isEnabled = Atomic<Bool>(false)
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:59:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var isEnabled = Atomic<Bool>(false)
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:17: warning: sending 'delegate' risks causing data races; this is an error in the Swift 6 language mode
                delegate.atlantisDidHaveNewPackage(package)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:17: note: task-isolated 'delegate' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                delegate.atlantisDidHaveNewPackage(package)
                ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:52: warning: sending 'package' risks causing data races; this is an error in the Swift 6 language mode
                delegate.atlantisDidHaveNewPackage(package)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Atlantis.swift:464:52: note: task-isolated 'package' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                delegate.atlantisDidHaveNewPackage(package)
                                                   ^~~~~~~
SwiftCompile normal arm64 Compiling\ Runtime.swift /Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664364046-swift-frontend-Atlantis-Runtime.swift-arm64_apple_macos10.15-o-Onone-1519972168.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6715 seconds (11.5087 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0492 ( 14.6%)   0.1157 ( 34.6%)   0.1649 ( 24.6%)   5.5666 ( 48.4%)  parse-and-resolve-imports
   0.0469 ( 13.9%)   0.1136 ( 34.0%)   0.1605 ( 23.9%)   5.5622 ( 48.3%)  Import resolution
   0.0785 ( 23.3%)   0.0299 (  9.0%)   0.1085 ( 16.2%)   0.1094 (  1.0%)  build-rewrite-system
   0.0272 (  8.1%)   0.0117 (  3.5%)   0.0390 (  5.8%)   0.0396 (  0.3%)  perform-sema
   0.0272 (  8.1%)   0.0117 (  3.5%)   0.0389 (  5.8%)   0.0395 (  0.3%)  Type checking and Semantic analysis
   0.0013 (  0.4%)   0.0033 (  1.0%)   0.0046 (  0.7%)   0.0351 (  0.3%)  load-stdlib
   0.0223 (  6.6%)   0.0106 (  3.2%)   0.0329 (  4.9%)   0.0335 (  0.3%)  typecheck-decl
   0.0150 (  4.4%)   0.0139 (  4.2%)   0.0289 (  4.3%)   0.0290 (  0.3%)  import-clang-decl
   0.0159 (  4.7%)   0.0073 (  2.2%)   0.0232 (  3.5%)   0.0235 (  0.2%)  typecheck-expr
   0.0155 (  4.6%)   0.0046 (  1.4%)   0.0202 (  3.0%)   0.0202 (  0.2%)  typecheck-stmt
   0.0078 (  2.3%)   0.0048 (  1.4%)   0.0126 (  1.9%)   0.0126 (  0.1%)  IRGen
   0.0095 (  2.8%)   0.0027 (  0.8%)   0.0122 (  1.8%)   0.0123 (  0.1%)  SILGen
   0.0083 (  2.5%)   0.0025 (  0.7%)   0.0108 (  1.6%)   0.0108 (  0.1%)  SILGen-function
   0.0061 (  1.8%)   0.0004 (  0.1%)   0.0065 (  1.0%)   0.0065 (  0.1%)  SIL optimization
   0.0025 (  0.7%)   0.0005 (  0.1%)   0.0030 (  0.4%)   0.0030 (  0.0%)  precheck-target
   0.0022 (  0.6%)   0.0004 (  0.1%)   0.0025 (  0.4%)   0.0025 (  0.0%)  typecheck-expr-pattern
   0.0009 (  0.3%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  typecheck-for-each
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3372 (100.0%)   0.3343 (100.0%)   0.6715 (100.0%)  11.5087 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8464 seconds (8.4263 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4140 (100.0%)   1.4324 (100.0%)   2.8464 (100.0%)   8.4263 (100.0%)  Building Target
   1.4140 (100.0%)   1.4324 (100.0%)   2.8464 (100.0%)   8.4263 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: warning: static property 'AtlantisIDKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var AtlantisIDKey: UInt8 = 0
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: convert 'AtlantisIDKey' to a 'let' constant to make 'Sendable' shared state immutable
    static var AtlantisIDKey: UInt8 = 0
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: add '@MainActor' to make static property 'AtlantisIDKey' part of global actor 'MainActor'
    static var AtlantisIDKey: UInt8 = 0
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Runtime.swift:72:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var AtlantisIDKey: UInt8 = 0
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Transporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956664365628-swift-frontend-Atlantis-Transporter.swift-arm64_apple_macos10.15-o-Onone-2783636511.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9865 seconds (12.2159 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0511 (  8.3%)   0.1145 ( 30.9%)   0.1656 ( 16.8%)   5.7679 ( 47.2%)  parse-and-resolve-imports
   0.0489 (  7.9%)   0.1128 ( 30.5%)   0.1617 ( 16.4%)   5.7640 ( 47.2%)  Import resolution
   0.0920 ( 14.9%)   0.0226 (  6.1%)   0.1145 ( 11.6%)   0.1171 (  1.0%)  perform-sema
   0.0918 ( 14.9%)   0.0226 (  6.1%)   0.1144 ( 11.6%)   0.1170 (  1.0%)  Type checking and Semantic analysis
   0.0792 ( 12.9%)   0.0186 (  5.0%)   0.0979 (  9.9%)   0.1004 (  0.8%)  typecheck-stmt
   0.0748 ( 12.1%)   0.0180 (  4.9%)   0.0928 (  9.4%)   0.0944 (  0.8%)  typecheck-expr
   0.0576 (  9.3%)   0.0190 (  5.1%)   0.0766 (  7.8%)   0.0783 (  0.6%)  build-rewrite-system
   0.0289 (  4.7%)   0.0079 (  2.1%)   0.0368 (  3.7%)   0.0368 (  0.3%)  typecheck-decl
   0.0199 (  3.2%)   0.0147 (  4.0%)   0.0345 (  3.5%)   0.0345 (  0.3%)  import-clang-decl
   0.0160 (  2.6%)   0.0060 (  1.6%)   0.0219 (  2.2%)   0.0225 (  0.2%)  IRGen
   0.0163 (  2.6%)   0.0040 (  1.1%)   0.0203 (  2.1%)   0.0203 (  0.2%)  precheck-target
   0.0012 (  0.2%)   0.0036 (  1.0%)   0.0048 (  0.5%)   0.0180 (  0.1%)  load-stdlib
   0.0141 (  2.3%)   0.0029 (  0.8%)   0.0169 (  1.7%)   0.0170 (  0.1%)  SILGen
   0.0116 (  1.9%)   0.0024 (  0.6%)   0.0140 (  1.4%)   0.0140 (  0.1%)  SILGen-function
   0.0098 (  1.6%)   0.0001 (  0.0%)   0.0099 (  1.0%)   0.0099 (  0.1%)  SIL optimization
   0.0024 (  0.4%)   0.0001 (  0.0%)   0.0026 (  0.3%)   0.0026 (  0.0%)  typecheck-for-each
   0.0009 (  0.1%)   0.0002 (  0.1%)   0.0011 (  0.1%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6166 (100.0%)   0.3699 (100.0%)   0.9865 (100.0%)  12.2159 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7677 seconds (8.5234 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3420 (100.0%)   1.4257 (100.0%)   2.7677 (100.0%)   8.5234 (100.0%)  Building Target
   1.3420 (100.0%)   1.4257 (100.0%)   2.7677 (100.0%)   8.5234 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:89:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:118:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:125:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:130:48: warning: capture of 'package' with non-sendable type 'any Serializable' in a '@Sendable' closure
                strongSelf.appendToPendingList(package)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:23:10: note: protocol 'Serializable' does not conform to the 'Sendable' protocol
protocol Serializable {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:208:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:267:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:324:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:485:13: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            self?.pendingPackages.removeAll()
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
SwiftCompile normal arm64 Compiling\ Packages.swift /Users/admin/builder/spi-builder-workspace/Sources/Packages.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956670333758-swift-frontend-Atlantis-Packages.swift-arm64_apple_macos10.15-o-Onone-4231090062.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1110 seconds (1.1220 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1372 ( 16.7%)   0.0353 ( 12.3%)   0.1725 ( 15.5%)   0.1743 ( 15.5%)  perform-sema
   0.1371 ( 16.6%)   0.0353 ( 12.3%)   0.1724 ( 15.5%)   0.1741 ( 15.5%)  Type checking and Semantic analysis
   0.1027 ( 12.5%)   0.0269 (  9.4%)   0.1296 ( 11.7%)   0.1303 ( 11.6%)  typecheck-stmt
   0.0873 ( 10.6%)   0.0186 (  6.5%)   0.1059 (  9.5%)   0.1066 (  9.5%)  typecheck-expr
   0.0457 (  5.5%)   0.0454 ( 15.8%)   0.0911 (  8.2%)   0.0923 (  8.2%)  parse-and-resolve-imports
   0.0434 (  5.3%)   0.0434 ( 15.1%)   0.0868 (  7.8%)   0.0880 (  7.8%)  Import resolution
   0.0562 (  6.8%)   0.0144 (  5.0%)   0.0706 (  6.4%)   0.0715 (  6.4%)  build-rewrite-system
   0.0466 (  5.7%)   0.0119 (  4.2%)   0.0586 (  5.3%)   0.0596 (  5.3%)  typecheck-decl
   0.0283 (  3.4%)   0.0223 (  7.8%)   0.0506 (  4.6%)   0.0513 (  4.6%)  import-clang-decl
   0.0354 (  4.3%)   0.0063 (  2.2%)   0.0417 (  3.8%)   0.0418 (  3.7%)  SILGen
   0.0281 (  3.4%)   0.0102 (  3.5%)   0.0382 (  3.4%)   0.0382 (  3.4%)  IRGen
   0.0269 (  3.3%)   0.0048 (  1.7%)   0.0317 (  2.9%)   0.0317 (  2.8%)  SILGen-function
   0.0209 (  2.5%)   0.0084 (  2.9%)   0.0293 (  2.6%)   0.0298 (  2.7%)  precheck-target
   0.0156 (  1.9%)   0.0001 (  0.0%)   0.0157 (  1.4%)   0.0157 (  1.4%)  SIL optimization
   0.0066 (  0.8%)   0.0010 (  0.4%)   0.0077 (  0.7%)   0.0077 (  0.7%)  typecheck-expr-pattern
   0.0044 (  0.5%)   0.0016 (  0.5%)   0.0060 (  0.5%)   0.0063 (  0.6%)  load-all-members
   0.0011 (  0.1%)   0.0014 (  0.5%)   0.0025 (  0.2%)   0.0026 (  0.2%)  load-stdlib
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.8236 (100.0%)   0.2874 (100.0%)   1.1110 (100.0%)   1.1220 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8553 seconds (2.9723 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6038 (100.0%)   1.2515 (100.0%)   2.8553 (100.0%)   2.9723 (100.0%)  Building Target
   1.6038 (100.0%)   1.2515 (100.0%)   2.8553 (100.0%)   2.9723 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Packages.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:461:41: warning: main actor-isolated property 'applicationIconImage' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return NSApplication.shared.applicationIconImage
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:289:46: note: property declared here
@property (null_resettable, strong) NSImage *applicationIconImage;
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:461:34: warning: main actor-isolated class property 'shared' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return NSApplication.shared.applicationIconImage
                                 ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSApplication.h:193:61: note: class property declared here
@property (class, readonly, strong) __kindof NSApplication *sharedApplication;
                                                            ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Atlantis (in target 'Atlantis' from project 'Atlantis')
SwiftDriver\ Compilation\ Requirements Atlantis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Atlantis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Message.swift, NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Headers/Atlantis-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Headers/Atlantis-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftdoc (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.abi.json (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftsourceinfo (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Modules/Atlantis.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Runtime.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling AtlantisHelper.swift, Configuration.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling DataCompression.swift, DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Transporter.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Atlantis+Manual.swift, Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Packages.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriver\ Compilation Atlantis normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Atlantis -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Atlantis normal (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.15 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList -install_name @rpath/Atlantis.framework/Versions/A/Atlantis -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Atlantis
ExtractAppIntentsMetadata (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Atlantis --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier Atlantis --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Resources --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Atlantis --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Atlantis.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Atlantis.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-09-03 20:31:13.709 appintentsmetadataprocessor[708:4043] Starting appintentsmetadataprocessor export
2025-09-03 20:31:13.711 appintentsmetadataprocessor[708:4043] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Atlantis.framework/Versions/A/Atlantis.tbd (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A/Atlantis -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Atlantis.framework/Versions/A/Atlantis.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Atlantis.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Atlantis.framework/Atlantis.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Atlantis.framework/Versions/A/Atlantis.tbd (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Atlantis.framework/Versions/A/Atlantis.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Atlantis.framework/Atlantis.tbd
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:adb1f94ae38993d698a4adfc90acbe1e238c98b7, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:adb1f94ae38993d698a4adfc90acbe1e238c98b7, name:My Mac }
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.