The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Atlantis, reference 1.30.1 (aae8dd), with Swift 6.1 for iOS using Xcode 16.3 on 4 Sep 2025 03:31:28 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 generic/platform=iOS 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: 1.30.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxymanApp/atlantis
 * tag               1.30.1     -> FETCH_HEAD
HEAD is now at aae8dd0 Bump 1.30.1
Cloned https://github.com/ProxymanApp/atlantis.git
Revision (git rev-parse @):
aae8dd0f3722c75d526f09fbb709bd1081d402db
SUCCESS checkout https://github.com/ProxymanApp/atlantis.git at 1.30.1
========================================
Build
========================================
Selected platform:         iOS
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 generic/platform=iOS 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 generic/platform=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: c0eec6d662f398f85f9e81d74c40492c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c0eec6d662f398f85f9e81d74c40492c.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Atlantis.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Atlantis.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/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-iphoneos/Atlantis.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Atlantis.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/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 -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Info.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftConstValuesFileList
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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\ 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-1756956680464648-swift-frontend-Atlantis-AtlantisHelper.swift-arm64_apple_ios13.0-o-Onone-3261501894.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6469 seconds (8.8507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0424 ( 12.6%)   0.1024 ( 33.1%)   0.1449 ( 22.4%)   4.2258 ( 47.7%)  parse-and-resolve-imports
   0.0398 ( 11.8%)   0.1004 ( 32.4%)   0.1402 ( 21.7%)   4.2211 ( 47.7%)  Import resolution
   0.0812 ( 24.1%)   0.0295 (  9.5%)   0.1107 ( 17.1%)   0.1110 (  1.3%)  build-rewrite-system
   0.0017 (  0.5%)   0.0094 (  3.0%)   0.0111 (  1.7%)   0.0525 (  0.6%)  load-stdlib
   0.0299 (  8.8%)   0.0109 (  3.5%)   0.0407 (  6.3%)   0.0408 (  0.5%)  perform-sema
   0.0297 (  8.8%)   0.0108 (  3.5%)   0.0405 (  6.3%)   0.0406 (  0.5%)  Type checking and Semantic analysis
   0.0252 (  7.5%)   0.0088 (  2.8%)   0.0340 (  5.2%)   0.0340 (  0.4%)  typecheck-stmt
   0.0247 (  7.3%)   0.0087 (  2.8%)   0.0334 (  5.2%)   0.0334 (  0.4%)  typecheck-expr
   0.0156 (  4.6%)   0.0132 (  4.3%)   0.0288 (  4.5%)   0.0289 (  0.3%)  import-clang-decl
   0.0178 (  5.3%)   0.0072 (  2.3%)   0.0250 (  3.9%)   0.0250 (  0.3%)  typecheck-decl
   0.0094 (  2.8%)   0.0032 (  1.0%)   0.0125 (  1.9%)   0.0125 (  0.1%)  precheck-target
   0.0064 (  1.9%)   0.0035 (  1.1%)   0.0099 (  1.5%)   0.0099 (  0.1%)  IRGen
   0.0051 (  1.5%)   0.0009 (  0.3%)   0.0060 (  0.9%)   0.0060 (  0.1%)  SILGen
   0.0050 (  1.5%)   0.0001 (  0.0%)   0.0050 (  0.8%)   0.0050 (  0.1%)  SIL optimization
   0.0028 (  0.8%)   0.0005 (  0.2%)   0.0033 (  0.5%)   0.0033 (  0.0%)  SILGen-function
   0.0006 (  0.2%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  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%)  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%)  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.3373 (100.0%)   0.3096 (100.0%)   0.6469 (100.0%)   8.8507 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9427 seconds (6.1629 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0329 (100.0%)   0.9098 (100.0%)   1.9427 (100.0%)   6.1629 (100.0%)  Building Target
   1.0329 (100.0%)   0.9098 (100.0%)   1.9427 (100.0%)   6.1629 (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')
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)
                                                   ^~~~~~~
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956680458451-swift-frontend-Atlantis-Atlantis_Manual.swift-arm64_apple_ios13.0-o-Onone-1183461950.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8945 seconds (9.4205 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0403 (  6.8%)   0.0894 ( 29.2%)   0.1296 ( 14.5%)   4.3669 ( 46.4%)  parse-and-resolve-imports
   0.0377 (  6.4%)   0.0872 ( 28.4%)   0.1249 ( 14.0%)   4.3621 ( 46.3%)  Import resolution
   0.0919 ( 15.6%)   0.0196 (  6.4%)   0.1115 ( 12.5%)   0.1115 (  1.2%)  perform-sema
   0.0917 ( 15.6%)   0.0196 (  6.4%)   0.1113 ( 12.4%)   0.1113 (  1.2%)  Type checking and Semantic analysis
   0.0655 ( 11.1%)   0.0121 (  4.0%)   0.0776 (  8.7%)   0.0776 (  0.8%)  typecheck-expr
   0.0655 ( 11.1%)   0.0121 (  4.0%)   0.0776 (  8.7%)   0.0776 (  0.8%)  typecheck-stmt
   0.0535 (  9.1%)   0.0170 (  5.5%)   0.0705 (  7.9%)   0.0705 (  0.7%)  build-rewrite-system
   0.0016 (  0.3%)   0.0107 (  3.5%)   0.0124 (  1.4%)   0.0597 (  0.6%)  load-stdlib
   0.0444 (  7.5%)   0.0118 (  3.8%)   0.0562 (  6.3%)   0.0562 (  0.6%)  typecheck-decl
   0.0161 (  2.7%)   0.0140 (  4.6%)   0.0301 (  3.4%)   0.0301 (  0.3%)  import-clang-decl
   0.0208 (  3.5%)   0.0064 (  2.1%)   0.0272 (  3.0%)   0.0279 (  0.3%)  IRGen
   0.0211 (  3.6%)   0.0031 (  1.0%)   0.0241 (  2.7%)   0.0253 (  0.3%)  SILGen
   0.0153 (  2.6%)   0.0019 (  0.6%)   0.0172 (  1.9%)   0.0183 (  0.2%)  SILGen-function
   0.0117 (  2.0%)   0.0002 (  0.1%)   0.0119 (  1.3%)   0.0132 (  0.1%)  SIL optimization
   0.0096 (  1.6%)   0.0013 (  0.4%)   0.0110 (  1.2%)   0.0109 (  0.1%)  precheck-target
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  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%)  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%)  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.5879 (100.0%)   0.3066 (100.0%)   0.8945 (100.0%)   9.4205 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8085 seconds (6.1838 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9582 (100.0%)   0.8504 (100.0%)   1.8085 (100.0%)   6.1838 (100.0%)  Building Target
   0.9582 (100.0%)   0.8504 (100.0%)   1.8085 (100.0%)   6.1838 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ NetworkInjector.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956680466999-swift-frontend-Atlantis-NetworkInjector.swift-arm64_apple_ios13.0-o-Onone-3282015411.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.7413 seconds (8.5395 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7709 ( 47.6%)   0.4683 ( 45.9%)   2.2392 ( 47.2%)   4.1318 ( 48.4%)  parse-and-resolve-imports
   1.7680 ( 47.5%)   0.4617 ( 45.3%)   2.2297 ( 47.0%)   4.1164 ( 48.2%)  Import resolution
   0.0826 (  2.2%)   0.0180 (  1.8%)   0.1007 (  2.1%)   0.1009 (  1.2%)  build-rewrite-system
   0.0118 (  0.3%)   0.0129 (  1.3%)   0.0247 (  0.5%)   0.0349 (  0.4%)  load-stdlib
   0.0142 (  0.4%)   0.0135 (  1.3%)   0.0277 (  0.6%)   0.0313 (  0.4%)  import-clang-decl
   0.0147 (  0.4%)   0.0097 (  1.0%)   0.0244 (  0.5%)   0.0256 (  0.3%)  perform-sema
   0.0146 (  0.4%)   0.0097 (  1.0%)   0.0243 (  0.5%)   0.0255 (  0.3%)  Type checking and Semantic analysis
   0.0060 (  0.2%)   0.0073 (  0.7%)   0.0132 (  0.3%)   0.0144 (  0.2%)  typecheck-decl
   0.0093 (  0.2%)   0.0030 (  0.3%)   0.0122 (  0.3%)   0.0126 (  0.1%)  typecheck-expr
   0.0086 (  0.2%)   0.0020 (  0.2%)   0.0106 (  0.2%)   0.0106 (  0.1%)  typecheck-stmt
   0.0044 (  0.1%)   0.0051 (  0.5%)   0.0095 (  0.2%)   0.0100 (  0.1%)  IRGen
   0.0037 (  0.1%)   0.0037 (  0.4%)   0.0073 (  0.2%)   0.0080 (  0.1%)  SILGen
   0.0031 (  0.1%)   0.0030 (  0.3%)   0.0061 (  0.1%)   0.0063 (  0.1%)  SILGen-function
   0.0050 (  0.1%)   0.0011 (  0.1%)   0.0061 (  0.1%)   0.0061 (  0.1%)  precheck-target
   0.0044 (  0.1%)   0.0002 (  0.0%)   0.0046 (  0.1%)   0.0046 (  0.1%)  SIL optimization
   0.0006 (  0.0%)   0.0001 (  0.0%)   0.0007 (  0.0%)   0.0007 (  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
   3.7219 (100.0%)   1.0193 (100.0%)   4.7413 (100.0%)   8.5395 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.1399 seconds (6.1574 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.8006 (100.0%)   1.3393 (100.0%)   4.1399 (100.0%)   6.1574 (100.0%)  Building Target
   2.8006 (100.0%)   1.3393 (100.0%)   4.1399 (100.0%)   6.1574 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ Transporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
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 {
            ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956680475633-swift-frontend-Atlantis-Transporter.swift-arm64_apple_ios13.0-o-Onone-165547973.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.8631 seconds (9.0037 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1205 ( 39.8%)   0.4592 ( 43.7%)   1.5798 ( 40.9%)   4.1300 ( 45.9%)  parse-and-resolve-imports
   1.1182 ( 39.7%)   0.4580 ( 43.6%)   1.5762 ( 40.8%)   4.1265 ( 45.8%)  Import resolution
   0.0936 (  3.3%)   0.0186 (  1.8%)   0.1122 (  2.9%)   0.1130 (  1.3%)  perform-sema
   0.0934 (  3.3%)   0.0186 (  1.8%)   0.1120 (  2.9%)   0.1128 (  1.3%)  Type checking and Semantic analysis
   0.0869 (  3.1%)   0.0188 (  1.8%)   0.1057 (  2.7%)   0.1059 (  1.2%)  build-rewrite-system
   0.0813 (  2.9%)   0.0148 (  1.4%)   0.0962 (  2.5%)   0.0969 (  1.1%)  typecheck-stmt
   0.0777 (  2.8%)   0.0148 (  1.4%)   0.0926 (  2.4%)   0.0933 (  1.0%)  typecheck-expr
   0.0324 (  1.2%)   0.0227 (  2.2%)   0.0550 (  1.4%)   0.0559 (  0.6%)  import-clang-decl
   0.0013 (  0.0%)   0.0047 (  0.4%)   0.0060 (  0.2%)   0.0413 (  0.5%)  load-stdlib
   0.0264 (  0.9%)   0.0054 (  0.5%)   0.0319 (  0.8%)   0.0319 (  0.4%)  typecheck-decl
   0.0213 (  0.8%)   0.0063 (  0.6%)   0.0275 (  0.7%)   0.0282 (  0.3%)  precheck-target
   0.0181 (  0.6%)   0.0017 (  0.2%)   0.0197 (  0.5%)   0.0197 (  0.2%)  SILGen
   0.0136 (  0.5%)   0.0045 (  0.4%)   0.0181 (  0.5%)   0.0181 (  0.2%)  IRGen
   0.0129 (  0.5%)   0.0010 (  0.1%)   0.0139 (  0.4%)   0.0139 (  0.2%)  SILGen-function
   0.0102 (  0.4%)   0.0001 (  0.0%)   0.0103 (  0.3%)   0.0103 (  0.1%)  SIL optimization
   0.0026 (  0.1%)   0.0006 (  0.1%)   0.0032 (  0.1%)   0.0032 (  0.0%)  load-all-members
   0.0026 (  0.1%)   0.0000 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.0%)  typecheck-for-each
   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%)  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
   2.8132 (100.0%)   1.0499 (100.0%)   3.8631 (100.0%)   9.0037 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 4.0394 seconds (6.7298 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.5643 (100.0%)   1.4751 (100.0%)   4.0394 (100.0%)   6.7298 (100.0%)  Building Target
   2.5643 (100.0%)   1.4751 (100.0%)   4.0394 (100.0%)   6.7298 (100.0%)  Total
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-1756956680469923-swift-frontend-Atlantis-PackageIdentifier.swift-arm64_apple_ios13.0-o-Onone-773009490.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4434 seconds (8.6444 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0387 ( 19.1%)   0.0880 ( 36.5%)   0.1267 ( 28.6%)   4.2072 ( 48.7%)  parse-and-resolve-imports
   0.0364 ( 18.0%)   0.0861 ( 35.7%)   0.1225 ( 27.6%)   4.2029 ( 48.6%)  Import resolution
   0.0849 ( 42.0%)   0.0311 ( 12.9%)   0.1160 ( 26.2%)   0.1163 (  1.3%)  build-rewrite-system
   0.0014 (  0.7%)   0.0080 (  3.3%)   0.0094 (  2.1%)   0.0491 (  0.6%)  load-stdlib
   0.0141 (  7.0%)   0.0130 (  5.4%)   0.0272 (  6.1%)   0.0273 (  0.3%)  import-clang-decl
   0.0038 (  1.9%)   0.0039 (  1.6%)   0.0077 (  1.7%)   0.0077 (  0.1%)  IRGen
   0.0034 (  1.7%)   0.0025 (  1.0%)   0.0059 (  1.3%)   0.0059 (  0.1%)  SILGen
   0.0029 (  1.4%)   0.0024 (  1.0%)   0.0053 (  1.2%)   0.0053 (  0.1%)  SILGen-function
   0.0032 (  1.6%)   0.0015 (  0.6%)   0.0048 (  1.1%)   0.0048 (  0.1%)  perform-sema
   0.0032 (  1.6%)   0.0015 (  0.6%)   0.0047 (  1.1%)   0.0047 (  0.1%)  Type checking and Semantic analysis
   0.0023 (  1.1%)   0.0011 (  0.4%)   0.0034 (  0.8%)   0.0034 (  0.0%)  typecheck-expr
   0.0020 (  1.0%)   0.0009 (  0.4%)   0.0029 (  0.7%)   0.0029 (  0.0%)  typecheck-stmt
   0.0028 (  1.4%)   0.0000 (  0.0%)   0.0029 (  0.6%)   0.0029 (  0.0%)  SIL optimization
   0.0015 (  0.8%)   0.0006 (  0.3%)   0.0021 (  0.5%)   0.0021 (  0.0%)  typecheck-decl
   0.0008 (  0.4%)   0.0002 (  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%)  precheck-target
   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%)  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%)  AST verification
   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.2023 (100.0%)   0.2411 (100.0%)   0.4434 (100.0%)   8.6444 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9402 seconds (6.1509 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0201 (100.0%)   0.9201 (100.0%)   1.9402 (100.0%)   6.1509 (100.0%)  Building Target
   1.0201 (100.0%)   0.9201 (100.0%)   1.9402 (100.0%)   6.1509 (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\ 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-1756956680477759-swift-frontend-Atlantis-Packages.swift-arm64_apple_ios13.0-o-Onone-867925244.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0961 seconds (9.2818 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0391 (  5.4%)   0.0937 ( 25.7%)   0.1328 ( 12.1%)   4.2080 ( 45.3%)  parse-and-resolve-imports
   0.0366 (  5.0%)   0.0916 ( 25.1%)   0.1282 ( 11.7%)   4.2034 ( 45.3%)  Import resolution
   0.1213 ( 16.6%)   0.0295 (  8.1%)   0.1508 ( 13.8%)   0.1508 (  1.6%)  perform-sema
   0.1212 ( 16.6%)   0.0294 (  8.1%)   0.1506 ( 13.7%)   0.1507 (  1.6%)  Type checking and Semantic analysis
   0.0854 ( 11.7%)   0.0179 (  4.9%)   0.1033 (  9.4%)   0.1033 (  1.1%)  typecheck-stmt
   0.0742 ( 10.2%)   0.0142 (  3.9%)   0.0884 (  8.1%)   0.0884 (  1.0%)  typecheck-expr
   0.0581 (  7.9%)   0.0190 (  5.2%)   0.0771 (  7.0%)   0.0773 (  0.8%)  build-rewrite-system
   0.0348 (  4.8%)   0.0300 (  8.2%)   0.0648 (  5.9%)   0.0659 (  0.7%)  import-clang-decl
   0.0432 (  5.9%)   0.0127 (  3.5%)   0.0560 (  5.1%)   0.0560 (  0.6%)  typecheck-decl
   0.0013 (  0.2%)   0.0042 (  1.2%)   0.0055 (  0.5%)   0.0395 (  0.4%)  load-stdlib
   0.0297 (  4.1%)   0.0095 (  2.6%)   0.0392 (  3.6%)   0.0392 (  0.4%)  IRGen
   0.0286 (  3.9%)   0.0054 (  1.5%)   0.0340 (  3.1%)   0.0340 (  0.4%)  SILGen
   0.0225 (  3.1%)   0.0040 (  1.1%)   0.0265 (  2.4%)   0.0265 (  0.3%)  SILGen-function
   0.0150 (  2.1%)   0.0001 (  0.0%)   0.0151 (  1.4%)   0.0151 (  0.2%)  SIL optimization
   0.0118 (  1.6%)   0.0020 (  0.5%)   0.0138 (  1.3%)   0.0138 (  0.1%)  precheck-target
   0.0056 (  0.8%)   0.0010 (  0.3%)   0.0067 (  0.6%)   0.0067 (  0.1%)  typecheck-expr-pattern
   0.0024 (  0.3%)   0.0007 (  0.2%)   0.0031 (  0.3%)   0.0031 (  0.0%)  load-all-members
   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%)  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%)  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.7313 (100.0%)   0.3647 (100.0%)   1.0961 (100.0%)   9.2818 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5182 seconds (6.7291 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3820 (100.0%)   1.1362 (100.0%)   2.5182 (100.0%)   6.7291 (100.0%)  Building Target
   1.3820 (100.0%)   1.1362 (100.0%)   2.5182 (100.0%)   6.7291 (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:222:31: warning: main actor-isolated class property 'current' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let device = UIDevice.current
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:37:49: note: class property declared here
@property(class, nonatomic, readonly) UIDevice *currentDevice;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:223:23: warning: main actor-isolated property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        name = device.name
                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:39:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *name;              // Synonym for model. Prior to iOS 16, user-assigned device name (e.g. @"My iPhone").
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:224:27: warning: main actor-isolated property 'name' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        model = "\(device.name) (\(device.systemName) \(device.systemVersion))"
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:39:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *name;              // Synonym for model. Prior to iOS 16, user-assigned device name (e.g. @"My iPhone").
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:224:43: warning: main actor-isolated property 'systemName' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        model = "\(device.name) (\(device.systemName) \(device.systemVersion))"
                                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:42:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemName;        // e.g. @"iOS"
                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Packages.swift:224:64: warning: main actor-isolated property 'systemVersion' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        model = "\(device.name) (\(device.systemName) \(device.systemVersion))"
                                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIDevice.h:43:51: note: property declared here
@property(nonatomic,readonly,strong) NSString    *systemVersion;     // e.g. @"4.0"
                                                  ^
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956680479644-swift-frontend-Atlantis-Message.swift-arm64_apple_ios13.0-o-Onone-2664644164.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8063 seconds (9.4745 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0417 (  8.5%)   0.0987 ( 31.3%)   0.1404 ( 17.4%)   4.4522 ( 47.0%)  parse-and-resolve-imports
   0.0388 (  7.9%)   0.0964 ( 30.6%)   0.1351 ( 16.8%)   4.4469 ( 46.9%)  Import resolution
   0.0654 ( 13.3%)   0.0177 (  5.6%)   0.0830 ( 10.3%)   0.0848 (  0.9%)  perform-sema
   0.0653 ( 13.3%)   0.0177 (  5.6%)   0.0829 ( 10.3%)   0.0847 (  0.9%)  Type checking and Semantic analysis
   0.0542 ( 11.0%)   0.0173 (  5.5%)   0.0715 (  8.9%)   0.0716 (  0.8%)  build-rewrite-system
   0.0486 (  9.9%)   0.0129 (  4.1%)   0.0615 (  7.6%)   0.0635 (  0.7%)  typecheck-stmt
   0.0479 (  9.7%)   0.0127 (  4.0%)   0.0606 (  7.5%)   0.0607 (  0.6%)  typecheck-decl
   0.0443 (  9.0%)   0.0121 (  3.8%)   0.0564 (  7.0%)   0.0584 (  0.6%)  typecheck-expr
   0.0011 (  0.2%)   0.0035 (  1.1%)   0.0046 (  0.6%)   0.0378 (  0.4%)  load-stdlib
   0.0164 (  3.3%)   0.0133 (  4.2%)   0.0297 (  3.7%)   0.0299 (  0.3%)  import-clang-decl
   0.0170 (  3.5%)   0.0060 (  1.9%)   0.0229 (  2.8%)   0.0236 (  0.2%)  IRGen
   0.0168 (  3.4%)   0.0024 (  0.8%)   0.0192 (  2.4%)   0.0198 (  0.2%)  SILGen
   0.0144 (  2.9%)   0.0017 (  0.5%)   0.0161 (  2.0%)   0.0168 (  0.2%)  SILGen-function
   0.0071 (  1.5%)   0.0023 (  0.7%)   0.0094 (  1.2%)   0.0110 (  0.1%)  precheck-target
   0.0098 (  2.0%)   0.0001 (  0.0%)   0.0099 (  1.2%)   0.0100 (  0.1%)  SIL optimization
   0.0013 (  0.3%)   0.0002 (  0.1%)   0.0015 (  0.2%)   0.0015 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.1%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0008 (  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.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%)  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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4912 (100.0%)   0.3151 (100.0%)   0.8063 (100.0%)   9.4745 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7241 seconds (6.1535 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9044 (100.0%)   0.8198 (100.0%)   1.7241 (100.0%)   6.1535 (100.0%)  Building Target
   0.9044 (100.0%)   0.8198 (100.0%)   1.7241 (100.0%)   6.1535 (100.0%)  Total
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 }
                          ~~~~ ^  ~~~
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-1756956680483766-swift-frontend-Atlantis-all-arm64_apple_ios13.0-swiftmodule-Onone-1677473532.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9944 seconds (9.2771 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0390 (  5.9%)   0.0897 ( 27.0%)   0.1287 ( 12.9%)   4.2535 ( 45.8%)  parse-and-resolve-imports
   0.0368 (  5.5%)   0.0879 ( 26.5%)   0.1247 ( 12.5%)   4.2495 ( 45.8%)  Import resolution
   0.1234 ( 18.6%)   0.0297 (  8.9%)   0.1531 ( 15.4%)   0.1531 (  1.7%)  perform-sema
   0.1231 ( 18.6%)   0.0295 (  8.9%)   0.1526 ( 15.4%)   0.1527 (  1.6%)  Type checking and Semantic analysis
   0.1035 ( 15.6%)   0.0255 (  7.7%)   0.1290 ( 13.0%)   0.1290 (  1.4%)  typecheck-decl
   0.0648 (  9.8%)   0.0158 (  4.8%)   0.0806 (  8.1%)   0.0806 (  0.9%)  typecheck-expr
   0.0545 (  8.2%)   0.0125 (  3.8%)   0.0671 (  6.7%)   0.0671 (  0.7%)  typecheck-stmt
   0.0011 (  0.2%)   0.0026 (  0.8%)   0.0037 (  0.4%)   0.0352 (  0.4%)  load-stdlib
   0.0223 (  3.4%)   0.0077 (  2.3%)   0.0300 (  3.0%)   0.0308 (  0.3%)  SIL optimization
   0.0246 (  3.7%)   0.0046 (  1.4%)   0.0292 (  2.9%)   0.0292 (  0.3%)  SILGen
   0.0197 (  3.0%)   0.0036 (  1.1%)   0.0233 (  2.3%)   0.0232 (  0.3%)  precheck-target
   0.0180 (  2.7%)   0.0031 (  0.9%)   0.0211 (  2.1%)   0.0211 (  0.2%)  SILGen-function
   0.0099 (  1.5%)   0.0094 (  2.8%)   0.0193 (  1.9%)   0.0193 (  0.2%)  import-clang-decl
   0.0131 (  2.0%)   0.0040 (  1.2%)   0.0170 (  1.7%)   0.0170 (  0.2%)  build-rewrite-system
   0.0042 (  0.6%)   0.0041 (  1.2%)   0.0083 (  0.8%)   0.0089 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.1%)   0.0010 (  0.3%)   0.0020 (  0.2%)   0.0020 (  0.0%)  Serialization, swiftdoc
   0.0014 (  0.2%)   0.0003 (  0.1%)   0.0016 (  0.2%)   0.0016 (  0.0%)  Serialization, swiftsourceinfo
   0.0009 (  0.1%)   0.0001 (  0.0%)   0.0011 (  0.1%)   0.0011 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.1%)   0.0004 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-for-each
   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.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.0001 (  0.0%)   0.0001 (  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%)  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.6627 (100.0%)   0.3317 (100.0%)   0.9944 (100.0%)   9.2771 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3960 seconds (4.5540 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2520 (100.0%)   0.1440 (100.0%)   0.3960 (100.0%)   4.5540 (100.0%)  Building Target
   0.2520 (100.0%)   0.1440 (100.0%)   0.3960 (100.0%)   4.5540 (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\ 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-1756956680483179-swift-frontend-Atlantis-Runtime.swift-arm64_apple_ios13.0-o-Onone-1855488606.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6344 seconds (8.6228 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0428 ( 13.5%)   0.1009 ( 31.8%)   0.1436 ( 22.6%)   4.1172 ( 47.7%)  parse-and-resolve-imports
   0.0403 ( 12.7%)   0.0992 ( 31.3%)   0.1395 ( 22.0%)   4.1130 ( 47.7%)  Import resolution
   0.0825 ( 26.0%)   0.0277 (  8.7%)   0.1101 ( 17.4%)   0.1106 (  1.3%)  build-rewrite-system
   0.0257 (  8.1%)   0.0177 (  5.6%)   0.0434 (  6.8%)   0.0461 (  0.5%)  perform-sema
   0.0256 (  8.1%)   0.0177 (  5.6%)   0.0433 (  6.8%)   0.0460 (  0.5%)  Type checking and Semantic analysis
   0.0210 (  6.6%)   0.0166 (  5.2%)   0.0376 (  5.9%)   0.0403 (  0.5%)  typecheck-decl
   0.0011 (  0.4%)   0.0025 (  0.8%)   0.0036 (  0.6%)   0.0356 (  0.4%)  load-stdlib
   0.0144 (  4.5%)   0.0119 (  3.8%)   0.0264 (  4.2%)   0.0264 (  0.3%)  import-clang-decl
   0.0143 (  4.5%)   0.0067 (  2.1%)   0.0209 (  3.3%)   0.0214 (  0.2%)  typecheck-expr
   0.0142 (  4.5%)   0.0045 (  1.4%)   0.0187 (  2.9%)   0.0187 (  0.2%)  typecheck-stmt
   0.0082 (  2.6%)   0.0058 (  1.8%)   0.0140 (  2.2%)   0.0140 (  0.2%)  IRGen
   0.0084 (  2.7%)   0.0021 (  0.7%)   0.0106 (  1.7%)   0.0106 (  0.1%)  SILGen
   0.0074 (  2.3%)   0.0019 (  0.6%)   0.0092 (  1.5%)   0.0093 (  0.1%)  SILGen-function
   0.0058 (  1.8%)   0.0004 (  0.1%)   0.0062 (  1.0%)   0.0062 (  0.1%)  SIL optimization
   0.0023 (  0.7%)   0.0005 (  0.1%)   0.0027 (  0.4%)   0.0027 (  0.0%)  precheck-target
   0.0020 (  0.6%)   0.0003 (  0.1%)   0.0023 (  0.4%)   0.0023 (  0.0%)  typecheck-expr-pattern
   0.0009 (  0.3%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  typecheck-for-each
   0.0007 (  0.2%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   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%)  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.3176 (100.0%)   0.3168 (100.0%)   0.6344 (100.0%)   8.6228 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0284 seconds (6.1410 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0719 (100.0%)   0.9564 (100.0%)   2.0284 (100.0%)   6.1410 (100.0%)  Building Target
   1.0719 (100.0%)   0.9564 (100.0%)   2.0284 (100.0%)   6.1410 (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\ 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956680485192-swift-frontend-Atlantis-DataCompression.swift-arm64_apple_ios13.0-o-Onone-533461032.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1070 seconds (9.2625 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0424 (  5.5%)   0.0995 ( 29.6%)   0.1420 ( 12.8%)   4.2102 ( 45.5%)  parse-and-resolve-imports
   0.0403 (  5.2%)   0.0977 ( 29.1%)   0.1380 ( 12.5%)   4.2062 ( 45.4%)  Import resolution
   0.1304 ( 16.9%)   0.0229 (  6.8%)   0.1534 ( 13.9%)   0.1534 (  1.7%)  perform-sema
   0.1303 ( 16.9%)   0.0228 (  6.8%)   0.1532 ( 13.8%)   0.1532 (  1.7%)  Type checking and Semantic analysis
   0.1025 ( 13.3%)   0.0154 (  4.6%)   0.1180 ( 10.7%)   0.1179 (  1.3%)  typecheck-stmt
   0.0913 ( 11.8%)   0.0142 (  4.2%)   0.1054 (  9.5%)   0.1054 (  1.1%)  typecheck-expr
   0.0579 (  7.5%)   0.0182 (  5.4%)   0.0762 (  6.9%)   0.0761 (  0.8%)  build-rewrite-system
   0.0508 (  6.6%)   0.0112 (  3.3%)   0.0620 (  5.6%)   0.0620 (  0.7%)  typecheck-decl
   0.0326 (  4.2%)   0.0062 (  1.8%)   0.0387 (  3.5%)   0.0387 (  0.4%)  precheck-target
   0.0148 (  1.9%)   0.0124 (  3.7%)   0.0271 (  2.5%)   0.0272 (  0.3%)  import-clang-decl
   0.0178 (  2.3%)   0.0076 (  2.2%)   0.0254 (  2.3%)   0.0256 (  0.3%)  IRGen
   0.0197 (  2.6%)   0.0034 (  1.0%)   0.0231 (  2.1%)   0.0232 (  0.3%)  SILGen
   0.0212 (  2.7%)   0.0002 (  0.1%)   0.0214 (  1.9%)   0.0215 (  0.2%)  SIL optimization
   0.0010 (  0.1%)   0.0014 (  0.4%)   0.0025 (  0.2%)   0.0212 (  0.2%)  load-stdlib
   0.0160 (  2.1%)   0.0027 (  0.8%)   0.0186 (  1.7%)   0.0187 (  0.2%)  SILGen-function
   0.0010 (  0.1%)   0.0003 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.0%)  load-all-members
   0.0004 (  0.0%)   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.7708 (100.0%)   0.3363 (100.0%)   1.1070 (100.0%)   9.2625 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9820 seconds (6.1634 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0645 (100.0%)   0.9175 (100.0%)   1.9820 (100.0%)   6.1634 (100.0%)  Building Target
   1.0645 (100.0%)   0.9175 (100.0%)   1.9820 (100.0%)   6.1634 (100.0%)  Total
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)
SwiftCompile normal arm64 Compiling\ URLSessionTask+CurrentRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1756956685121926-swift-frontend-Atlantis-URLSessionTask_CurrentRequest.swift-arm64_apple_ios13.0-o-Onone-943106037.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3043 seconds (0.3061 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0382 ( 22.0%)   0.0386 ( 29.5%)   0.0768 ( 25.2%)   0.0770 ( 25.1%)  parse-and-resolve-imports
   0.0547 ( 31.5%)   0.0212 ( 16.2%)   0.0759 ( 25.0%)   0.0765 ( 25.0%)  build-rewrite-system
   0.0357 ( 20.6%)   0.0365 ( 28.0%)   0.0723 ( 23.7%)   0.0723 ( 23.6%)  Import resolution
   0.0240 ( 13.8%)   0.0200 ( 15.3%)   0.0440 ( 14.5%)   0.0450 ( 14.7%)  import-clang-decl
   0.0033 (  1.9%)   0.0046 (  3.5%)   0.0080 (  2.6%)   0.0080 (  2.6%)  IRGen
   0.0034 (  2.0%)   0.0022 (  1.7%)   0.0057 (  1.9%)   0.0057 (  1.9%)  perform-sema
   0.0034 (  1.9%)   0.0022 (  1.7%)   0.0056 (  1.8%)   0.0056 (  1.8%)  Type checking and Semantic analysis
   0.0015 (  0.8%)   0.0015 (  1.1%)   0.0029 (  1.0%)   0.0029 (  1.0%)  typecheck-decl
   0.0010 (  0.6%)   0.0016 (  1.2%)   0.0027 (  0.9%)   0.0027 (  0.9%)  load-stdlib
   0.0018 (  1.0%)   0.0007 (  0.5%)   0.0024 (  0.8%)   0.0024 (  0.8%)  typecheck-stmt
   0.0018 (  1.0%)   0.0001 (  0.1%)   0.0019 (  0.6%)   0.0020 (  0.6%)  SIL optimization
   0.0013 (  0.7%)   0.0004 (  0.3%)   0.0017 (  0.6%)   0.0017 (  0.6%)  precheck-target
   0.0012 (  0.7%)   0.0003 (  0.2%)   0.0014 (  0.5%)   0.0014 (  0.5%)  SILGen
   0.0010 (  0.6%)   0.0002 (  0.2%)   0.0012 (  0.4%)   0.0012 (  0.4%)  SILGen-function
   0.0008 (  0.4%)   0.0003 (  0.3%)   0.0011 (  0.4%)   0.0011 (  0.4%)  load-all-members
   0.0004 (  0.2%)   0.0002 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.2%)  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%)  perform-whole-module-type-checking
   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%)  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%)  AST verification
   0.1736 (100.0%)   0.1307 (100.0%)   0.3043 (100.0%)   0.3061 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9268 seconds (2.0118 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0033 (100.0%)   0.9235 (100.0%)   1.9268 (100.0%)   2.0118 (100.0%)  Building Target
   1.0033 (100.0%)   0.9235 (100.0%)   1.9268 (100.0%)   2.0118 (100.0%)  Total
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

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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Atlantis.framework/Headers/Atlantis-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Headers/Atlantis-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Modules/Atlantis.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PackageIdentifier.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Runtime.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 Atlantis+Manual.swift, Atlantis.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 NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling URLSessionTask+CurrentRequest.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Packages.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Transporter.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios13.0 -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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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-iphoneos/Atlantis.framework/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-ios13.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.LinkFileList -install_name @rpath/Atlantis.framework/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 -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 13.0 --bundle-identifier Atlantis --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Atlantis --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Objects-normal/arm64/Atlantis.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/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:27.486 appintentsmetadataprocessor[711:4024] Starting appintentsmetadataprocessor export
2025-09-03 20:31:27.490 appintentsmetadataprocessor[711:4024] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/ssu --bundle-id Atlantis --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Atlantis.build/Debug-iphoneos/Atlantis.build/Atlantis.DependencyMetadataFileList --archive-ssu-assets
2025-09-03 20:31:27.512 appintentsnltrainingprocessor[712:4025] Parsing options for appintentsnltrainingprocessor
2025-09-03 20:31:27.513 appintentsnltrainingprocessor[712:4025] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Atlantis.framework/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Atlantis.framework/Atlantis -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Atlantis.framework/Atlantis.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Atlantis.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Atlantis.framework
** BUILD SUCCEEDED **
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.