The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Atlantis, reference 1.28.0 (92ca54), with Swift 6.1 for iOS using Xcode 16.3 on 1 May 2025 11:40:12 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.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ProxymanApp/atlantis.git
Reference: 1.28.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ProxymanApp/atlantis
 * tag               1.28.0     -> FETCH_HEAD
HEAD is now at 92ca545 New APIs for macOS 15.4 issue (#164)
Cloned https://github.com/ProxymanApp/atlantis.git
Revision (git rev-parse @):
92ca545af63a4ff96eaeb8a662ffea29e1f47f08
SUCCESS checkout https://github.com/ProxymanApp/atlantis.git at 1.28.0
========================================
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"
      ],
      "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"
      ],
      "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: a77a1439081b0ca746cad0870324101b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a77a1439081b0ca746cad0870324101b.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
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/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
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
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
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
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
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
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/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-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
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
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\ DataCompression.swift,\ DispatchQueue+Once.swift /Users/admin/builder/spi-builder-workspace/Sources/DataCompression.swift /Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift (in target 'Atlantis' from project 'Atlantis')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/DataCompression.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

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

/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: warning: static property '_onceTracker' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var _onceTracker = [String]()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: convert '_onceTracker' to a 'let' constant to make 'Sendable' shared state immutable
    private static var _onceTracker = [String]()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: add '@MainActor' to make static property '_onceTracker' part of global actor 'MainActor'
    private static var _onceTracker = [String]()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+Once.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var _onceTracker = [String]()
                       ^
    nonisolated(unsafe)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099605088500-swift-frontend-Atlantis-DataCompression.swift-arm64_apple_ios13.0-o-Onone-4068146714.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0958 seconds (9.5185 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0433 (  5.9%)   0.1084 ( 29.6%)   0.1517 ( 13.8%)   4.3234 ( 45.4%)  parse-and-resolve-imports
   0.0410 (  5.6%)   0.1068 ( 29.2%)   0.1478 ( 13.5%)   4.3196 ( 45.4%)  Import resolution
   0.1222 ( 16.7%)   0.0233 (  6.4%)   0.1456 ( 13.3%)   0.1457 (  1.5%)  perform-sema
   0.1221 ( 16.7%)   0.0233 (  6.4%)   0.1454 ( 13.3%)   0.1456 (  1.5%)  Type checking and Semantic analysis
   0.0974 ( 13.3%)   0.0171 (  4.7%)   0.1145 ( 10.4%)   0.1146 (  1.2%)  typecheck-stmt
   0.0862 ( 11.8%)   0.0159 (  4.4%)   0.1022 (  9.3%)   0.1023 (  1.1%)  typecheck-expr
   0.0018 (  0.2%)   0.0131 (  3.6%)   0.0148 (  1.4%)   0.0916 (  1.0%)  load-stdlib
   0.0532 (  7.3%)   0.0167 (  4.6%)   0.0699 (  6.4%)   0.0702 (  0.7%)  build-rewrite-system
   0.0463 (  6.3%)   0.0100 (  2.7%)   0.0563 (  5.1%)   0.0565 (  0.6%)  typecheck-decl
   0.0304 (  4.2%)   0.0057 (  1.6%)   0.0361 (  3.3%)   0.0361 (  0.4%)  precheck-target
   0.0139 (  1.9%)   0.0124 (  3.4%)   0.0264 (  2.4%)   0.0264 (  0.3%)  import-clang-decl
   0.0195 (  2.7%)   0.0035 (  1.0%)   0.0230 (  2.1%)   0.0236 (  0.2%)  SILGen
   0.0154 (  2.1%)   0.0061 (  1.7%)   0.0215 (  2.0%)   0.0215 (  0.2%)  IRGen
   0.0200 (  2.7%)   0.0002 (  0.1%)   0.0202 (  1.8%)   0.0203 (  0.2%)  SIL optimization
   0.0159 (  2.2%)   0.0028 (  0.8%)   0.0187 (  1.7%)   0.0193 (  0.2%)  SILGen-function
   0.0009 (  0.1%)   0.0004 (  0.1%)   0.0012 (  0.1%)   0.0012 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.7302 (100.0%)   0.3657 (100.0%)   1.0958 (100.0%)   9.5185 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1405 seconds (5.4065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8524 (100.0%)   0.2881 (100.0%)   1.1405 (100.0%)   5.4065 (100.0%)  Building Target
   0.8524 (100.0%)   0.2881 (100.0%)   1.1405 (100.0%)   5.4065 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ NetworkInjector.swift /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099605088497-swift-frontend-Atlantis-NetworkInjector.swift-arm64_apple_ios13.0-o-Onone-3844413168.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1486 seconds (9.0434 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2216 ( 36.6%)   0.2341 ( 43.1%)   0.4557 ( 39.7%)   4.3585 ( 48.2%)  parse-and-resolve-imports
   0.2192 ( 36.2%)   0.2325 ( 42.8%)   0.4517 ( 39.3%)   4.3545 ( 48.2%)  Import resolution
   0.0018 (  0.3%)   0.0153 (  2.8%)   0.0171 (  1.5%)   0.1051 (  1.2%)  load-stdlib
   0.0777 ( 12.8%)   0.0249 (  4.6%)   0.1026 (  8.9%)   0.1036 (  1.1%)  build-rewrite-system
   0.0130 (  2.2%)   0.0114 (  2.1%)   0.0245 (  2.1%)   0.0247 (  0.3%)  import-clang-decl
   0.0142 (  2.3%)   0.0049 (  0.9%)   0.0191 (  1.7%)   0.0191 (  0.2%)  perform-sema
   0.0142 (  2.3%)   0.0049 (  0.9%)   0.0190 (  1.7%)   0.0190 (  0.2%)  Type checking and Semantic analysis
   0.0098 (  1.6%)   0.0032 (  0.6%)   0.0130 (  1.1%)   0.0130 (  0.1%)  typecheck-expr
   0.0093 (  1.5%)   0.0030 (  0.5%)   0.0123 (  1.1%)   0.0123 (  0.1%)  typecheck-stmt
   0.0051 (  0.8%)   0.0023 (  0.4%)   0.0074 (  0.6%)   0.0074 (  0.1%)  typecheck-decl
   0.0042 (  0.7%)   0.0030 (  0.6%)   0.0072 (  0.6%)   0.0072 (  0.1%)  IRGen
   0.0053 (  0.9%)   0.0017 (  0.3%)   0.0070 (  0.6%)   0.0070 (  0.1%)  precheck-target
   0.0044 (  0.7%)   0.0001 (  0.0%)   0.0045 (  0.4%)   0.0045 (  0.0%)  SIL optimization
   0.0027 (  0.4%)   0.0009 (  0.2%)   0.0036 (  0.3%)   0.0036 (  0.0%)  SILGen
   0.0022 (  0.4%)   0.0008 (  0.2%)   0.0031 (  0.3%)   0.0031 (  0.0%)  SILGen-function
   0.0006 (  0.1%)   0.0002 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.6053 (100.0%)   0.5434 (100.0%)   1.1486 (100.0%)   9.0434 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3765 seconds (5.3838 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9868 (100.0%)   0.3897 (100.0%)   1.3765 (100.0%)   5.3838 (100.0%)  Building Target
   0.9868 (100.0%)   0.3897 (100.0%)   1.3765 (100.0%)   5.3838 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ NetworkInjector+URLSession.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-1746099605090951-swift-frontend-Atlantis-NetworkInjector_URLSession.swift-arm64_apple_ios13.0-o-Onone-3938697339.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7362 seconds (9.0842 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0374 (  9.9%)   0.1253 ( 35.0%)   0.1626 ( 22.1%)   4.2914 ( 47.2%)  parse-and-resolve-imports
   0.0353 (  9.3%)   0.1239 ( 34.6%)   0.1592 ( 21.6%)   4.2879 ( 47.2%)  Import resolution
   0.0764 ( 20.2%)   0.0276 (  7.7%)   0.1040 ( 14.1%)   0.1046 (  1.2%)  build-rewrite-system
   0.0019 (  0.5%)   0.0125 (  3.5%)   0.0144 (  2.0%)   0.1044 (  1.1%)  load-stdlib
   0.0393 ( 10.4%)   0.0110 (  3.1%)   0.0503 (  6.8%)   0.0504 (  0.6%)  perform-sema
   0.0392 ( 10.4%)   0.0110 (  3.1%)   0.0503 (  6.8%)   0.0503 (  0.6%)  Type checking and Semantic analysis
   0.0347 (  9.2%)   0.0093 (  2.6%)   0.0440 (  6.0%)   0.0440 (  0.5%)  typecheck-stmt
   0.0322 (  8.5%)   0.0089 (  2.5%)   0.0411 (  5.6%)   0.0412 (  0.5%)  typecheck-expr
   0.0293 (  7.7%)   0.0086 (  2.4%)   0.0379 (  5.1%)   0.0379 (  0.4%)  typecheck-decl
   0.0136 (  3.6%)   0.0109 (  3.0%)   0.0245 (  3.3%)   0.0245 (  0.3%)  import-clang-decl
   0.0100 (  2.6%)   0.0052 (  1.4%)   0.0152 (  2.1%)   0.0152 (  0.2%)  IRGen
   0.0084 (  2.2%)   0.0015 (  0.4%)   0.0099 (  1.3%)   0.0099 (  0.1%)  SILGen
   0.0075 (  2.0%)   0.0010 (  0.3%)   0.0085 (  1.2%)   0.0085 (  0.1%)  SILGen-function
   0.0076 (  2.0%)   0.0001 (  0.0%)   0.0078 (  1.1%)   0.0078 (  0.1%)  SIL optimization
   0.0042 (  1.1%)   0.0005 (  0.1%)   0.0047 (  0.6%)   0.0047 (  0.1%)  precheck-target
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  source-file-lookup-class-member
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3785 (100.0%)   0.3577 (100.0%)   0.7362 (100.0%)   9.0842 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1482 seconds (5.3801 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8563 (100.0%)   0.2919 (100.0%)   1.1482 (100.0%)   5.3801 (100.0%)  Building Target
   0.8563 (100.0%)   0.2919 (100.0%)   1.1482 (100.0%)   5.3801 (100.0%)  Total
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

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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099605112296-swift-frontend-Atlantis-AtlantisHelper.swift-arm64_apple_ios13.0-o-Onone-9428567.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6790 seconds (9.3290 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0431 ( 14.3%)   0.1446 ( 38.2%)   0.1877 ( 27.6%)   4.4786 ( 48.0%)  parse-and-resolve-imports
   0.0403 ( 13.4%)   0.1424 ( 37.7%)   0.1827 ( 26.9%)   4.4736 ( 48.0%)  Import resolution
   0.0564 ( 18.8%)   0.0194 (  5.1%)   0.0758 ( 11.2%)   0.0760 (  0.8%)  build-rewrite-system
   0.0013 (  0.4%)   0.0055 (  1.4%)   0.0068 (  1.0%)   0.0707 (  0.8%)  load-stdlib
   0.0278 (  9.3%)   0.0105 (  2.8%)   0.0383 (  5.6%)   0.0391 (  0.4%)  perform-sema
   0.0277 (  9.2%)   0.0105 (  2.8%)   0.0382 (  5.6%)   0.0389 (  0.4%)  Type checking and Semantic analysis
   0.0234 (  7.8%)   0.0087 (  2.3%)   0.0321 (  4.7%)   0.0327 (  0.4%)  typecheck-stmt
   0.0230 (  7.7%)   0.0086 (  2.3%)   0.0316 (  4.7%)   0.0323 (  0.3%)  typecheck-expr
   0.0133 (  4.4%)   0.0121 (  3.2%)   0.0254 (  3.7%)   0.0255 (  0.3%)  import-clang-decl
   0.0169 (  5.6%)   0.0072 (  1.9%)   0.0241 (  3.6%)   0.0248 (  0.3%)  typecheck-decl
   0.0088 (  2.9%)   0.0030 (  0.8%)   0.0117 (  1.7%)   0.0118 (  0.1%)  precheck-target
   0.0064 (  2.1%)   0.0044 (  1.2%)   0.0108 (  1.6%)   0.0108 (  0.1%)  IRGen
   0.0049 (  1.6%)   0.0001 (  0.0%)   0.0050 (  0.7%)   0.0050 (  0.1%)  SIL optimization
   0.0043 (  1.4%)   0.0007 (  0.2%)   0.0050 (  0.7%)   0.0050 (  0.1%)  SILGen
   0.0024 (  0.8%)   0.0004 (  0.1%)   0.0027 (  0.4%)   0.0027 (  0.0%)  SILGen-function
   0.0006 (  0.2%)   0.0002 (  0.1%)   0.0008 (  0.1%)   0.0013 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3008 (100.0%)   0.3782 (100.0%)   0.6790 (100.0%)   9.3290 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9912 seconds (5.3618 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6603 (100.0%)   0.3309 (100.0%)   0.9912 (100.0%)   5.3618 (100.0%)  Building Target
   0.6603 (100.0%)   0.3309 (100.0%)   0.9912 (100.0%)   5.3618 (100.0%)  Total
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

SwiftCompile normal arm64 Compiling\ Message.swift /Users/admin/builder/spi-builder-workspace/Sources/Message.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099605097344-swift-frontend-Atlantis-Message.swift-arm64_apple_ios13.0-o-Onone-3127353857.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6796 seconds (8.9773 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0402 ( 14.6%)   0.1462 ( 36.1%)   0.1864 ( 27.4%)   4.3225 ( 48.1%)  parse-and-resolve-imports
   0.0376 ( 13.7%)   0.1444 ( 35.7%)   0.1820 ( 26.8%)   4.3181 ( 48.1%)  Import resolution
   0.0788 ( 28.7%)   0.0283 (  7.0%)   0.1072 ( 15.8%)   0.1077 (  1.2%)  build-rewrite-system
   0.0127 (  4.6%)   0.0439 ( 10.8%)   0.0566 (  8.3%)   0.0815 (  0.9%)  load-stdlib
   0.0193 (  7.0%)   0.0061 (  1.5%)   0.0254 (  3.7%)   0.0254 (  0.3%)  perform-sema
   0.0192 (  7.0%)   0.0061 (  1.5%)   0.0253 (  3.7%)   0.0254 (  0.3%)  Type checking and Semantic analysis
   0.0125 (  4.6%)   0.0119 (  2.9%)   0.0245 (  3.6%)   0.0245 (  0.3%)  import-clang-decl
   0.0137 (  5.0%)   0.0042 (  1.0%)   0.0179 (  2.6%)   0.0179 (  0.2%)  typecheck-decl
   0.0083 (  3.0%)   0.0029 (  0.7%)   0.0112 (  1.6%)   0.0112 (  0.1%)  typecheck-stmt
   0.0061 (  2.2%)   0.0038 (  0.9%)   0.0099 (  1.5%)   0.0099 (  0.1%)  IRGen
   0.0072 (  2.6%)   0.0026 (  0.6%)   0.0097 (  1.4%)   0.0097 (  0.1%)  typecheck-expr
   0.0064 (  2.3%)   0.0015 (  0.4%)   0.0079 (  1.2%)   0.0079 (  0.1%)  SILGen
   0.0052 (  1.9%)   0.0012 (  0.3%)   0.0064 (  0.9%)   0.0064 (  0.1%)  SILGen-function
   0.0044 (  1.6%)   0.0003 (  0.1%)   0.0047 (  0.7%)   0.0047 (  0.1%)  SIL optimization
   0.0013 (  0.5%)   0.0009 (  0.2%)   0.0022 (  0.3%)   0.0022 (  0.0%)  precheck-target
   0.0010 (  0.4%)   0.0002 (  0.0%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.3%)   0.0004 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2747 (100.0%)   0.4049 (100.0%)   0.6796 (100.0%)   8.9773 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1942 seconds (5.3747 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8427 (100.0%)   0.3515 (100.0%)   1.1942 (100.0%)   5.3747 (100.0%)  Building Target
   0.8427 (100.0%)   0.3515 (100.0%)   1.1942 (100.0%)   5.3747 (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 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:446: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:446: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:446: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:446: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-1746099605114957-swift-frontend-Atlantis-Atlantis_Manual.swift-arm64_apple_ios13.0-o-Onone-1680373427.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9064 seconds (9.0474 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0386 (  7.4%)   0.1278 ( 33.5%)   0.1664 ( 18.4%)   4.2000 ( 46.4%)  parse-and-resolve-imports
   0.0361 (  6.9%)   0.1249 ( 32.7%)   0.1610 ( 17.8%)   4.1806 ( 46.2%)  Import resolution
   0.0763 ( 14.5%)   0.0267 (  7.0%)   0.1030 ( 11.4%)   0.1032 (  1.1%)  build-rewrite-system
   0.0751 ( 14.3%)   0.0196 (  5.1%)   0.0948 ( 10.5%)   0.0997 (  1.1%)  perform-sema
   0.0749 ( 14.3%)   0.0196 (  5.1%)   0.0945 ( 10.4%)   0.0995 (  1.1%)  Type checking and Semantic analysis
   0.0013 (  0.2%)   0.0021 (  0.6%)   0.0034 (  0.4%)   0.0684 (  0.8%)  load-stdlib
   0.0507 (  9.7%)   0.0119 (  3.1%)   0.0626 (  6.9%)   0.0626 (  0.7%)  typecheck-stmt
   0.0504 (  9.6%)   0.0116 (  3.0%)   0.0620 (  6.8%)   0.0624 (  0.7%)  typecheck-expr
   0.0406 (  7.7%)   0.0124 (  3.2%)   0.0530 (  5.8%)   0.0580 (  0.6%)  typecheck-decl
   0.0140 (  2.7%)   0.0116 (  3.0%)   0.0256 (  2.8%)   0.0329 (  0.4%)  import-clang-decl
   0.0181 (  3.5%)   0.0062 (  1.6%)   0.0243 (  2.7%)   0.0243 (  0.3%)  IRGen
   0.0167 (  3.2%)   0.0030 (  0.8%)   0.0197 (  2.2%)   0.0197 (  0.2%)  SILGen
   0.0123 (  2.3%)   0.0022 (  0.6%)   0.0144 (  1.6%)   0.0144 (  0.2%)  SILGen-function
   0.0110 (  2.1%)   0.0005 (  0.1%)   0.0115 (  1.3%)   0.0115 (  0.1%)  SIL optimization
   0.0074 (  1.4%)   0.0015 (  0.4%)   0.0088 (  1.0%)   0.0088 (  0.1%)  precheck-target
   0.0007 (  0.1%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  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.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.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, 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.5248 (100.0%)   0.3816 (100.0%)   0.9064 (100.0%)   9.0474 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2518 seconds (5.3703 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9562 (100.0%)   0.2956 (100.0%)   1.2518 (100.0%)   5.3703 (100.0%)  Building Target
   0.9562 (100.0%)   0.2956 (100.0%)   1.2518 (100.0%)   5.3703 (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-1746099605112544-swift-frontend-Atlantis-PackageIdentifier.swift-arm64_apple_ios13.0-o-Onone-4033431531.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1768 seconds (8.5941 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0204 ( 47.2%)   0.4767 ( 46.9%)   1.4971 ( 47.1%)   4.1431 ( 48.2%)  parse-and-resolve-imports
   1.0179 ( 47.1%)   0.4742 ( 46.6%)   1.4922 ( 47.0%)   4.1355 ( 48.1%)  Import resolution
   0.0015 (  0.1%)   0.0058 (  0.6%)   0.0073 (  0.2%)   0.1277 (  1.5%)  load-stdlib
   0.0802 (  3.7%)   0.0176 (  1.7%)   0.0978 (  3.1%)   0.0984 (  1.1%)  build-rewrite-system
   0.0136 (  0.6%)   0.0114 (  1.1%)   0.0250 (  0.8%)   0.0250 (  0.3%)  import-clang-decl
   0.0035 (  0.2%)   0.0062 (  0.6%)   0.0097 (  0.3%)   0.0117 (  0.1%)  perform-sema
   0.0034 (  0.2%)   0.0062 (  0.6%)   0.0096 (  0.3%)   0.0117 (  0.1%)  Type checking and Semantic analysis
   0.0019 (  0.1%)   0.0050 (  0.5%)   0.0069 (  0.2%)   0.0084 (  0.1%)  typecheck-decl
   0.0034 (  0.2%)   0.0043 (  0.4%)   0.0077 (  0.2%)   0.0077 (  0.1%)  IRGen
   0.0032 (  0.1%)   0.0032 (  0.3%)   0.0064 (  0.2%)   0.0064 (  0.1%)  SILGen
   0.0028 (  0.1%)   0.0024 (  0.2%)   0.0052 (  0.2%)   0.0052 (  0.1%)  SILGen-function
   0.0022 (  0.1%)   0.0019 (  0.2%)   0.0042 (  0.1%)   0.0048 (  0.1%)  typecheck-expr
   0.0019 (  0.1%)   0.0013 (  0.1%)   0.0031 (  0.1%)   0.0036 (  0.0%)  typecheck-stmt
   0.0027 (  0.1%)   0.0003 (  0.0%)   0.0030 (  0.1%)   0.0030 (  0.0%)  SIL optimization
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0006 (  0.0%)   0.0002 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1600 (100.0%)   1.0169 (100.0%)   3.1768 (100.0%)   8.5941 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5579 seconds (5.3566 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8344 (100.0%)   0.7235 (100.0%)   2.5579 (100.0%)   5.3566 (100.0%)  Building Target
   1.8344 (100.0%)   0.7235 (100.0%)   2.5579 (100.0%)   5.3566 (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\ 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-1746099605098577-swift-frontend-Atlantis-Runtime.swift-arm64_apple_ios13.0-o-Onone-2616277229.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6763 seconds (9.0375 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0404 ( 13.5%)   0.1448 ( 38.3%)   0.1851 ( 27.4%)   4.3248 ( 47.9%)  parse-and-resolve-imports
   0.0380 ( 12.8%)   0.1430 ( 37.8%)   0.1811 ( 26.8%)   4.3207 ( 47.8%)  Import resolution
   0.0772 ( 25.9%)   0.0294 (  7.8%)   0.1067 ( 15.8%)   0.1073 (  1.2%)  build-rewrite-system
   0.0020 (  0.7%)   0.0102 (  2.7%)   0.0123 (  1.8%)   0.0930 (  1.0%)  load-stdlib
   0.0236 (  7.9%)   0.0072 (  1.9%)   0.0308 (  4.6%)   0.0308 (  0.3%)  perform-sema
   0.0236 (  7.9%)   0.0072 (  1.9%)   0.0307 (  4.5%)   0.0308 (  0.3%)  Type checking and Semantic analysis
   0.0191 (  6.4%)   0.0062 (  1.6%)   0.0253 (  3.7%)   0.0254 (  0.3%)  typecheck-decl
   0.0133 (  4.5%)   0.0117 (  3.1%)   0.0249 (  3.7%)   0.0253 (  0.3%)  import-clang-decl
   0.0136 (  4.6%)   0.0044 (  1.2%)   0.0180 (  2.7%)   0.0180 (  0.2%)  typecheck-expr
   0.0136 (  4.6%)   0.0034 (  0.9%)   0.0170 (  2.5%)   0.0170 (  0.2%)  typecheck-stmt
   0.0074 (  2.5%)   0.0050 (  1.3%)   0.0123 (  1.8%)   0.0124 (  0.1%)  IRGen
   0.0082 (  2.7%)   0.0021 (  0.6%)   0.0103 (  1.5%)   0.0103 (  0.1%)  SILGen
   0.0071 (  2.4%)   0.0020 (  0.5%)   0.0091 (  1.3%)   0.0091 (  0.1%)  SILGen-function
   0.0055 (  1.9%)   0.0003 (  0.1%)   0.0058 (  0.9%)   0.0058 (  0.1%)  SIL optimization
   0.0020 (  0.7%)   0.0005 (  0.1%)   0.0025 (  0.4%)   0.0025 (  0.0%)  precheck-target
   0.0018 (  0.6%)   0.0003 (  0.1%)   0.0022 (  0.3%)   0.0022 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.3%)   0.0005 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0008 (  0.3%)   0.0001 (  0.0%)   0.0009 (  0.1%)   0.0009 (  0.0%)  typecheck-for-each
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2981 (100.0%)   0.3782 (100.0%)   0.6763 (100.0%)   9.0375 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1393 seconds (5.3730 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8337 (100.0%)   0.3056 (100.0%)   1.1393 (100.0%)   5.3730 (100.0%)  Building Target
   0.8337 (100.0%)   0.3056 (100.0%)   1.1393 (100.0%)   5.3730 (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\ Packages.swift /Users/admin/builder/spi-builder-workspace/Sources/Packages.swift (in target 'Atlantis' from project 'Atlantis')
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:231: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:232: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:233: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:233: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:233: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"
                                                  ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099605111889-swift-frontend-Atlantis-Packages.swift-arm64_apple_ios13.0-o-Onone-3678820648.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9989 seconds (9.1241 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0388 (  6.7%)   0.1347 ( 32.2%)   0.1735 ( 17.4%)   4.2004 ( 46.0%)  parse-and-resolve-imports
   0.0370 (  6.4%)   0.1333 ( 31.8%)   0.1702 ( 17.0%)   4.1971 ( 46.0%)  Import resolution
   0.0988 ( 17.0%)   0.0299 (  7.1%)   0.1287 ( 12.9%)   0.1308 (  1.4%)  perform-sema
   0.0987 ( 17.0%)   0.0298 (  7.1%)   0.1286 ( 12.9%)   0.1307 (  1.4%)  Type checking and Semantic analysis
   0.0687 ( 11.8%)   0.0155 (  3.7%)   0.0842 (  8.4%)   0.0842 (  0.9%)  typecheck-stmt
   0.0012 (  0.2%)   0.0055 (  1.3%)   0.0067 (  0.7%)   0.0718 (  0.8%)  load-stdlib
   0.0587 ( 10.1%)   0.0118 (  2.8%)   0.0705 (  7.1%)   0.0705 (  0.8%)  typecheck-expr
   0.0342 (  5.9%)   0.0158 (  3.8%)   0.0501 (  5.0%)   0.0522 (  0.6%)  typecheck-decl
   0.0280 (  4.8%)   0.0211 (  5.0%)   0.0491 (  4.9%)   0.0492 (  0.5%)  import-clang-decl
   0.0245 (  4.2%)   0.0043 (  1.0%)   0.0288 (  2.9%)   0.0288 (  0.3%)  SILGen
   0.0216 (  3.7%)   0.0065 (  1.5%)   0.0281 (  2.8%)   0.0281 (  0.3%)  IRGen
   0.0211 (  3.6%)   0.0041 (  1.0%)   0.0251 (  2.5%)   0.0252 (  0.3%)  build-rewrite-system
   0.0193 (  3.3%)   0.0030 (  0.7%)   0.0223 (  2.2%)   0.0223 (  0.2%)  SILGen-function
   0.0139 (  2.4%)   0.0004 (  0.1%)   0.0143 (  1.4%)   0.0143 (  0.2%)  SIL optimization
   0.0078 (  1.3%)   0.0015 (  0.4%)   0.0093 (  0.9%)   0.0093 (  0.1%)  precheck-target
   0.0053 (  0.9%)   0.0011 (  0.3%)   0.0064 (  0.6%)   0.0064 (  0.1%)  typecheck-expr-pattern
   0.0022 (  0.4%)   0.0006 (  0.1%)   0.0028 (  0.3%)   0.0028 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   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.5800 (100.0%)   0.4188 (100.0%)   0.9989 (100.0%)   9.1241 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7917 seconds (5.9322 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1046 (100.0%)   0.6871 (100.0%)   1.7917 (100.0%)   5.9322 (100.0%)  Building Target
   1.1046 (100.0%)   0.6871 (100.0%)   1.7917 (100.0%)   5.9322 (100.0%)  Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Atlantis (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099605108523-swift-frontend-Atlantis-all-arm64_apple_ios13.0-swiftmodule-Onone-3160309998.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.3474 seconds (9.1020 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8285 ( 43.9%)   0.5294 ( 44.9%)   2.3578 ( 44.1%)   4.2000 ( 46.1%)  parse-and-resolve-imports
   1.8257 ( 43.8%)   0.5247 ( 44.5%)   2.3504 ( 44.0%)   4.1765 ( 45.9%)  Import resolution
   0.1089 (  2.6%)   0.0249 (  2.1%)   0.1339 (  2.5%)   0.1365 (  1.5%)  perform-sema
   0.1087 (  2.6%)   0.0249 (  2.1%)   0.1335 (  2.5%)   0.1361 (  1.5%)  Type checking and Semantic analysis
   0.0923 (  2.2%)   0.0223 (  1.9%)   0.1146 (  2.1%)   0.1172 (  1.3%)  typecheck-decl
   0.0014 (  0.0%)   0.0066 (  0.6%)   0.0080 (  0.1%)   0.0750 (  0.8%)  load-stdlib
   0.0551 (  1.3%)   0.0099 (  0.8%)   0.0651 (  1.2%)   0.0653 (  0.7%)  typecheck-expr
   0.0457 (  1.1%)   0.0080 (  0.7%)   0.0537 (  1.0%)   0.0537 (  0.6%)  typecheck-stmt
   0.0201 (  0.5%)   0.0075 (  0.6%)   0.0277 (  0.5%)   0.0282 (  0.3%)  SIL optimization
   0.0083 (  0.2%)   0.0080 (  0.7%)   0.0163 (  0.3%)   0.0264 (  0.3%)  import-clang-decl
   0.0208 (  0.5%)   0.0032 (  0.3%)   0.0240 (  0.4%)   0.0241 (  0.3%)  SILGen
   0.0164 (  0.4%)   0.0015 (  0.1%)   0.0179 (  0.3%)   0.0179 (  0.2%)  precheck-target
   0.0153 (  0.4%)   0.0019 (  0.2%)   0.0172 (  0.3%)   0.0172 (  0.2%)  SILGen-function
   0.0120 (  0.3%)   0.0013 (  0.1%)   0.0133 (  0.2%)   0.0133 (  0.1%)  build-rewrite-system
   0.0038 (  0.1%)   0.0045 (  0.4%)   0.0083 (  0.2%)   0.0088 (  0.1%)  Serialization, swiftmodule
   0.0008 (  0.0%)   0.0009 (  0.1%)   0.0018 (  0.0%)   0.0018 (  0.0%)  Serialization, swiftdoc
   0.0013 (  0.0%)   0.0002 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  Serialization, swiftsourceinfo
   0.0008 (  0.0%)   0.0001 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.0%)   0.0003 (  0.0%)   0.0009 (  0.0%)   0.0009 (  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.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%)  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   4.1672 (100.0%)   1.1802 (100.0%)   5.3474 (100.0%)   9.1020 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5932 seconds (4.5066 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.0160 (100.0%)   0.5772 (100.0%)   2.5932 (100.0%)   4.5066 (100.0%)  Building Target
   2.0160 (100.0%)   0.5772 (100.0%)   2.5932 (100.0%)   4.5066 (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/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\ Transporter.swift /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1746099609689952-swift-frontend-Atlantis-Transporter.swift-arm64_apple_ios13.0-o-Onone-245654448.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8381 seconds (0.8455 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0940 ( 15.4%)   0.0228 (  9.9%)   0.1167 ( 13.9%)   0.1176 ( 13.9%)  perform-sema
   0.0938 ( 15.4%)   0.0228 (  9.9%)   0.1165 ( 13.9%)   0.1174 ( 13.9%)  Type checking and Semantic analysis
   0.0809 ( 13.3%)   0.0186 (  8.1%)   0.0995 ( 11.9%)   0.1003 ( 11.9%)  typecheck-stmt
   0.0766 ( 12.6%)   0.0184 (  8.0%)   0.0950 ( 11.3%)   0.0958 ( 11.3%)  typecheck-expr
   0.0368 (  6.1%)   0.0407 ( 17.7%)   0.0775 (  9.2%)   0.0780 (  9.2%)  parse-and-resolve-imports
   0.0571 (  9.4%)   0.0178 (  7.7%)   0.0749 (  8.9%)   0.0757 (  9.0%)  build-rewrite-system
   0.0345 (  5.7%)   0.0387 ( 16.8%)   0.0732 (  8.7%)   0.0736 (  8.7%)  Import resolution
   0.0305 (  5.0%)   0.0240 ( 10.5%)   0.0545 (  6.5%)   0.0557 (  6.6%)  import-clang-decl
   0.0259 (  4.3%)   0.0068 (  2.9%)   0.0327 (  3.9%)   0.0328 (  3.9%)  typecheck-decl
   0.0202 (  3.3%)   0.0054 (  2.3%)   0.0256 (  3.1%)   0.0262 (  3.1%)  precheck-target
   0.0134 (  2.2%)   0.0067 (  2.9%)   0.0201 (  2.4%)   0.0202 (  2.4%)  IRGen
   0.0171 (  2.8%)   0.0024 (  1.0%)   0.0195 (  2.3%)   0.0195 (  2.3%)  SILGen
   0.0119 (  2.0%)   0.0015 (  0.6%)   0.0133 (  1.6%)   0.0133 (  1.6%)  SILGen-function
   0.0094 (  1.5%)   0.0003 (  0.1%)   0.0097 (  1.2%)   0.0099 (  1.2%)  SIL optimization
   0.0010 (  0.2%)   0.0023 (  1.0%)   0.0033 (  0.4%)   0.0033 (  0.4%)  load-stdlib
   0.0025 (  0.4%)   0.0006 (  0.3%)   0.0031 (  0.4%)   0.0031 (  0.4%)  load-all-members
   0.0028 (  0.5%)   0.0001 (  0.0%)   0.0029 (  0.3%)   0.0029 (  0.3%)  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
   0.6084 (100.0%)   0.2297 (100.0%)   0.8381 (100.0%)   0.8455 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2772 seconds (1.2938 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9246 (100.0%)   0.3526 (100.0%)   1.2772 (100.0%)   1.2938 (100.0%)  Building Target
   0.9246 (100.0%)   0.3526 (100.0%)   1.2772 (100.0%)   1.2938 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift (in target 'Atlantis' from project 'Atlantis')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:89:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:118:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:125:36: warning: capture of 'self' with non-sendable type 'NetServiceTransport?' in a '@Sendable' closure
            guard let strongSelf = self else { return }
                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:39:13: note: class 'NetServiceTransport' does not conform to the 'Sendable' protocol
final class NetServiceTransport: NSObject {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:130:48: warning: capture of 'package' with non-sendable type 'any Serializable' in a '@Sendable' closure
                strongSelf.appendToPendingList(package)
                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:23:10: note: protocol 'Serializable' does not conform to the 'Sendable' protocol
protocol Serializable {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:226:17: warning: switch must be exhaustive
                switch error {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:226:17: note: add missing case: '.posix(_)'
                switch error {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:226:17: note: add missing case: '.tls(_)'
                switch error {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:226:17: note: add missing cases
                switch error {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:209:13: warning: switch must be exhaustive
            switch newState {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:209:13: note: add missing case: '.setup'
            switch newState {
            ^
/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:261: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:318: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:443:37: warning: immutable value 'type' was never used; consider replacing with '_' or removing it
        case .service(let name, let type, let domain, _):
                                ~~~~^~~~
                                _
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:443:47: warning: immutable value 'domain' was never used; consider replacing with '_' or removing it
        case .service(let name, let type, let domain, _):
                                          ~~~~^~~~~~
                                          _
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:479: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 {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:495:9: warning: switch must be exhaustive
        switch self {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Transporter.swift:495:9: note: add missing case: '.opaque(_)'
        switch self {
        ^
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 AtlantisHelper.swift, Configuration.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 Runtime.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkInjector+URLSession.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkInjector.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Message.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling PackageIdentifier.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 Atlantis+Manual.swift, Atlantis.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Transporter.swift (in target 'Atlantis' from project 'Atlantis')
SwiftDriverJobDiscovery normal arm64 Compiling Packages.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-05-01 04:40:11.293 appintentsmetadataprocessor[702:3961] Starting appintentsmetadataprocessor export
2025-05-01 04:40:11.295 appintentsmetadataprocessor[702:3961] 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-05-01 04:40:11.318 appintentsnltrainingprocessor[703:3962] Parsing options for appintentsnltrainingprocessor
2025-05-01 04:40:11.319 appintentsnltrainingprocessor[703:3962] 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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.