The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Magellan, reference master (fb83da), with Swift 6.1 for iOS using Xcode 16.3 on 14 Jun 2025 07:07:17 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 Magellan-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/Magellan.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/Magellan
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb83da1 [navigation] re-add root to set its navigation object
Cloned https://github.com/pjechris/Magellan.git
Revision (git rev-parse @):
fb83da19bcfb0a0ef2b74ad61f6e1b6c13c680a0
SUCCESS checkout https://github.com/pjechris/Magellan.git at master
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pjechris/Magellan.git
https://github.com/pjechris/Magellan.git
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
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" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Magellan",
    "schemes" : [
      "Magellan-Package"
    ],
    "targets" : [
      "Magellan",
      "MagellanPackageDescription",
      "MagellanPackageTests",
      "MagellanTests",
      "Quick",
      "QuickPackageDescription",
      "QuickSpecBase"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Magellan-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 Magellan-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 'Magellan' in project 'Magellan' (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: 7e2cd2b0fd5ba2cac9e1cf03f7d7eeaa
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7e2cd2b0fd5ba2cac9e1cf03f7d7eeaa.xcbuilddata
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/Magellan.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Magellan.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/Magellan.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/Magellan.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Headers (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyStaticMetadataFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyMetadataFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-OutputFileMap.json (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.SwiftConstValuesFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_const_extract_protocols.json (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.SwiftFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.LinkFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj/Magellan_Info.plist (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj/Magellan_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/Magellan.framework/Info.plist
SwiftDriver Magellan normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Magellan' from project 'Magellan')
    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 Magellan -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.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-ios18.4 -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 4.2 -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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.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/Magellan.build/Debug-iphoneos/Magellan.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_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/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:35:14: warning: main actor-isolated property 'navigation' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        root.navigation = self
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:32:35: note: mutation of this property is only permitted within the actor
    public internal(set) weak var navigation: Navigation? {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:49:70: warning: main actor-isolated property 'traitCollection' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let presentation = route.presentation(self.traitProvider.traitCollection)
                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITraitCollection.h:170:52: note: property declared here
@property (nonatomic, readonly) UITraitCollection *traitCollection API_AVAILABLE(ios(8.0));
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:45:15: note: add '@MainActor' to make instance method 'navigate(to:sender:control:)' part of global actor 'MainActor'
    open func navigate(to context: Any, sender: UIViewController, control: UIControl? = nil) -> PresentingContext? {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:62:41: warning: main actor-isolated property 'shownPresentingContext' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        navigation.sourceViewController.shownPresentingContext = presentingContext
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:20:9: note: mutation of this property is only permitted within the actor
    var shownPresentingContext: PresentingContext? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:57:22: note: add '@MainActor' to make instance method 'doNavigation(context:navigation:presentation:)' part of global actor 'MainActor'
    fileprivate func doNavigation(context: Any, navigation: NavigationContext, presentation: PresentationStrategy) -> PresentingContext {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:63:46: warning: main actor-isolated property 'showingPresentingContext' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        navigation.destinationViewController.showingPresentingContext = presentingContext
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:26:9: note: mutation of this property is only permitted within the actor
    var showingPresentingContext: PresentingContext? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:57:22: note: add '@MainActor' to make instance method 'doNavigation(context:navigation:presentation:)' part of global actor 'MainActor'
    fileprivate func doNavigation(context: Any, navigation: NavigationContext, presentation: PresentationStrategy) -> PresentingContext {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:64:46: warning: main actor-isolated property 'navigation' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        navigation.destinationViewController.navigation = self
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:32:35: note: mutation of this property is only permitted within the actor
    public internal(set) weak var navigation: Navigation? {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:57:22: note: add '@MainActor' to make instance method 'doNavigation(context:navigation:presentation:)' part of global actor 'MainActor'
    fileprivate func doNavigation(context: Any, navigation: NavigationContext, presentation: PresentationStrategy) -> PresentingContext {
                     ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:73:43: warning: main actor-isolated property 'shownPresentingContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if let presentingContext = sender.shownPresentingContext {
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:20:9: note: property declared here
    var shownPresentingContext: PresentingContext? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:72:15: note: add '@MainActor' to make instance method 'navigateBack(to:)' part of global actor 'MainActor'
    open func navigateBack(to sender: UIViewController) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:80:49: warning: main actor-isolated property 'showingPresentingContext' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        if  let presentingContext = destination.showingPresentingContext {
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:26:9: note: property declared here
    var showingPresentingContext: PresentingContext? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift:79:15: note: add '@MainActor' to make instance method 'navigateBack(from:status:)' part of global actor 'MainActor'
    open func navigateBack(from destination: UIViewController, status: PresentingContext.TerminateStatus = .completed) {
              ^
    @MainActor
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829865829-swift-frontend-Magellan-Navigation.swift-arm64_apple_ios18.4-o-Onone-3757357360.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5215 seconds (6.9399 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3983 ( 41.4%)   0.2346 ( 42.0%)   0.6329 ( 41.6%)   3.3242 ( 47.9%)  parse-and-resolve-imports
   0.3969 ( 41.2%)   0.2331 ( 41.7%)   0.6300 ( 41.4%)   3.3212 ( 47.9%)  Import resolution
   0.0855 (  8.9%)   0.0247 (  4.4%)   0.1102 (  7.2%)   0.1102 (  1.6%)  build-rewrite-system
   0.0320 (  3.3%)   0.0329 (  5.9%)   0.0649 (  4.3%)   0.0658 (  0.9%)  import-clang-decl
   0.0015 (  0.2%)   0.0104 (  1.9%)   0.0119 (  0.8%)   0.0469 (  0.7%)  load-stdlib
   0.0102 (  1.1%)   0.0051 (  0.9%)   0.0154 (  1.0%)   0.0154 (  0.2%)  perform-sema
   0.0102 (  1.1%)   0.0051 (  0.9%)   0.0153 (  1.0%)   0.0153 (  0.2%)  Type checking and Semantic analysis
   0.0066 (  0.7%)   0.0044 (  0.8%)   0.0110 (  0.7%)   0.0110 (  0.2%)  typecheck-decl
   0.0050 (  0.5%)   0.0056 (  1.0%)   0.0106 (  0.7%)   0.0106 (  0.2%)  IRGen
   0.0040 (  0.4%)   0.0008 (  0.1%)   0.0048 (  0.3%)   0.0048 (  0.1%)  typecheck-stmt
   0.0040 (  0.4%)   0.0008 (  0.1%)   0.0048 (  0.3%)   0.0048 (  0.1%)  typecheck-expr
   0.0036 (  0.4%)   0.0000 (  0.0%)   0.0036 (  0.2%)   0.0036 (  0.1%)  SIL optimization
   0.0025 (  0.3%)   0.0008 (  0.1%)   0.0033 (  0.2%)   0.0034 (  0.0%)  load-all-members
   0.0014 (  0.1%)   0.0002 (  0.0%)   0.0015 (  0.1%)   0.0015 (  0.0%)  SILGen
   0.0009 (  0.1%)   0.0001 (  0.0%)   0.0010 (  0.1%)   0.0010 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.9627 (100.0%)   0.5588 (100.0%)   1.5215 (100.0%)   6.9399 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2988 seconds (6.3105 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6619 (100.0%)   1.6368 (100.0%)   3.2988 (100.0%)   6.3105 (100.0%)  Building Target
   1.6619 (100.0%)   1.6368 (100.0%)   3.2988 (100.0%)   6.3105 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PresentingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentingContext.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829865806-swift-frontend-Magellan-PresentingContext.swift-arm64_apple_ios18.4-o-Onone-3473612367.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5736 seconds (7.0612 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0310 ( 13.2%)   0.1216 ( 35.9%)   0.1526 ( 26.6%)   3.3784 ( 47.8%)  parse-and-resolve-imports
   0.0294 ( 12.6%)   0.1200 ( 35.4%)   0.1494 ( 26.0%)   3.3751 ( 47.8%)  Import resolution
   0.0832 ( 35.5%)   0.0310 (  9.1%)   0.1142 ( 19.9%)   0.1144 (  1.6%)  build-rewrite-system
   0.0015 (  0.7%)   0.0105 (  3.1%)   0.0120 (  2.1%)   0.0468 (  0.7%)  load-stdlib
   0.0166 (  7.1%)   0.0159 (  4.7%)   0.0325 (  5.7%)   0.0328 (  0.5%)  import-clang-decl
   0.0168 (  7.2%)   0.0088 (  2.6%)   0.0256 (  4.5%)   0.0259 (  0.4%)  perform-sema
   0.0168 (  7.2%)   0.0088 (  2.6%)   0.0256 (  4.5%)   0.0259 (  0.4%)  Type checking and Semantic analysis
   0.0146 (  6.2%)   0.0080 (  2.4%)   0.0226 (  3.9%)   0.0229 (  0.3%)  typecheck-decl
   0.0067 (  2.8%)   0.0060 (  1.8%)   0.0127 (  2.2%)   0.0127 (  0.2%)  IRGen
   0.0051 (  2.2%)   0.0037 (  1.1%)   0.0088 (  1.5%)   0.0088 (  0.1%)  typecheck-expr
   0.0050 (  2.1%)   0.0036 (  1.0%)   0.0085 (  1.5%)   0.0085 (  0.1%)  typecheck-stmt
   0.0030 (  1.3%)   0.0001 (  0.0%)   0.0031 (  0.5%)   0.0031 (  0.0%)  SIL optimization
   0.0022 (  0.9%)   0.0005 (  0.2%)   0.0027 (  0.5%)   0.0027 (  0.0%)  SILGen
   0.0013 (  0.6%)   0.0003 (  0.1%)   0.0016 (  0.3%)   0.0016 (  0.0%)  SILGen-function
   0.0009 (  0.4%)   0.0004 (  0.1%)   0.0013 (  0.2%)   0.0013 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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%)  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.2343 (100.0%)   0.3393 (100.0%)   0.5736 (100.0%)   7.0612 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7592 seconds (5.2271 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9241 (100.0%)   0.8351 (100.0%)   1.7592 (100.0%)   5.2271 (100.0%)  Building Target
   0.9241 (100.0%)   0.8351 (100.0%)   1.7592 (100.0%)   5.2271 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentingContext.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentingContext.swift:37:53: warning: main actor-isolated property 'navigation' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        guard let navigation = sourceViewController.navigation else {
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:32:35: note: property declared here
    public internal(set) weak var navigation: Navigation? {
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentingContext.swift:34:15: note: add '@MainActor' to make instance method 'terminate' part of global actor 'MainActor'
    open func terminate(_ status: TerminateStatus = .completed) {
              ^
    @MainActor
SwiftCompile normal arm64 Compiling\ PresentationPopover.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:16:55: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        let stackController: UINavigationController = UINavigationController()
                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:18:25: warning: main actor-isolated property 'modalPresentationStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackController.modalPresentationStyle = .popover
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:282:54: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign) UIModalPresentationStyle modalPresentationStyle API_AVAILABLE(ios(3.2));
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:19:25: warning: call to main actor-isolated instance method 'pushViewController(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        stackController.pushViewController(destinationController, animated: false)
                        ^
UIKit.UINavigationController.pushViewController:2:22: note: calls to instance method 'pushViewController(_:animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func pushViewController(_ viewController: UIViewController, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:20:48: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        navigationContext.sourceViewController.present(stackController, animated: true, completion: nil)
                                               ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:22:56: warning: main actor-isolated property 'sourceView' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackController.popoverPresentationController!.sourceView = navigationContext.touchedControl
                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:46:49: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, strong) UIView *sourceView;
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:22:25: warning: main actor-isolated property 'popoverPresentationController' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackController.popoverPresentationController!.sourceView = navigationContext.touchedControl
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:595:76: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, readonly) UIPopoverPresentationController *popoverPresentationController API_AVAILABLE(ios(8.0));
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:23:56: warning: main actor-isolated property 'sourceRect' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackController.popoverPresentationController!.sourceRect = navigationContext.touchedControl!.bounds
                                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIPopoverPresentationController.h:51:38: note: mutation of this property is only permitted within the actor
@property (nonatomic, assign) CGRect sourceRect;
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:23:25: warning: main actor-isolated property 'popoverPresentationController' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        stackController.popoverPresentationController!.sourceRect = navigationContext.touchedControl!.bounds
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:595:76: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, readonly) UIPopoverPresentationController *popoverPresentationController API_AVAILABLE(ios(8.0));
                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:23:103: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        stackController.popoverPresentationController!.sourceRect = navigationContext.touchedControl!.bounds
                                                                                                      ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:188:40: note: property declared here
@property(nonatomic) CGRect            bounds;      // default bounds is zero origin, frame size. animatable
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:14:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:27:38: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        context.sourceViewController.dismiss(animated: true, completion: nil)
                                     ^
UIKit.UIViewController.dismiss:3:24: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift:26:15: note: add '@MainActor' to make instance method 'dismiss' part of global actor 'MainActor'
    open func dismiss(_ context: NavigationContext) {
              ^
    @MainActor
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829855532-swift-frontend-Magellan-PresentationPopover.swift-arm64_apple_ios18.4-o-Onone-802463374.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7569 seconds (6.8359 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0802 ( 21.9%)   0.1385 ( 35.4%)   0.2187 ( 28.9%)   3.2353 ( 47.3%)  parse-and-resolve-imports
   0.0792 ( 21.6%)   0.1374 ( 35.1%)   0.2166 ( 28.6%)   3.2331 ( 47.3%)  Import resolution
   0.0873 ( 23.9%)   0.0305 (  7.8%)   0.1178 ( 15.6%)   0.1178 (  1.7%)  build-rewrite-system
   0.0361 (  9.9%)   0.0375 (  9.6%)   0.0735 (  9.7%)   0.0746 (  1.1%)  import-clang-decl
   0.0018 (  0.5%)   0.0130 (  3.3%)   0.0148 (  2.0%)   0.0597 (  0.9%)  load-stdlib
   0.0160 (  4.4%)   0.0066 (  1.7%)   0.0226 (  3.0%)   0.0226 (  0.3%)  perform-sema
   0.0159 (  4.4%)   0.0066 (  1.7%)   0.0226 (  3.0%)   0.0226 (  0.3%)  Type checking and Semantic analysis
   0.0147 (  4.0%)   0.0060 (  1.5%)   0.0207 (  2.7%)   0.0207 (  0.3%)  typecheck-expr
   0.0147 (  4.0%)   0.0060 (  1.5%)   0.0207 (  2.7%)   0.0207 (  0.3%)  typecheck-stmt
   0.0083 (  2.3%)   0.0037 (  0.9%)   0.0120 (  1.6%)   0.0120 (  0.2%)  typecheck-decl
   0.0033 (  0.9%)   0.0035 (  0.9%)   0.0068 (  0.9%)   0.0068 (  0.1%)  IRGen
   0.0031 (  0.8%)   0.0013 (  0.3%)   0.0044 (  0.6%)   0.0044 (  0.1%)  load-all-members
   0.0025 (  0.7%)   0.0000 (  0.0%)   0.0025 (  0.3%)   0.0025 (  0.0%)  SIL optimization
   0.0014 (  0.4%)   0.0003 (  0.1%)   0.0017 (  0.2%)   0.0017 (  0.0%)  SILGen
   0.0012 (  0.3%)   0.0002 (  0.1%)   0.0014 (  0.2%)   0.0014 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3657 (100.0%)   0.3911 (100.0%)   0.7569 (100.0%)   6.8359 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9563 seconds (6.3201 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3641 (100.0%)   1.5921 (100.0%)   2.9563 (100.0%)   6.3201 (100.0%)  Building Target
   1.3641 (100.0%)   1.5921 (100.0%)   2.9563 (100.0%)   6.3201 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PresentationStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829852366-swift-frontend-Magellan-PresentationStrategy.swift-arm64_apple_ios18.4-o-Onone-3751466642.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5713 seconds (6.8238 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0368 ( 17.6%)   0.1336 ( 36.9%)   0.1705 ( 29.8%)   3.2862 ( 48.2%)  parse-and-resolve-imports
   0.0356 ( 17.0%)   0.1322 ( 36.5%)   0.1678 ( 29.4%)   3.2836 ( 48.1%)  Import resolution
   0.0858 ( 41.1%)   0.0316 (  8.7%)   0.1174 ( 20.5%)   0.1173 (  1.7%)  build-rewrite-system
   0.0323 ( 15.5%)   0.0409 ( 11.3%)   0.0732 ( 12.8%)   0.0744 (  1.1%)  import-clang-decl
   0.0121 (  5.8%)   0.0192 (  5.3%)   0.0313 (  5.5%)   0.0512 (  0.8%)  load-stdlib
   0.0022 (  1.0%)   0.0030 (  0.8%)   0.0052 (  0.9%)   0.0052 (  0.1%)  IRGen
   0.0028 (  1.3%)   0.0013 (  0.4%)   0.0041 (  0.7%)   0.0041 (  0.1%)  load-all-members
   0.0005 (  0.2%)   0.0002 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.0%)  perform-sema
   0.0004 (  0.2%)   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.0%)  Type checking and Semantic analysis
   0.0004 (  0.2%)   0.0002 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  typecheck-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SILGen
   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 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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2089 (100.0%)   0.3624 (100.0%)   0.5713 (100.0%)   6.8238 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8876 seconds (6.3222 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3205 (100.0%)   1.5671 (100.0%)   2.8876 (100.0%)   6.3222 (100.0%)  Building Target
   1.3205 (100.0%)   1.5671 (100.0%)   2.8876 (100.0%)   6.3222 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PresentationSegue.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift:21:14: warning: call to main actor-isolated initializer 'init(identifier:source:destination:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .init(identifier: nil, source: context.sourceViewController, destination: context.destinationViewController)
             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIStoryboardSegue.h:22:1: note: calls to initializer 'init(identifier:source:destination:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithIdentifier:(nullable NSString *)identifier source:(UIViewController *)source destination:(UIViewController *)destination NS_DESIGNATED_INITIALIZER;
^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift:19:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ context: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift:23:15: warning: call to main actor-isolated instance method 'perform()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        segue.perform()
              ^
UIKit.UIStoryboardSegue.perform:2:22: note: calls to instance method 'perform()' from outside of its actor context are implicitly asynchronous
@MainActor open func perform()}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift:19:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ context: NavigationContext) {
              ^
    @MainActor
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829875452-swift-frontend-Magellan-PresentationSegue.swift-arm64_apple_ios18.4-o-Onone-954302433.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5391 seconds (6.5922 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0299 ( 13.8%)   0.1138 ( 35.4%)   0.1437 ( 26.7%)   3.1543 ( 47.8%)  parse-and-resolve-imports
   0.0288 ( 13.2%)   0.1126 ( 35.0%)   0.1414 ( 26.2%)   3.1520 ( 47.8%)  Import resolution
   0.0888 ( 40.9%)   0.0297 (  9.2%)   0.1185 ( 22.0%)   0.1184 (  1.8%)  build-rewrite-system
   0.0303 ( 13.9%)   0.0353 ( 11.0%)   0.0656 ( 12.2%)   0.0665 (  1.0%)  import-clang-decl
   0.0014 (  0.6%)   0.0053 (  1.6%)   0.0067 (  1.2%)   0.0363 (  0.6%)  load-stdlib
   0.0064 (  2.9%)   0.0040 (  1.2%)   0.0104 (  1.9%)   0.0105 (  0.2%)  perform-sema
   0.0063 (  2.9%)   0.0040 (  1.2%)   0.0103 (  1.9%)   0.0104 (  0.2%)  Type checking and Semantic analysis
   0.0044 (  2.0%)   0.0053 (  1.6%)   0.0097 (  1.8%)   0.0102 (  0.2%)  IRGen
   0.0050 (  2.3%)   0.0028 (  0.9%)   0.0078 (  1.4%)   0.0078 (  0.1%)  typecheck-stmt
   0.0049 (  2.3%)   0.0027 (  0.9%)   0.0077 (  1.4%)   0.0077 (  0.1%)  typecheck-expr
   0.0040 (  1.8%)   0.0026 (  0.8%)   0.0066 (  1.2%)   0.0067 (  0.1%)  typecheck-decl
   0.0022 (  1.0%)   0.0010 (  0.3%)   0.0032 (  0.6%)   0.0032 (  0.0%)  load-all-members
   0.0016 (  0.8%)   0.0012 (  0.4%)   0.0029 (  0.5%)   0.0031 (  0.0%)  SILGen
   0.0014 (  0.6%)   0.0012 (  0.4%)   0.0025 (  0.5%)   0.0028 (  0.0%)  SILGen-function
   0.0019 (  0.9%)   0.0002 (  0.1%)   0.0021 (  0.4%)   0.0021 (  0.0%)  SIL optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2173 (100.0%)   0.3218 (100.0%)   0.5391 (100.0%)   6.5922 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9541 seconds (6.3074 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.3412 (100.0%)   1.6129 (100.0%)   2.9541 (100.0%)   6.3074 (100.0%)  Building Target
   1.3412 (100.0%)   1.6129 (100.0%)   2.9541 (100.0%)   6.3074 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ PresentationModal.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829868764-swift-frontend-Magellan-PresentationModal.swift-arm64_apple_ios18.4-o-Onone-2125515409.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5218 seconds (6.7649 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.7543 ( 44.9%)   0.3794 ( 45.0%)   1.1337 ( 45.0%)   3.2383 ( 47.9%)  parse-and-resolve-imports
   0.7531 ( 44.8%)   0.3786 ( 44.9%)   1.1317 ( 44.9%)   3.2364 ( 47.8%)  Import resolution
   0.0866 (  5.2%)   0.0216 (  2.6%)   0.1082 (  4.3%)   0.1085 (  1.6%)  build-rewrite-system
   0.0331 (  2.0%)   0.0361 (  4.3%)   0.0692 (  2.7%)   0.0696 (  1.0%)  import-clang-decl
   0.0015 (  0.1%)   0.0086 (  1.0%)   0.0100 (  0.4%)   0.0431 (  0.6%)  load-stdlib
   0.0111 (  0.7%)   0.0045 (  0.5%)   0.0156 (  0.6%)   0.0156 (  0.2%)  perform-sema
   0.0111 (  0.7%)   0.0045 (  0.5%)   0.0155 (  0.6%)   0.0155 (  0.2%)  Type checking and Semantic analysis
   0.0066 (  0.4%)   0.0016 (  0.2%)   0.0083 (  0.3%)   0.0083 (  0.1%)  typecheck-expr
   0.0066 (  0.4%)   0.0016 (  0.2%)   0.0081 (  0.3%)   0.0081 (  0.1%)  typecheck-stmt
   0.0041 (  0.2%)   0.0027 (  0.3%)   0.0067 (  0.3%)   0.0067 (  0.1%)  typecheck-decl
   0.0042 (  0.3%)   0.0022 (  0.3%)   0.0064 (  0.3%)   0.0064 (  0.1%)  IRGen
   0.0025 (  0.2%)   0.0009 (  0.1%)   0.0035 (  0.1%)   0.0035 (  0.1%)  load-all-members
   0.0027 (  0.2%)   0.0000 (  0.0%)   0.0027 (  0.1%)   0.0027 (  0.0%)  SIL optimization
   0.0010 (  0.1%)   0.0002 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  SILGen
   0.0007 (  0.0%)   0.0001 (  0.0%)   0.0008 (  0.0%)   0.0008 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.6794 (100.0%)   0.8424 (100.0%)   2.5218 (100.0%)   6.7649 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.8658 seconds (6.3048 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.0448 (100.0%)   1.8211 (100.0%)   3.8658 (100.0%)   6.3048 (100.0%)  Building Target
   2.0448 (100.0%)   1.8211 (100.0%)   3.8658 (100.0%)   6.3048 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:19:31: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        self.init(useWrapper: UINavigationController(), presentation: presentation, transition: transition)
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:36:30: warning: main actor-isolated property 'modalPresentationStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            stackController?.modalPresentationStyle = presentation
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:282:54: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign) UIModalPresentationStyle modalPresentationStyle API_AVAILABLE(ios(3.2));
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:30:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:40:30: warning: main actor-isolated property 'modalTransitionStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            stackController?.modalTransitionStyle = transition
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:267:52: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign) UIModalTransitionStyle modalTransitionStyle API_AVAILABLE(ios(3.0));
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:30:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:43:26: warning: call to main actor-isolated instance method 'pushViewController(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        stackController?.pushViewController(destinationController, animated: false)
                         ^
UIKit.UINavigationController.pushViewController:2:22: note: calls to instance method 'pushViewController(_:animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func pushViewController(_ viewController: UIViewController, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:30:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:46:52: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            navigationContext.sourceViewController.present(stackController, animated: true, completion: nil)
                                                   ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:30:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:49:52: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            navigationContext.sourceViewController.present(destinationController, animated: true, completion: nil)
                                                   ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:30:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:54:38: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        context.sourceViewController.dismiss(animated: true, completion: nil)
                                     ^
UIKit.UIViewController.dismiss:3:24: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift:53:15: note: add '@MainActor' to make instance method 'dismiss' part of global actor 'MainActor'
    open func dismiss(_ context: NavigationContext) {
              ^
    @MainActor
SwiftCompile normal arm64 Compiling\ PresentationPush.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829853330-swift-frontend-Magellan-PresentationPush.swift-arm64_apple_ios18.4-o-Onone-3198368455.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6644 seconds (7.1236 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0321 ( 11.0%)   0.1204 ( 32.3%)   0.1525 ( 23.0%)   3.3608 ( 47.2%)  parse-and-resolve-imports
   0.0300 ( 10.3%)   0.1180 ( 31.6%)   0.1481 ( 22.3%)   3.3562 ( 47.1%)  Import resolution
   0.0875 ( 30.1%)   0.0324 (  8.7%)   0.1199 ( 18.1%)   0.1206 (  1.7%)  build-rewrite-system
   0.0339 ( 11.6%)   0.0386 ( 10.3%)   0.0724 ( 10.9%)   0.0730 (  1.0%)  import-clang-decl
   0.0019 (  0.7%)   0.0131 (  3.5%)   0.0150 (  2.3%)   0.0557 (  0.8%)  load-stdlib
   0.0234 (  8.0%)   0.0114 (  3.1%)   0.0348 (  5.2%)   0.0351 (  0.5%)  perform-sema
   0.0233 (  8.0%)   0.0114 (  3.0%)   0.0347 (  5.2%)   0.0350 (  0.5%)  Type checking and Semantic analysis
   0.0206 (  7.1%)   0.0100 (  2.7%)   0.0306 (  4.6%)   0.0308 (  0.4%)  typecheck-decl
   0.0102 (  3.5%)   0.0049 (  1.3%)   0.0151 (  2.3%)   0.0151 (  0.2%)  typecheck-stmt
   0.0099 (  3.4%)   0.0048 (  1.3%)   0.0147 (  2.2%)   0.0147 (  0.2%)  typecheck-expr
   0.0057 (  2.0%)   0.0051 (  1.4%)   0.0108 (  1.6%)   0.0108 (  0.2%)  IRGen
   0.0040 (  1.4%)   0.0013 (  0.3%)   0.0053 (  0.8%)   0.0053 (  0.1%)  SILGen
   0.0028 (  1.0%)   0.0010 (  0.3%)   0.0038 (  0.6%)   0.0038 (  0.1%)  SILGen-function
   0.0032 (  1.1%)   0.0001 (  0.0%)   0.0033 (  0.5%)   0.0033 (  0.0%)  SIL optimization
   0.0024 (  0.8%)   0.0009 (  0.2%)   0.0032 (  0.5%)   0.0032 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.2911 (100.0%)   0.3733 (100.0%)   0.6644 (100.0%)   7.1236 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7957 seconds (6.3231 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2836 (100.0%)   1.5120 (100.0%)   2.7957 (100.0%)   6.3231 (100.0%)  Building Target
   1.2836 (100.0%)   1.5120 (100.0%)   2.7957 (100.0%)   6.3231 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:28:70: warning: main actor-isolated property 'navigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let stackController = navigationContext.sourceViewController.navigationController!
                                                                     ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:131:72: note: property declared here
@property(nullable, nonatomic,readonly,strong) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:26:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:32:29: warning: call to main actor-isolated instance method 'show(_:sender:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackController.show(destinationViewController, sender: navigationContext.sourceViewController)
                            ^
UIKit.UINavigationController.show:3:24: note: calls to instance method 'show(_:sender:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func show(_ vc: UIViewController, sender: Any?)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:26:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:34:29: warning: call to main actor-isolated instance method 'showDetailViewController(_:sender:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            stackController.showDetailViewController(destinationViewController, sender: navigationContext.sourceViewController)
                            ^
UIKit.UIViewController.showDetailViewController:3:24: note: calls to instance method 'showDetailViewController(_:sender:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func showDetailViewController(_ vc: UIViewController, sender: Any?)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:26:15: note: add '@MainActor' to make instance method 'show' part of global actor 'MainActor'
    open func show(_ navigationContext: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:43:14: warning: call to main actor-isolated instance method 'popToViewController(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            .popToViewController(context.sourceViewController, animated: true)
             ^
UIKit.UINavigationController.popToViewController:2:22: note: calls to instance method 'popToViewController(_:animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func popToViewController(_ viewController: UIViewController, animated: Bool) -> [UIViewController]?}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:39:15: note: add '@MainActor' to make instance method 'dismiss' part of global actor 'MainActor'
    open func dismiss(_ context: NavigationContext) {
              ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:42:14: warning: main actor-isolated property 'navigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            .navigationController?
             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:131:72: note: property declared here
@property(nullable, nonatomic,readonly,strong) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift:39:15: note: add '@MainActor' to make instance method 'dismiss' part of global actor 'MainActor'
    open func dismiss(_ context: NavigationContext) {
              ^
    @MainActor
SwiftCompile normal arm64 Compiling\ Route.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Route/Route.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829876608-swift-frontend-Magellan-Route.swift-arm64_apple_ios18.4-o-Onone-3690466195.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5359 seconds (6.9336 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0313 ( 15.3%)   0.1238 ( 37.4%)   0.1551 ( 28.9%)   3.3365 ( 48.1%)  parse-and-resolve-imports
   0.0300 ( 14.6%)   0.1224 ( 37.0%)   0.1524 ( 28.4%)   3.3338 ( 48.1%)  Import resolution
   0.0873 ( 42.6%)   0.0326 (  9.9%)   0.1200 ( 22.4%)   0.1202 (  1.7%)  build-rewrite-system
   0.0315 ( 15.4%)   0.0314 (  9.5%)   0.0629 ( 11.7%)   0.0637 (  0.9%)  import-clang-decl
   0.0012 (  0.6%)   0.0044 (  1.3%)   0.0056 (  1.1%)   0.0391 (  0.6%)  load-stdlib
   0.0039 (  1.9%)   0.0056 (  1.7%)   0.0095 (  1.8%)   0.0095 (  0.1%)  IRGen
   0.0043 (  2.1%)   0.0029 (  0.9%)   0.0071 (  1.3%)   0.0071 (  0.1%)  perform-sema
   0.0042 (  2.0%)   0.0029 (  0.9%)   0.0071 (  1.3%)   0.0071 (  0.1%)  Type checking and Semantic analysis
   0.0028 (  1.4%)   0.0023 (  0.7%)   0.0051 (  1.0%)   0.0051 (  0.1%)  typecheck-decl
   0.0028 (  1.4%)   0.0010 (  0.3%)   0.0038 (  0.7%)   0.0039 (  0.1%)  load-all-members
   0.0022 (  1.1%)   0.0002 (  0.1%)   0.0024 (  0.4%)   0.0025 (  0.0%)  SIL optimization
   0.0010 (  0.5%)   0.0005 (  0.2%)   0.0015 (  0.3%)   0.0015 (  0.0%)  typecheck-stmt
   0.0009 (  0.5%)   0.0005 (  0.1%)   0.0014 (  0.3%)   0.0014 (  0.0%)  typecheck-expr
   0.0007 (  0.3%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  SILGen
   0.0005 (  0.2%)   0.0003 (  0.1%)   0.0008 (  0.1%)   0.0008 (  0.0%)  SILGen-function
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.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%)  SIL verification, pre-optimization
   0.2048 (100.0%)   0.3312 (100.0%)   0.5359 (100.0%)   6.9336 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7935 seconds (6.2974 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2639 (100.0%)   1.5297 (100.0%)   2.7935 (100.0%)   6.2974 (100.0%)  Building Target
   1.2639 (100.0%)   1.5297 (100.0%)   2.7935 (100.0%)   6.2974 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Route/Route.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ NavigationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/NavigationContext.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829875845-swift-frontend-Magellan-NavigationContext.swift-arm64_apple_ios18.4-o-Onone-2176787359.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5503 seconds (6.9184 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0314 ( 15.2%)   0.1283 ( 37.3%)   0.1597 ( 29.0%)   3.3247 ( 48.1%)  parse-and-resolve-imports
   0.0303 ( 14.7%)   0.1268 ( 36.9%)   0.1571 ( 28.5%)   3.3221 ( 48.0%)  Import resolution
   0.0873 ( 42.4%)   0.0319 (  9.3%)   0.1192 ( 21.7%)   0.1195 (  1.7%)  build-rewrite-system
   0.0325 ( 15.7%)   0.0362 ( 10.5%)   0.0686 ( 12.5%)   0.0697 (  1.0%)  import-clang-decl
   0.0012 (  0.6%)   0.0024 (  0.7%)   0.0036 (  0.7%)   0.0403 (  0.6%)  load-stdlib
   0.0047 (  2.3%)   0.0044 (  1.3%)   0.0091 (  1.7%)   0.0091 (  0.1%)  perform-sema
   0.0046 (  2.3%)   0.0044 (  1.3%)   0.0090 (  1.6%)   0.0090 (  0.1%)  Type checking and Semantic analysis
   0.0042 (  2.0%)   0.0042 (  1.2%)   0.0084 (  1.5%)   0.0084 (  0.1%)  typecheck-decl
   0.0034 (  1.6%)   0.0040 (  1.2%)   0.0074 (  1.3%)   0.0074 (  0.1%)  IRGen
   0.0024 (  1.2%)   0.0010 (  0.3%)   0.0034 (  0.6%)   0.0034 (  0.0%)  load-all-members
   0.0024 (  1.1%)   0.0000 (  0.0%)   0.0024 (  0.4%)   0.0024 (  0.0%)  SIL optimization
   0.0006 (  0.3%)   0.0002 (  0.0%)   0.0008 (  0.1%)   0.0008 (  0.0%)  SILGen
   0.0004 (  0.2%)   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-expr
   0.0003 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  SILGen-function
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  typecheck-stmt
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2062 (100.0%)   0.3441 (100.0%)   0.5503 (100.0%)   6.9184 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8025 seconds (6.2983 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2831 (100.0%)   1.5194 (100.0%)   2.8025 (100.0%)   6.2983 (100.0%)  Building Target
   1.2831 (100.0%)   1.5194 (100.0%)   2.8025 (100.0%)   6.2983 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/NavigationContext.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Magellan (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884829866603-swift-frontend-Magellan-all-arm64_apple_ios18.4-swiftmodule-Onone-4040543213.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7476 seconds (6.4519 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9171 ( 47.9%)   0.3643 ( 43.8%)   1.2814 ( 46.6%)   3.1045 ( 48.1%)  parse-and-resolve-imports
   0.9159 ( 47.8%)   0.3621 ( 43.5%)   1.2780 ( 46.5%)   3.0993 ( 48.0%)  Import resolution
   0.0207 (  1.1%)   0.0215 (  2.6%)   0.0422 (  1.5%)   0.0470 (  0.7%)  perform-sema
   0.0206 (  1.1%)   0.0215 (  2.6%)   0.0420 (  1.5%)   0.0468 (  0.7%)  Type checking and Semantic analysis
   0.0015 (  0.1%)   0.0086 (  1.0%)   0.0101 (  0.4%)   0.0466 (  0.7%)  load-stdlib
   0.0202 (  1.1%)   0.0213 (  2.6%)   0.0415 (  1.5%)   0.0463 (  0.7%)  typecheck-decl
   0.0056 (  0.3%)   0.0121 (  1.5%)   0.0177 (  0.6%)   0.0213 (  0.3%)  SIL optimization
   0.0015 (  0.1%)   0.0094 (  1.1%)   0.0109 (  0.4%)   0.0142 (  0.2%)  Serialization, swiftmodule
   0.0034 (  0.2%)   0.0051 (  0.6%)   0.0085 (  0.3%)   0.0103 (  0.2%)  import-clang-decl
   0.0029 (  0.1%)   0.0025 (  0.3%)   0.0053 (  0.2%)   0.0053 (  0.1%)  SILGen
   0.0033 (  0.2%)   0.0005 (  0.1%)   0.0038 (  0.1%)   0.0038 (  0.1%)  build-rewrite-system
   0.0012 (  0.1%)   0.0014 (  0.2%)   0.0025 (  0.1%)   0.0025 (  0.0%)  typecheck-expr
   0.0010 (  0.0%)   0.0009 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.0%)  SILGen-function
   0.0003 (  0.0%)   0.0009 (  0.1%)   0.0012 (  0.0%)   0.0015 (  0.0%)  Serialization, swiftdoc
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   1.9155 (100.0%)   0.8321 (100.0%)   2.7476 (100.0%)   6.4519 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3695 seconds (3.2399 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9529 (100.0%)   0.4166 (100.0%)   1.3695 (100.0%)   3.2399 (100.0%)  Building Target
   0.9529 (100.0%)   0.4166 (100.0%)   1.3695 (100.0%)   3.2399 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: warning: static property 'ShownContext' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var ShownContext = "ShownContextAttr"
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: note: convert 'ShownContext' to a 'let' constant to make 'Sendable' shared state immutable
        static var ShownContext = "ShownContextAttr"
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: note: add '@MainActor' to make static property 'ShownContext' part of global actor 'MainActor'
        static var ShownContext = "ShownContextAttr"
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var ShownContext = "ShownContextAttr"
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: warning: static property 'ShowingContext' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var ShowingContext = "ShowingContextAttr"
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: note: convert 'ShowingContext' to a 'let' constant to make 'Sendable' shared state immutable
        static var ShowingContext = "ShowingContextAttr"
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: note: add '@MainActor' to make static property 'ShowingContext' part of global actor 'MainActor'
        static var ShowingContext = "ShowingContextAttr"
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var ShowingContext = "ShowingContextAttr"
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: warning: static property 'Navigation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var Navigation = "NavigationAttr"
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: note: convert 'Navigation' to a 'let' constant to make 'Sendable' shared state immutable
        static var Navigation = "NavigationAttr"
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: note: add '@MainActor' to make static property 'Navigation' part of global actor 'MainActor'
        static var Navigation = "NavigationAttr"
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var Navigation = "NavigationAttr"
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UIViewController+Nabigeta.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1749884833173913-swift-frontend-Magellan-UIViewController_Nabigeta.swift-arm64_apple_ios18.4-o-Onone-2836976381.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3840 seconds (0.3849 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0883 ( 38.1%)   0.0334 ( 22.0%)   0.1217 ( 31.7%)   0.1222 ( 31.8%)  build-rewrite-system
   0.0316 ( 13.6%)   0.0357 ( 23.5%)   0.0673 ( 17.5%)   0.0676 ( 17.5%)  import-clang-decl
   0.0267 ( 11.5%)   0.0275 ( 18.1%)   0.0542 ( 14.1%)   0.0542 ( 14.1%)  parse-and-resolve-imports
   0.0253 ( 10.9%)   0.0260 ( 17.1%)   0.0513 ( 13.4%)   0.0513 ( 13.3%)  Import resolution
   0.0130 (  5.6%)   0.0066 (  4.4%)   0.0197 (  5.1%)   0.0197 (  5.1%)  perform-sema
   0.0129 (  5.6%)   0.0066 (  4.4%)   0.0196 (  5.1%)   0.0196 (  5.1%)  Type checking and Semantic analysis
   0.0061 (  2.6%)   0.0045 (  2.9%)   0.0105 (  2.7%)   0.0105 (  2.7%)  typecheck-decl
   0.0056 (  2.4%)   0.0046 (  3.0%)   0.0102 (  2.7%)   0.0103 (  2.7%)  IRGen
   0.0063 (  2.7%)   0.0020 (  1.3%)   0.0083 (  2.2%)   0.0083 (  2.2%)  typecheck-stmt
   0.0039 (  1.7%)   0.0001 (  0.1%)   0.0040 (  1.1%)   0.0040 (  1.1%)  SIL optimization
   0.0024 (  1.1%)   0.0012 (  0.8%)   0.0036 (  0.9%)   0.0037 (  1.0%)  typecheck-expr
   0.0028 (  1.2%)   0.0007 (  0.5%)   0.0036 (  0.9%)   0.0036 (  0.9%)  SILGen
   0.0025 (  1.1%)   0.0009 (  0.6%)   0.0034 (  0.9%)   0.0034 (  0.9%)  load-all-members
   0.0022 (  1.0%)   0.0005 (  0.3%)   0.0027 (  0.7%)   0.0027 (  0.7%)  SILGen-function
   0.0009 (  0.4%)   0.0012 (  0.8%)   0.0021 (  0.6%)   0.0021 (  0.6%)  load-stdlib
   0.0013 (  0.5%)   0.0004 (  0.2%)   0.0016 (  0.4%)   0.0016 (  0.4%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.2318 (100.0%)   0.1521 (100.0%)   0.3840 (100.0%)   0.3849 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.7098 seconds (3.0009 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2873 (100.0%)   1.4225 (100.0%)   2.7098 (100.0%)   3.0009 (100.0%)  Building Target
   1.2873 (100.0%)   1.4225 (100.0%)   2.7098 (100.0%)   3.0009 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: warning: static property 'ShownContext' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var ShownContext = "ShownContextAttr"
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: note: convert 'ShownContext' to a 'let' constant to make 'Sendable' shared state immutable
        static var ShownContext = "ShownContextAttr"
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: note: add '@MainActor' to make static property 'ShownContext' part of global actor 'MainActor'
        static var ShownContext = "ShownContextAttr"
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:14:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var ShownContext = "ShownContextAttr"
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: warning: static property 'ShowingContext' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var ShowingContext = "ShowingContextAttr"
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: note: convert 'ShowingContext' to a 'let' constant to make 'Sendable' shared state immutable
        static var ShowingContext = "ShowingContextAttr"
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: note: add '@MainActor' to make static property 'ShowingContext' part of global actor 'MainActor'
        static var ShowingContext = "ShowingContextAttr"
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:15:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var ShowingContext = "ShowingContextAttr"
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: warning: static property 'Navigation' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var Navigation = "NavigationAttr"
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: note: convert 'Navigation' to a 'let' constant to make 'Sendable' shared state immutable
        static var Navigation = "NavigationAttr"
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: note: add '@MainActor' to make static property 'Navigation' part of global actor 'MainActor'
        static var Navigation = "NavigationAttr"
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:16:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var Navigation = "NavigationAttr"
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:21:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.ShownContext) as? PresentingContext }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:22:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.ShownContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:27:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.ShowingContext) as? PresentingContext }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:28:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.ShowingContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:33:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.Navigation) as? Navigation ?? self.parent?.navigation }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:34:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.Navigation, newValue, .OBJC_ASSOCIATION_ASSIGN) }
                                             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Magellan (in target 'Magellan' from project 'Magellan')
SwiftDriver\ Compilation\ Requirements Magellan normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Magellan' from project 'Magellan')
    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 Magellan -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.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-ios18.4 -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 4.2 -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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.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/Magellan.build/Debug-iphoneos/Magellan.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_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/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PresentingContext.swift (in target 'Magellan' from project 'Magellan')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Headers/Magellan-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-Swift.h (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Headers/Magellan-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftmodule (in target 'Magellan' from project 'Magellan')
    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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftdoc (in target 'Magellan' from project 'Magellan')
    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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.abi.json (in target 'Magellan' from project 'Magellan')
    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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftsourceinfo (in target 'Magellan' from project 'Magellan')
    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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Modules/Magellan.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Route.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling NavigationContext.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling Navigation.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationModal.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationPush.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
SwiftDriver\ Compilation Magellan normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Magellan' from project 'Magellan')
    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 Magellan -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.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-ios18.4 -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 4.2 -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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.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/Magellan.build/Debug-iphoneos/Magellan.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_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/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan-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/Magellan.framework/Magellan normal (in target 'Magellan' from project 'Magellan')
    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-ios18.4 -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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.LinkFileList -install_name @rpath/Magellan.framework/Magellan -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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_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/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Magellan
ExtractAppIntentsMetadata (in target 'Magellan' from project 'Magellan')
    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 Magellan --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 18.4 --bundle-identifier Magellan --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Magellan --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Objects-normal/arm64/Magellan.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-14 00:07:16.808 appintentsmetadataprocessor[706:4066] Starting appintentsmetadataprocessor export
2025-06-14 00:07:16.810 appintentsmetadataprocessor[706:4066] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (in target 'Magellan' from project 'Magellan')
    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/Magellan.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/ssu --bundle-id Magellan --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-iphoneos/Magellan.build/Magellan.DependencyMetadataFileList --archive-ssu-assets
2025-06-14 00:07:16.831 appintentsnltrainingprocessor[707:4067] Parsing options for appintentsnltrainingprocessor
2025-06-14 00:07:16.832 appintentsnltrainingprocessor[707:4067] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Magellan.framework/Magellan.tbd (in target 'Magellan' from project 'Magellan')
    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/Magellan.framework/Magellan -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Magellan.framework/Magellan.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Magellan.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
Done.