The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Magellan, reference master (fb83da), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 11:53:45 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

===-------------------------------------------------------------------------===
  Total Execution Time: 0.5929 seconds (10.4427 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0857 ( 29.1%)   0.1141 ( 38.3%)   0.1998 ( 33.7%)   5.1182 ( 49.0%)  parse-and-resolve-imports
   0.0843 ( 28.6%)   0.1126 ( 37.8%)   0.1969 ( 33.2%)   5.1153 ( 49.0%)  Import resolution
   0.0829 ( 28.1%)   0.0310 ( 10.4%)   0.1139 ( 19.2%)   0.1140 (  1.1%)  build-rewrite-system
   0.0336 ( 11.4%)   0.0327 ( 11.0%)   0.0663 ( 11.2%)   0.0666 (  0.6%)  import-clang-decl
   0.0011 (  0.4%)   0.0018 (  0.6%)   0.0029 (  0.5%)   0.0156 (  0.1%)  load-stdlib
   0.0033 (  1.1%)   0.0043 (  1.4%)   0.0076 (  1.3%)   0.0076 (  0.1%)  IRGen
   0.0027 (  0.9%)   0.0010 (  0.3%)   0.0036 (  0.6%)   0.0036 (  0.0%)  load-all-members
   0.0004 (  0.1%)   0.0002 (  0.1%)   0.0007 (  0.1%)   0.0007 (  0.0%)  perform-sema
   0.0004 (  0.1%)   0.0002 (  0.1%)   0.0006 (  0.1%)   0.0006 (  0.0%)  Type checking and Semantic analysis
   0.0003 (  0.1%)   0.0001 (  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%)  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 optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.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.2949 (100.0%)   0.2980 (100.0%)   0.5929 (100.0%)  10.4427 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4603 seconds (8.7202 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8940 (100.0%)   1.5662 (100.0%)   3.4603 (100.0%)   8.7202 (100.0%)  Building Target
   1.8940 (100.0%)   1.5662 (100.0%)   3.4603 (100.0%)   8.7202 (100.0%)  Total
SwiftCompile normal x86_64 Compiling\ PresentationModal.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /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/MacOSX.platform/Developer/SDKs/MacOSX15.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754815031265-swift-frontend-Magellan-PresentationModal.swift-x86_64_apple_ios18.4_macabi-o-Onone-1326366083.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5426 seconds (10.2878 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0430 ( 15.7%)   0.0860 ( 31.9%)   0.1290 ( 23.8%)   4.9805 ( 48.4%)  parse-and-resolve-imports
   0.0417 ( 15.3%)   0.0845 ( 31.3%)   0.1262 ( 23.3%)   4.9777 ( 48.4%)  Import resolution
   0.0849 ( 31.1%)   0.0299 ( 11.1%)   0.1148 ( 21.2%)   0.1152 (  1.1%)  build-rewrite-system
   0.0349 ( 12.8%)   0.0333 ( 12.4%)   0.0682 ( 12.6%)   0.0686 (  0.7%)  import-clang-decl
   0.0016 (  0.6%)   0.0072 (  2.7%)   0.0088 (  1.6%)   0.0503 (  0.5%)  load-stdlib
   0.0147 (  5.4%)   0.0065 (  2.4%)   0.0213 (  3.9%)   0.0213 (  0.2%)  perform-sema
   0.0147 (  5.4%)   0.0065 (  2.4%)   0.0212 (  3.9%)   0.0212 (  0.2%)  Type checking and Semantic analysis
   0.0061 (  2.2%)   0.0062 (  2.3%)   0.0123 (  2.3%)   0.0123 (  0.1%)  IRGen
   0.0089 (  3.3%)   0.0020 (  0.8%)   0.0110 (  2.0%)   0.0110 (  0.1%)  typecheck-expr
   0.0088 (  3.2%)   0.0020 (  0.7%)   0.0108 (  2.0%)   0.0108 (  0.1%)  typecheck-stmt
   0.0055 (  2.0%)   0.0044 (  1.6%)   0.0098 (  1.8%)   0.0098 (  0.1%)  typecheck-decl
   0.0028 (  1.0%)   0.0007 (  0.3%)   0.0035 (  0.7%)   0.0035 (  0.0%)  load-all-members
   0.0028 (  1.0%)   0.0000 (  0.0%)   0.0029 (  0.5%)   0.0028 (  0.0%)  SIL optimization
   0.0013 (  0.5%)   0.0002 (  0.1%)   0.0015 (  0.3%)   0.0015 (  0.0%)  SILGen
   0.0010 (  0.4%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2728 (100.0%)   0.2697 (100.0%)   0.5426 (100.0%)  10.2878 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5255 seconds (8.7458 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9361 (100.0%)   1.5894 (100.0%)   3.5255 (100.0%)   8.7458 (100.0%)  Building Target
   1.9361 (100.0%)   1.5894 (100.0%)   3.5255 (100.0%)   8.7458 (100.0%)  Total
SwiftEmitModule normal x86_64 Emitting\ module\ for\ Magellan (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754815031956-swift-frontend-Magellan-all-x86_64_apple_ios18.4_macabi-swiftmodule-Onone-3237431131.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.1053 seconds (9.9946 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8495 ( 48.7%)   0.5957 ( 45.5%)   2.4452 ( 47.9%)   4.8746 ( 48.8%)  parse-and-resolve-imports
   1.8480 ( 48.7%)   0.5931 ( 45.3%)   2.4411 ( 47.8%)   4.8687 ( 48.7%)  Import resolution
   0.0232 (  0.6%)   0.0237 (  1.8%)   0.0470 (  0.9%)   0.0524 (  0.5%)  perform-sema
   0.0231 (  0.6%)   0.0237 (  1.8%)   0.0468 (  0.9%)   0.0522 (  0.5%)  Type checking and Semantic analysis
   0.0224 (  0.6%)   0.0235 (  1.8%)   0.0459 (  0.9%)   0.0513 (  0.5%)  typecheck-decl
   0.0095 (  0.3%)   0.0124 (  0.9%)   0.0219 (  0.4%)   0.0272 (  0.3%)  load-stdlib
   0.0060 (  0.2%)   0.0133 (  1.0%)   0.0193 (  0.4%)   0.0237 (  0.2%)  SIL optimization
   0.0017 (  0.0%)   0.0105 (  0.8%)   0.0123 (  0.2%)   0.0162 (  0.2%)  Serialization, swiftmodule
   0.0045 (  0.1%)   0.0072 (  0.6%)   0.0117 (  0.2%)   0.0136 (  0.1%)  import-clang-decl
   0.0030 (  0.1%)   0.0014 (  0.1%)   0.0043 (  0.1%)   0.0044 (  0.0%)  SILGen
   0.0032 (  0.1%)   0.0003 (  0.0%)   0.0035 (  0.1%)   0.0035 (  0.0%)  build-rewrite-system
   0.0012 (  0.0%)   0.0016 (  0.1%)   0.0028 (  0.1%)   0.0031 (  0.0%)  typecheck-expr
   0.0003 (  0.0%)   0.0011 (  0.1%)   0.0013 (  0.0%)   0.0018 (  0.0%)  Serialization, swiftdoc
   0.0010 (  0.0%)   0.0005 (  0.0%)   0.0015 (  0.0%)   0.0015 (  0.0%)  SILGen-function
   0.0004 (  0.0%)   0.0001 (  0.0%)   0.0005 (  0.0%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   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%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   3.7974 (100.0%)   1.3079 (100.0%)   5.1053 (100.0%)   9.9946 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.5487 seconds (4.9953 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8968 (100.0%)   0.6518 (100.0%)   2.5487 (100.0%)   4.9953 (100.0%)  Building Target
   1.8968 (100.0%)   0.6518 (100.0%)   2.5487 (100.0%)   4.9953 (100.0%)  Total
EmitSwiftModule normal x86_64 (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)
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-1745754815048407-swift-frontend-Magellan-all-arm64_apple_ios18.4_macabi-swiftmodule-Onone-4171550394.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3916 seconds (10.4968 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0438 ( 23.6%)   0.0751 ( 36.4%)   0.1189 ( 30.4%)   5.1562 ( 49.1%)  parse-and-resolve-imports
   0.0422 ( 22.8%)   0.0735 ( 35.6%)   0.1157 ( 29.5%)   5.1530 ( 49.1%)  Import resolution
   0.0255 ( 13.8%)   0.0140 (  6.8%)   0.0395 ( 10.1%)   0.0400 (  0.4%)  perform-sema
   0.0254 ( 13.7%)   0.0139 (  6.7%)   0.0393 ( 10.0%)   0.0398 (  0.4%)  Type checking and Semantic analysis
   0.0249 ( 13.5%)   0.0138 (  6.7%)   0.0387 (  9.9%)   0.0392 (  0.4%)  typecheck-decl
   0.0012 (  0.7%)   0.0043 (  2.1%)   0.0055 (  1.4%)   0.0345 (  0.3%)  load-stdlib
   0.0048 (  2.6%)   0.0062 (  3.0%)   0.0110 (  2.8%)   0.0110 (  0.1%)  import-clang-decl
   0.0061 (  3.3%)   0.0021 (  1.0%)   0.0082 (  2.1%)   0.0082 (  0.1%)  SIL optimization
   0.0037 (  2.0%)   0.0013 (  0.6%)   0.0049 (  1.3%)   0.0049 (  0.0%)  build-rewrite-system
   0.0028 (  1.5%)   0.0006 (  0.3%)   0.0035 (  0.9%)   0.0035 (  0.0%)  SILGen
   0.0018 (  1.0%)   0.0007 (  0.3%)   0.0025 (  0.6%)   0.0025 (  0.0%)  Serialization, swiftmodule
   0.0013 (  0.7%)   0.0007 (  0.4%)   0.0020 (  0.5%)   0.0020 (  0.0%)  typecheck-expr
   0.0010 (  0.5%)   0.0002 (  0.1%)   0.0012 (  0.3%)   0.0011 (  0.0%)  SILGen-function
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0002 (  0.1%)   0.0001 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  Serialization, swiftdoc
   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%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-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%)  module-populate-cache
   0.1851 (100.0%)   0.2065 (100.0%)   0.3916 (100.0%)  10.4968 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1848 seconds (5.2525 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0850 (100.0%)   0.0998 (100.0%)   0.1848 (100.0%)   5.2525 (100.0%)  Building Target
   0.0850 (100.0%)   0.0998 (100.0%)   0.1848 (100.0%)   5.2525 (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 x86_64 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-1745754815034528-swift-frontend-Magellan-Route.swift-x86_64_apple_ios18.4_macabi-o-Onone-1703463045.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.6472 seconds (9.9939 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6702 ( 47.9%)   0.5417 ( 46.7%)   2.2119 ( 47.6%)   4.8627 ( 48.7%)  parse-and-resolve-imports
   1.6686 ( 47.9%)   0.5409 ( 46.6%)   2.2096 ( 47.5%)   4.8603 ( 48.6%)  Import resolution
   0.0849 (  2.4%)   0.0178 (  1.5%)   0.1027 (  2.2%)   0.1027 (  1.0%)  build-rewrite-system
   0.0336 (  1.0%)   0.0288 (  2.5%)   0.0625 (  1.3%)   0.0633 (  0.6%)  import-clang-decl
   0.0013 (  0.0%)   0.0057 (  0.5%)   0.0070 (  0.2%)   0.0435 (  0.4%)  load-stdlib
   0.0054 (  0.2%)   0.0053 (  0.5%)   0.0108 (  0.2%)   0.0130 (  0.1%)  perform-sema
   0.0054 (  0.2%)   0.0053 (  0.5%)   0.0107 (  0.2%)   0.0129 (  0.1%)  Type checking and Semantic analysis
   0.0043 (  0.1%)   0.0048 (  0.4%)   0.0091 (  0.2%)   0.0113 (  0.1%)  typecheck-decl
   0.0045 (  0.1%)   0.0061 (  0.5%)   0.0106 (  0.2%)   0.0106 (  0.1%)  IRGen
   0.0026 (  0.1%)   0.0013 (  0.1%)   0.0039 (  0.1%)   0.0039 (  0.0%)  load-all-members
   0.0010 (  0.0%)   0.0011 (  0.1%)   0.0022 (  0.0%)   0.0029 (  0.0%)  SILGen
   0.0020 (  0.1%)   0.0005 (  0.0%)   0.0025 (  0.1%)   0.0025 (  0.0%)  SIL optimization
   0.0008 (  0.0%)   0.0011 (  0.1%)   0.0018 (  0.0%)   0.0023 (  0.0%)  SILGen-function
   0.0007 (  0.0%)   0.0003 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  typecheck-expr
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  typecheck-stmt
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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
   3.4862 (100.0%)   1.1610 (100.0%)   4.6472 (100.0%)   9.9939 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 5.6965 seconds (8.7343 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.6318 (100.0%)   2.0647 (100.0%)   5.6965 (100.0%)   8.7343 (100.0%)  Building Target
   3.6318 (100.0%)   2.0647 (100.0%)   5.6965 (100.0%)   8.7343 (100.0%)  Total
SwiftCompile normal x86_64 /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\ PresentationSegue.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754815043386-swift-frontend-Magellan-PresentationSegue.swift-arm64_apple_ios18.4_macabi-o-Onone-3583013661.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4996 seconds (10.2201 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0413 ( 16.2%)   0.0700 ( 28.6%)   0.1114 ( 22.3%)   4.9530 ( 48.5%)  parse-and-resolve-imports
   0.0398 ( 15.6%)   0.0687 ( 28.1%)   0.1085 ( 21.7%)   4.9501 ( 48.4%)  Import resolution
   0.0846 ( 33.2%)   0.0303 ( 12.4%)   0.1149 ( 23.0%)   0.1154 (  1.1%)  build-rewrite-system
   0.0347 ( 13.6%)   0.0330 ( 13.5%)   0.0677 ( 13.6%)   0.0677 (  0.7%)  import-clang-decl
   0.0013 (  0.5%)   0.0063 (  2.6%)   0.0076 (  1.5%)   0.0433 (  0.4%)  load-stdlib
   0.0091 (  3.6%)   0.0060 (  2.5%)   0.0151 (  3.0%)   0.0151 (  0.1%)  perform-sema
   0.0090 (  3.5%)   0.0060 (  2.5%)   0.0150 (  3.0%)   0.0150 (  0.1%)  Type checking and Semantic analysis
   0.0062 (  2.4%)   0.0065 (  2.6%)   0.0127 (  2.5%)   0.0132 (  0.1%)  IRGen
   0.0077 (  3.0%)   0.0050 (  2.0%)   0.0127 (  2.5%)   0.0127 (  0.1%)  typecheck-stmt
   0.0076 (  3.0%)   0.0050 (  2.0%)   0.0126 (  2.5%)   0.0127 (  0.1%)  typecheck-expr
   0.0061 (  2.4%)   0.0045 (  1.8%)   0.0106 (  2.1%)   0.0106 (  0.1%)  typecheck-decl
   0.0017 (  0.7%)   0.0014 (  0.6%)   0.0031 (  0.6%)   0.0033 (  0.0%)  SILGen
   0.0015 (  0.6%)   0.0013 (  0.5%)   0.0028 (  0.6%)   0.0030 (  0.0%)  SILGen-function
   0.0023 (  0.9%)   0.0007 (  0.3%)   0.0030 (  0.6%)   0.0030 (  0.0%)  load-all-members
   0.0018 (  0.7%)   0.0000 (  0.0%)   0.0019 (  0.4%)   0.0019 (  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%)  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.2548 (100.0%)   0.2448 (100.0%)   0.4996 (100.0%)  10.2201 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4862 seconds (8.7142 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8019 (100.0%)   1.6843 (100.0%)   3.4862 (100.0%)   8.7142 (100.0%)  Building Target
   1.8019 (100.0%)   1.6843 (100.0%)   3.4862 (100.0%)   8.7142 (100.0%)  Total
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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
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-1745754815047730-swift-frontend-Magellan-UIViewController_Nabigeta.swift-arm64_apple_ios18.4_macabi-o-Onone-327627272.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5136 seconds (10.3684 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0418 ( 15.7%)   0.0770 ( 31.1%)   0.1188 ( 23.1%)   5.0336 ( 48.5%)  parse-and-resolve-imports
   0.0404 ( 15.2%)   0.0757 ( 30.5%)   0.1160 ( 22.6%)   5.0309 ( 48.5%)  Import resolution
   0.0842 ( 31.7%)   0.0296 ( 12.0%)   0.1138 ( 22.2%)   0.1142 (  1.1%)  build-rewrite-system
   0.0341 ( 12.8%)   0.0324 ( 13.1%)   0.0665 ( 12.9%)   0.0666 (  0.6%)  import-clang-decl
   0.0013 (  0.5%)   0.0048 (  1.9%)   0.0061 (  1.2%)   0.0306 (  0.3%)  load-stdlib
   0.0144 (  5.4%)   0.0066 (  2.7%)   0.0211 (  4.1%)   0.0211 (  0.2%)  perform-sema
   0.0144 (  5.4%)   0.0066 (  2.7%)   0.0210 (  4.1%)   0.0210 (  0.2%)  Type checking and Semantic analysis
   0.0069 (  2.6%)   0.0050 (  2.0%)   0.0120 (  2.3%)   0.0120 (  0.1%)  typecheck-decl
   0.0062 (  2.3%)   0.0053 (  2.1%)   0.0114 (  2.2%)   0.0114 (  0.1%)  IRGen
   0.0069 (  2.6%)   0.0015 (  0.6%)   0.0084 (  1.6%)   0.0084 (  0.1%)  typecheck-stmt
   0.0041 (  1.5%)   0.0000 (  0.0%)   0.0041 (  0.8%)   0.0041 (  0.0%)  SIL optimization
   0.0027 (  1.0%)   0.0009 (  0.4%)   0.0036 (  0.7%)   0.0036 (  0.0%)  load-all-members
   0.0027 (  1.0%)   0.0006 (  0.3%)   0.0034 (  0.7%)   0.0034 (  0.0%)  SILGen
   0.0024 (  0.9%)   0.0008 (  0.3%)   0.0032 (  0.6%)   0.0032 (  0.0%)  typecheck-expr
   0.0021 (  0.8%)   0.0005 (  0.2%)   0.0026 (  0.5%)   0.0026 (  0.0%)  SILGen-function
   0.0013 (  0.5%)   0.0003 (  0.1%)   0.0015 (  0.3%)   0.0015 (  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%)  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.2659 (100.0%)   0.2478 (100.0%)   0.5136 (100.0%)  10.3684 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4224 seconds (8.7115 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7790 (100.0%)   1.6433 (100.0%)   3.4224 (100.0%)   8.7115 (100.0%)  Building Target
   1.7790 (100.0%)   1.6433 (100.0%)   3.4224 (100.0%)   8.7115 (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) }
                                             ^
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-1745754815030082-swift-frontend-Magellan-Route.swift-arm64_apple_ios18.4_macabi-o-Onone-3079259083.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 9.3759 seconds (10.0133 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   3.5586 ( 48.9%)   1.0006 ( 47.5%)   4.5592 ( 48.6%)   4.8688 ( 48.6%)  parse-and-resolve-imports
   3.5572 ( 48.9%)   0.9982 ( 47.4%)   4.5554 ( 48.6%)   4.8632 ( 48.6%)  Import resolution
   0.0843 (  1.2%)   0.0190 (  0.9%)   0.1033 (  1.1%)   0.1034 (  1.0%)  build-rewrite-system
   0.0327 (  0.4%)   0.0311 (  1.5%)   0.0638 (  0.7%)   0.0658 (  0.7%)  import-clang-decl
   0.0108 (  0.1%)   0.0198 (  0.9%)   0.0306 (  0.3%)   0.0375 (  0.4%)  load-stdlib
   0.0051 (  0.1%)   0.0088 (  0.4%)   0.0139 (  0.1%)   0.0170 (  0.2%)  perform-sema
   0.0051 (  0.1%)   0.0088 (  0.4%)   0.0138 (  0.1%)   0.0169 (  0.2%)  Type checking and Semantic analysis
   0.0039 (  0.1%)   0.0078 (  0.4%)   0.0117 (  0.1%)   0.0146 (  0.1%)  typecheck-decl
   0.0046 (  0.1%)   0.0057 (  0.3%)   0.0103 (  0.1%)   0.0103 (  0.1%)  IRGen
   0.0028 (  0.0%)   0.0009 (  0.0%)   0.0037 (  0.0%)   0.0037 (  0.0%)  load-all-members
   0.0008 (  0.0%)   0.0018 (  0.1%)   0.0027 (  0.0%)   0.0033 (  0.0%)  SILGen
   0.0022 (  0.0%)   0.0001 (  0.0%)   0.0023 (  0.0%)   0.0026 (  0.0%)  SIL optimization
   0.0006 (  0.0%)   0.0013 (  0.1%)   0.0019 (  0.0%)   0.0025 (  0.0%)  SILGen-function
   0.0008 (  0.0%)   0.0008 (  0.0%)   0.0016 (  0.0%)   0.0017 (  0.0%)  typecheck-stmt
   0.0007 (  0.0%)   0.0007 (  0.0%)   0.0015 (  0.0%)   0.0016 (  0.0%)  typecheck-expr
   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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
   7.2704 (100.0%)   2.1055 (100.0%)   9.3759 (100.0%)  10.0133 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 8.0277 seconds (8.7266 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   5.3972 (100.0%)   2.6305 (100.0%)   8.0277 (100.0%)   8.7266 (100.0%)  Building Target
   5.3972 (100.0%)   2.6305 (100.0%)   8.0277 (100.0%)   8.7266 (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\ PresentationStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754815049182-swift-frontend-Magellan-PresentationStrategy.swift-arm64_apple_ios18.4_macabi-o-Onone-499027785.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4227 seconds (10.0132 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0426 ( 20.3%)   0.0723 ( 34.0%)   0.1149 ( 27.2%)   4.8931 ( 48.9%)  parse-and-resolve-imports
   0.0409 ( 19.5%)   0.0706 ( 33.2%)   0.1116 ( 26.4%)   4.8898 ( 48.8%)  Import resolution
   0.0841 ( 40.0%)   0.0286 ( 13.5%)   0.1127 ( 26.7%)   0.1142 (  1.1%)  build-rewrite-system
   0.0340 ( 16.2%)   0.0316 ( 14.8%)   0.0655 ( 15.5%)   0.0657 (  0.7%)  import-clang-decl
   0.0011 (  0.5%)   0.0038 (  1.8%)   0.0049 (  1.2%)   0.0372 (  0.4%)  load-stdlib
   0.0032 (  1.5%)   0.0039 (  1.8%)   0.0071 (  1.7%)   0.0071 (  0.1%)  IRGen
   0.0027 (  1.3%)   0.0008 (  0.4%)   0.0035 (  0.8%)   0.0035 (  0.0%)  load-all-members
   0.0005 (  0.3%)   0.0004 (  0.2%)   0.0009 (  0.2%)   0.0009 (  0.0%)  perform-sema
   0.0005 (  0.2%)   0.0004 (  0.2%)   0.0008 (  0.2%)   0.0008 (  0.0%)  Type checking and Semantic analysis
   0.0004 (  0.2%)   0.0003 (  0.1%)   0.0007 (  0.2%)   0.0008 (  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%)  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 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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.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.2100 (100.0%)   0.2127 (100.0%)   0.4227 (100.0%)  10.0132 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5200 seconds (8.7082 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8417 (100.0%)   1.6783 (100.0%)   3.5200 (100.0%)   8.7082 (100.0%)  Building Target
   1.8417 (100.0%)   1.6783 (100.0%)   3.5200 (100.0%)   8.7082 (100.0%)  Total
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

SwiftCompile normal x86_64 Compiling\ PresentationSegue.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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-1745754820099844-swift-frontend-Magellan-PresentationSegue.swift-x86_64_apple_ios18.4_macabi-o-Onone-2844365539.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4057 seconds (0.4065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0839 ( 35.4%)   0.0320 ( 19.0%)   0.1160 ( 28.6%)   0.1164 ( 28.6%)  build-rewrite-system
   0.0355 ( 15.0%)   0.0360 ( 21.4%)   0.0716 ( 17.6%)   0.0716 ( 17.6%)  parse-and-resolve-imports
   0.0341 ( 14.4%)   0.0346 ( 20.5%)   0.0687 ( 16.9%)   0.0687 ( 16.9%)  Import resolution
   0.0341 ( 14.4%)   0.0308 ( 18.3%)   0.0648 ( 16.0%)   0.0652 ( 16.0%)  import-clang-decl
   0.0083 (  3.5%)   0.0057 (  3.4%)   0.0140 (  3.5%)   0.0140 (  3.4%)  perform-sema
   0.0083 (  3.5%)   0.0057 (  3.4%)   0.0139 (  3.4%)   0.0140 (  3.4%)  Type checking and Semantic analysis
   0.0071 (  3.0%)   0.0049 (  2.9%)   0.0120 (  3.0%)   0.0120 (  3.0%)  typecheck-stmt
   0.0070 (  3.0%)   0.0049 (  2.9%)   0.0119 (  2.9%)   0.0119 (  2.9%)  typecheck-expr
   0.0052 (  2.2%)   0.0050 (  3.0%)   0.0103 (  2.5%)   0.0103 (  2.5%)  IRGen
   0.0054 (  2.3%)   0.0044 (  2.6%)   0.0098 (  2.4%)   0.0098 (  2.4%)  typecheck-decl
   0.0017 (  0.7%)   0.0012 (  0.7%)   0.0029 (  0.7%)   0.0029 (  0.7%)  SILGen
   0.0022 (  0.9%)   0.0006 (  0.4%)   0.0028 (  0.7%)   0.0028 (  0.7%)  load-all-members
   0.0014 (  0.6%)   0.0012 (  0.7%)   0.0026 (  0.6%)   0.0026 (  0.6%)  SILGen-function
   0.0009 (  0.4%)   0.0015 (  0.9%)   0.0024 (  0.6%)   0.0024 (  0.6%)  load-stdlib
   0.0019 (  0.8%)   0.0000 (  0.0%)   0.0019 (  0.5%)   0.0019 (  0.5%)  SIL optimization
   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%)  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%)  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%)  AST verification
   0.2372 (100.0%)   0.1685 (100.0%)   0.4057 (100.0%)   0.4065 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.3484 seconds (3.6692 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8172 (100.0%)   1.5312 (100.0%)   3.3484 (100.0%)   3.6692 (100.0%)  Building Target
   1.8172 (100.0%)   1.5312 (100.0%)   3.3484 (100.0%)   3.6692 (100.0%)  Total
SwiftDriverJobDiscovery normal x86_64 Emitting module for Magellan (in target 'Magellan' from project 'Magellan')
SwiftDriver\ Compilation\ Requirements Magellan normal x86_64 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-maccatalyst/Magellan.build/Objects-normal/x86_64/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-ios18.4-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-maccatalyst/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios18.4-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/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-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/x86_64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/x86_64-apple-ios-macabi.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Headers/Magellan-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan-Swift.h -arch x86_64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Headers/Magellan-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/x86_64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/x86_64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/x86_64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/x86_64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/arm64-apple-ios-macabi.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/arm64-apple-ios-macabi.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/arm64-apple-ios-macabi.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/arm64-apple-ios-macabi.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/arm64-apple-ios-macabi.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/arm64-apple-ios-macabi.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/Project/x86_64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/Project/x86_64-apple-ios-macabi.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Modules/Magellan.swiftmodule/Project/arm64-apple-ios-macabi.swiftsourceinfo
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-1745754820389993-swift-frontend-Magellan-NavigationContext.swift-arm64_apple_ios18.4_macabi-o-Onone-4202514728.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3524 seconds (0.3544 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0574 ( 29.2%)   0.0216 ( 13.9%)   0.0790 ( 22.4%)   0.0808 ( 22.8%)  build-rewrite-system
   0.0396 ( 20.1%)   0.0406 ( 26.0%)   0.0801 ( 22.7%)   0.0801 ( 22.6%)  parse-and-resolve-imports
   0.0382 ( 19.5%)   0.0390 ( 25.0%)   0.0772 ( 21.9%)   0.0772 ( 21.8%)  Import resolution
   0.0328 ( 16.7%)   0.0318 ( 20.4%)   0.0646 ( 18.3%)   0.0649 ( 18.3%)  import-clang-decl
   0.0056 (  2.8%)   0.0049 (  3.2%)   0.0105 (  3.0%)   0.0105 (  3.0%)  perform-sema
   0.0055 (  2.8%)   0.0049 (  3.2%)   0.0104 (  3.0%)   0.0104 (  2.9%)  Type checking and Semantic analysis
   0.0044 (  2.2%)   0.0051 (  3.2%)   0.0094 (  2.7%)   0.0094 (  2.7%)  IRGen
   0.0047 (  2.4%)   0.0047 (  3.0%)   0.0093 (  2.6%)   0.0093 (  2.6%)  typecheck-decl
   0.0025 (  1.3%)   0.0009 (  0.6%)   0.0033 (  0.9%)   0.0033 (  0.9%)  load-all-members
   0.0010 (  0.5%)   0.0016 (  1.0%)   0.0026 (  0.7%)   0.0026 (  0.7%)  load-stdlib
   0.0023 (  1.2%)   0.0000 (  0.0%)   0.0024 (  0.7%)   0.0024 (  0.7%)  SIL optimization
   0.0008 (  0.4%)   0.0003 (  0.2%)   0.0011 (  0.3%)   0.0011 (  0.3%)  SILGen
   0.0007 (  0.3%)   0.0003 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.3%)  typecheck-expr
   0.0005 (  0.3%)   0.0002 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.2%)  typecheck-stmt
   0.0005 (  0.2%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.2%)  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.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1965 (100.0%)   0.1559 (100.0%)   0.3524 (100.0%)   0.3544 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0284 seconds (3.3649 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4765 (100.0%)   1.5519 (100.0%)   3.0284 (100.0%)   3.3649 (100.0%)  Building Target
   1.4765 (100.0%)   1.5519 (100.0%)   3.0284 (100.0%)   3.3649 (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

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-1745754824055030-swift-frontend-Magellan-PresentationPush.swift-arm64_apple_ios18.4_macabi-o-Onone-3433672794.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2729 seconds (0.2736 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0349 ( 20.6%)   0.0303 ( 29.4%)   0.0652 ( 23.9%)   0.0653 ( 23.9%)  parse-and-resolve-imports
   0.0335 ( 19.7%)   0.0282 ( 27.4%)   0.0618 ( 22.6%)   0.0618 ( 22.6%)  Import resolution
   0.0214 ( 12.6%)   0.0083 (  8.1%)   0.0297 ( 10.9%)   0.0298 ( 10.9%)  perform-sema
   0.0213 ( 12.5%)   0.0083 (  8.1%)   0.0296 ( 10.8%)   0.0297 ( 10.9%)  Type checking and Semantic analysis
   0.0191 ( 11.3%)   0.0069 (  6.7%)   0.0260 (  9.5%)   0.0261 (  9.5%)  typecheck-decl
   0.0091 (  5.4%)   0.0035 (  3.4%)   0.0126 (  4.6%)   0.0128 (  4.7%)  typecheck-stmt
   0.0089 (  5.2%)   0.0034 (  3.4%)   0.0124 (  4.5%)   0.0125 (  4.6%)  typecheck-expr
   0.0054 (  3.2%)   0.0052 (  5.1%)   0.0106 (  3.9%)   0.0106 (  3.9%)  IRGen
   0.0041 (  2.4%)   0.0049 (  4.7%)   0.0090 (  3.3%)   0.0090 (  3.3%)  import-clang-decl
   0.0034 (  2.0%)   0.0008 (  0.7%)   0.0042 (  1.5%)   0.0042 (  1.5%)  build-rewrite-system
   0.0027 (  1.6%)   0.0009 (  0.9%)   0.0037 (  1.3%)   0.0037 (  1.3%)  SILGen
   0.0030 (  1.7%)   0.0001 (  0.1%)   0.0031 (  1.1%)   0.0031 (  1.1%)  SIL optimization
   0.0020 (  1.1%)   0.0008 (  0.8%)   0.0028 (  1.0%)   0.0028 (  1.0%)  SILGen-function
   0.0010 (  0.6%)   0.0012 (  1.2%)   0.0022 (  0.8%)   0.0022 (  0.8%)  load-stdlib
   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%)  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%)  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%)  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.1700 (100.0%)   0.1029 (100.0%)   0.2729 (100.0%)   0.2736 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1462 seconds (0.1472 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0819 (100.0%)   0.0643 (100.0%)   0.1462 (100.0%)   0.1472 (100.0%)  Building Target
   0.0819 (100.0%)   0.0643 (100.0%)   0.1462 (100.0%)   0.1472 (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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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
SwiftDriverJobDiscovery normal arm64 Compiling NavigationContext.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 Compiling\ PresentingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentingContext.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754824229814-swift-frontend-Magellan-PresentingContext.swift-x86_64_apple_ios18.4_macabi-o-Onone-1134211199.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3729 seconds (0.3740 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0400 ( 25.9%)   0.0744 ( 34.1%)   0.1145 ( 30.7%)   0.1149 ( 30.7%)  parse-and-resolve-imports
   0.0385 ( 24.8%)   0.0683 ( 31.3%)   0.1068 ( 28.6%)   0.1072 ( 28.7%)  Import resolution
   0.0082 (  5.3%)   0.0200 (  9.2%)   0.0282 (  7.6%)   0.0283 (  7.6%)  IRGen
   0.0149 (  9.6%)   0.0097 (  4.4%)   0.0245 (  6.6%)   0.0245 (  6.6%)  perform-sema
   0.0148 (  9.6%)   0.0097 (  4.4%)   0.0245 (  6.6%)   0.0245 (  6.5%)  Type checking and Semantic analysis
   0.0131 (  8.5%)   0.0092 (  4.2%)   0.0223 (  6.0%)   0.0223 (  6.0%)  typecheck-decl
   0.0036 (  2.3%)   0.0121 (  5.5%)   0.0157 (  4.2%)   0.0157 (  4.2%)  import-clang-decl
   0.0049 (  3.2%)   0.0051 (  2.3%)   0.0100 (  2.7%)   0.0100 (  2.7%)  typecheck-expr
   0.0048 (  3.1%)   0.0050 (  2.3%)   0.0098 (  2.6%)   0.0098 (  2.6%)  typecheck-stmt
   0.0036 (  2.3%)   0.0014 (  0.6%)   0.0050 (  1.3%)   0.0050 (  1.3%)  build-rewrite-system
   0.0012 (  0.8%)   0.0020 (  0.9%)   0.0032 (  0.9%)   0.0034 (  0.9%)  load-stdlib
   0.0025 (  1.6%)   0.0006 (  0.3%)   0.0031 (  0.8%)   0.0031 (  0.8%)  SILGen
   0.0030 (  1.9%)   0.0001 (  0.0%)   0.0031 (  0.8%)   0.0031 (  0.8%)  SIL optimization
   0.0016 (  1.1%)   0.0004 (  0.2%)   0.0020 (  0.5%)   0.0020 (  0.5%)  SILGen-function
   0.0001 (  0.1%)   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1548 (100.0%)   0.2180 (100.0%)   0.3729 (100.0%)   0.3740 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2008 seconds (0.2028 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0848 (100.0%)   0.1160 (100.0%)   0.2008 (100.0%)   0.2028 (100.0%)  Building Target
   0.0848 (100.0%)   0.1160 (100.0%)   0.2008 (100.0%)   0.2028 (100.0%)  Total
SwiftDriverJobDiscovery normal x86_64 Compiling Navigation.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 Compiling\ Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift (in target 'Magellan' from project 'Magellan')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754824232354-swift-frontend-Magellan-Navigation.swift-arm64_apple_ios18.4_macabi-o-Onone-1090241301.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3256 seconds (0.3261 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0398 ( 29.8%)   0.0711 ( 37.0%)   0.1109 ( 34.1%)   0.1112 ( 34.1%)  parse-and-resolve-imports
   0.0382 ( 28.6%)   0.0651 ( 33.9%)   0.1034 ( 31.7%)   0.1036 ( 31.8%)  Import resolution
   0.0118 (  8.8%)   0.0105 (  5.5%)   0.0223 (  6.9%)   0.0223 (  6.8%)  perform-sema
   0.0117 (  8.8%)   0.0105 (  5.5%)   0.0222 (  6.8%)   0.0222 (  6.8%)  Type checking and Semantic analysis
   0.0081 (  6.1%)   0.0096 (  5.0%)   0.0177 (  5.4%)   0.0178 (  5.4%)  typecheck-decl
   0.0031 (  2.3%)   0.0123 (  6.4%)   0.0154 (  4.7%)   0.0153 (  4.7%)  import-clang-decl
   0.0056 (  4.2%)   0.0084 (  4.4%)   0.0140 (  4.3%)   0.0140 (  4.3%)  IRGen
   0.0041 (  3.1%)   0.0011 (  0.6%)   0.0052 (  1.6%)   0.0052 (  1.6%)  typecheck-expr
   0.0041 (  3.0%)   0.0009 (  0.5%)   0.0049 (  1.5%)   0.0049 (  1.5%)  typecheck-stmt
   0.0034 (  2.6%)   0.0000 (  0.0%)   0.0035 (  1.1%)   0.0035 (  1.1%)  SIL optimization
   0.0010 (  0.8%)   0.0021 (  1.1%)   0.0031 (  1.0%)   0.0032 (  1.0%)  load-stdlib
   0.0013 (  0.9%)   0.0002 (  0.1%)   0.0015 (  0.5%)   0.0015 (  0.5%)  SILGen
   0.0008 (  0.6%)   0.0001 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.3%)  SILGen-function
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  build-rewrite-system
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1335 (100.0%)   0.1920 (100.0%)   0.3256 (100.0%)   0.3261 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1812 seconds (0.1816 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0777 (100.0%)   0.1036 (100.0%)   0.1812 (100.0%)   0.1816 (100.0%)  Building Target
   0.0777 (100.0%)   0.1036 (100.0%)   0.1812 (100.0%)   0.1816 (100.0%)  Total
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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
SwiftDriverJobDiscovery normal arm64 Compiling PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
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/MacOSX.platform/Developer/SDKs/MacOSX15.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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-1745754824272846-swift-frontend-Magellan-PresentationPopover.swift-arm64_apple_ios18.4_macabi-o-Onone-304326473.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4685 seconds (0.4703 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0413 ( 21.1%)   0.0839 ( 30.8%)   0.1253 ( 26.7%)   0.1254 ( 26.7%)  parse-and-resolve-imports
   0.0397 ( 20.3%)   0.0805 ( 29.6%)   0.1203 ( 25.7%)   0.1204 ( 25.6%)  Import resolution
   0.0216 ( 11.0%)   0.0179 (  6.6%)   0.0395 (  8.4%)   0.0397 (  8.4%)  perform-sema
   0.0215 ( 11.0%)   0.0178 (  6.5%)   0.0393 (  8.4%)   0.0396 (  8.4%)  Type checking and Semantic analysis
   0.0199 ( 10.2%)   0.0172 (  6.3%)   0.0372 (  7.9%)   0.0375 (  8.0%)  typecheck-stmt
   0.0199 ( 10.2%)   0.0173 (  6.3%)   0.0372 (  7.9%)   0.0374 (  8.0%)  typecheck-expr
   0.0122 (  6.2%)   0.0143 (  5.2%)   0.0265 (  5.6%)   0.0267 (  5.7%)  typecheck-decl
   0.0077 (  3.9%)   0.0159 (  5.8%)   0.0236 (  5.0%)   0.0237 (  5.0%)  import-clang-decl
   0.0044 (  2.3%)   0.0053 (  2.0%)   0.0097 (  2.1%)   0.0097 (  2.1%)  IRGen
   0.0025 (  1.3%)   0.0000 (  0.0%)   0.0026 (  0.5%)   0.0026 (  0.5%)  SIL optimization
   0.0009 (  0.5%)   0.0014 (  0.5%)   0.0023 (  0.5%)   0.0023 (  0.5%)  load-stdlib
   0.0017 (  0.8%)   0.0003 (  0.1%)   0.0020 (  0.4%)   0.0020 (  0.4%)  SILGen
   0.0013 (  0.6%)   0.0003 (  0.1%)   0.0015 (  0.3%)   0.0015 (  0.3%)  SILGen-function
   0.0010 (  0.5%)   0.0004 (  0.1%)   0.0014 (  0.3%)   0.0014 (  0.3%)  load-all-members
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  build-rewrite-system
   0.0001 (  0.1%)   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%)  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%)  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.1960 (100.0%)   0.2726 (100.0%)   0.4685 (100.0%)   0.4703 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1981 seconds (0.1985 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0836 (100.0%)   0.1145 (100.0%)   0.1981 (100.0%)   0.1985 (100.0%)  Building Target
   0.0836 (100.0%)   0.1145 (100.0%)   0.1981 (100.0%)   0.1985 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 Compiling\ PresentationPopover.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /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/MacOSX.platform/Developer/SDKs/MacOSX15.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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-1745754824284279-swift-frontend-Magellan-PresentationPopover.swift-x86_64_apple_ios18.4_macabi-o-Onone-1971295169.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4387 seconds (0.4411 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0413 ( 21.3%)   0.0884 ( 36.1%)   0.1297 ( 29.6%)   0.1304 ( 29.6%)  parse-and-resolve-imports
   0.0396 ( 20.4%)   0.0861 ( 35.2%)   0.1258 ( 28.7%)   0.1265 ( 28.7%)  Import resolution
   0.0212 ( 10.9%)   0.0117 (  4.8%)   0.0329 (  7.5%)   0.0331 (  7.5%)  perform-sema
   0.0211 ( 10.9%)   0.0117 (  4.8%)   0.0328 (  7.5%)   0.0330 (  7.5%)  Type checking and Semantic analysis
   0.0195 ( 10.0%)   0.0110 (  4.5%)   0.0305 (  6.9%)   0.0306 (  6.9%)  typecheck-expr
   0.0194 ( 10.0%)   0.0110 (  4.5%)   0.0304 (  6.9%)   0.0305 (  6.9%)  typecheck-stmt
   0.0120 (  6.2%)   0.0081 (  3.3%)   0.0200 (  4.6%)   0.0202 (  4.6%)  typecheck-decl
   0.0071 (  3.7%)   0.0078 (  3.2%)   0.0150 (  3.4%)   0.0151 (  3.4%)  import-clang-decl
   0.0051 (  2.6%)   0.0060 (  2.5%)   0.0111 (  2.5%)   0.0113 (  2.6%)  IRGen
   0.0026 (  1.3%)   0.0000 (  0.0%)   0.0026 (  0.6%)   0.0026 (  0.6%)  SIL optimization
   0.0009 (  0.5%)   0.0016 (  0.7%)   0.0026 (  0.6%)   0.0026 (  0.6%)  load-stdlib
   0.0016 (  0.8%)   0.0004 (  0.2%)   0.0020 (  0.5%)   0.0020 (  0.5%)  SILGen
   0.0014 (  0.7%)   0.0003 (  0.1%)   0.0017 (  0.4%)   0.0017 (  0.4%)  SILGen-function
   0.0008 (  0.4%)   0.0005 (  0.2%)   0.0013 (  0.3%)   0.0013 (  0.3%)  load-all-members
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  build-rewrite-system
   0.0001 (  0.1%)   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%)  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%)  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.1940 (100.0%)   0.2448 (100.0%)   0.4387 (100.0%)   0.4411 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1986 seconds (0.1998 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0837 (100.0%)   0.1148 (100.0%)   0.1986 (100.0%)   0.1998 (100.0%)  Building Target
   0.0837 (100.0%)   0.1148 (100.0%)   0.1986 (100.0%)   0.1998 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
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-1745754824286953-swift-frontend-Magellan-PresentationModal.swift-arm64_apple_ios18.4_macabi-o-Onone-2963207384.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3772 seconds (0.3781 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0429 ( 28.6%)   0.0923 ( 40.7%)   0.1352 ( 35.8%)   0.1356 ( 35.9%)  parse-and-resolve-imports
   0.0413 ( 27.5%)   0.0902 ( 39.7%)   0.1315 ( 34.9%)   0.1319 ( 34.9%)  Import resolution
   0.0142 (  9.5%)   0.0084 (  3.7%)   0.0227 (  6.0%)   0.0227 (  6.0%)  perform-sema
   0.0142 (  9.4%)   0.0084 (  3.7%)   0.0226 (  6.0%)   0.0226 (  6.0%)  Type checking and Semantic analysis
   0.0059 (  3.9%)   0.0070 (  3.1%)   0.0129 (  3.4%)   0.0129 (  3.4%)  IRGen
   0.0086 (  5.7%)   0.0029 (  1.3%)   0.0115 (  3.1%)   0.0115 (  3.0%)  typecheck-expr
   0.0085 (  5.7%)   0.0028 (  1.2%)   0.0113 (  3.0%)   0.0113 (  3.0%)  typecheck-stmt
   0.0053 (  3.5%)   0.0054 (  2.4%)   0.0107 (  2.8%)   0.0107 (  2.8%)  typecheck-decl
   0.0037 (  2.4%)   0.0064 (  2.8%)   0.0101 (  2.7%)   0.0101 (  2.7%)  import-clang-decl
   0.0010 (  0.7%)   0.0026 (  1.1%)   0.0036 (  0.9%)   0.0036 (  1.0%)  load-stdlib
   0.0028 (  1.8%)   0.0000 (  0.0%)   0.0028 (  0.7%)   0.0028 (  0.7%)  SIL optimization
   0.0010 (  0.7%)   0.0002 (  0.1%)   0.0012 (  0.3%)   0.0012 (  0.3%)  SILGen
   0.0006 (  0.4%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.2%)  SILGen-function
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  build-rewrite-system
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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%)  SIL verification, pre-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.1502 (100.0%)   0.2269 (100.0%)   0.3772 (100.0%)   0.3781 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1961 seconds (0.1967 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0791 (100.0%)   0.1170 (100.0%)   0.1961 (100.0%)   0.1967 (100.0%)  Building Target
   0.0791 (100.0%)   0.1170 (100.0%)   0.1961 (100.0%)   0.1967 (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/MacOSX.platform/Developer/SDKs/MacOSX15.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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
SwiftDriverJobDiscovery normal x86_64 Compiling Route.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 Compiling\ PresentationPush.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754824294134-swift-frontend-Magellan-PresentationPush.swift-x86_64_apple_ios18.4_macabi-o-Onone-3058365436.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4139 seconds (0.4145 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0410 ( 22.2%)   0.0878 ( 38.3%)   0.1289 ( 31.1%)   0.1292 ( 31.2%)  parse-and-resolve-imports
   0.0396 ( 21.5%)   0.0856 ( 37.3%)   0.1251 ( 30.2%)   0.1255 ( 30.3%)  Import resolution
   0.0216 ( 11.7%)   0.0103 (  4.5%)   0.0319 (  7.7%)   0.0319 (  7.7%)  perform-sema
   0.0215 ( 11.7%)   0.0103 (  4.5%)   0.0319 (  7.7%)   0.0319 (  7.7%)  Type checking and Semantic analysis
   0.0194 ( 10.5%)   0.0095 (  4.1%)   0.0289 (  7.0%)   0.0289 (  7.0%)  typecheck-decl
   0.0094 (  5.1%)   0.0045 (  2.0%)   0.0140 (  3.4%)   0.0140 (  3.4%)  typecheck-stmt
   0.0091 (  5.0%)   0.0045 (  2.0%)   0.0136 (  3.3%)   0.0136 (  3.3%)  typecheck-expr
   0.0042 (  2.3%)   0.0068 (  3.0%)   0.0110 (  2.7%)   0.0110 (  2.7%)  import-clang-decl
   0.0055 (  3.0%)   0.0051 (  2.2%)   0.0106 (  2.6%)   0.0106 (  2.6%)  IRGen
   0.0037 (  2.0%)   0.0014 (  0.6%)   0.0051 (  1.2%)   0.0051 (  1.2%)  build-rewrite-system
   0.0030 (  1.6%)   0.0008 (  0.3%)   0.0038 (  0.9%)   0.0038 (  0.9%)  SILGen
   0.0032 (  1.7%)   0.0001 (  0.0%)   0.0033 (  0.8%)   0.0033 (  0.8%)  SIL optimization
   0.0009 (  0.5%)   0.0020 (  0.9%)   0.0029 (  0.7%)   0.0030 (  0.7%)  load-stdlib
   0.0022 (  1.2%)   0.0006 (  0.3%)   0.0027 (  0.7%)   0.0027 (  0.7%)  SILGen-function
   0.0001 (  0.1%)   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%)  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%)  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%)  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.1845 (100.0%)   0.2294 (100.0%)   0.4139 (100.0%)   0.4145 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1995 seconds (0.1999 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0882 (100.0%)   0.1113 (100.0%)   0.1995 (100.0%)   0.1999 (100.0%)  Building Target
   0.0882 (100.0%)   0.1113 (100.0%)   0.1995 (100.0%)   0.1999 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling Route.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 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-1745754824294934-swift-frontend-Magellan-NavigationContext.swift-x86_64_apple_ios18.4_macabi-o-Onone-1101024555.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3287 seconds (0.3316 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0411 ( 37.3%)   0.0931 ( 42.6%)   0.1343 ( 40.9%)   0.1356 ( 40.9%)  parse-and-resolve-imports
   0.0398 ( 36.1%)   0.0915 ( 41.9%)   0.1313 ( 39.9%)   0.1326 ( 40.0%)  Import resolution
   0.0061 (  5.5%)   0.0066 (  3.0%)   0.0127 (  3.9%)   0.0127 (  3.8%)  perform-sema
   0.0060 (  5.4%)   0.0066 (  3.0%)   0.0126 (  3.8%)   0.0127 (  3.8%)  Type checking and Semantic analysis
   0.0055 (  5.0%)   0.0064 (  2.9%)   0.0120 (  3.6%)   0.0120 (  3.6%)  typecheck-decl
   0.0043 (  3.9%)   0.0058 (  2.6%)   0.0100 (  3.1%)   0.0100 (  3.0%)  IRGen
   0.0025 (  2.2%)   0.0053 (  2.4%)   0.0078 (  2.4%)   0.0078 (  2.4%)  import-clang-decl
   0.0010 (  0.9%)   0.0024 (  1.1%)   0.0034 (  1.0%)   0.0034 (  1.0%)  load-stdlib
   0.0023 (  2.1%)   0.0000 (  0.0%)   0.0023 (  0.7%)   0.0023 (  0.7%)  SIL optimization
   0.0006 (  0.6%)   0.0003 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.3%)  SILGen
   0.0004 (  0.3%)   0.0002 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.2%)  typecheck-expr
   0.0003 (  0.3%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  SILGen-function
   0.0003 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  typecheck-stmt
   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%)  build-rewrite-system
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1103 (100.0%)   0.2184 (100.0%)   0.3287 (100.0%)   0.3316 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1783 seconds (0.1797 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0641 (100.0%)   0.1142 (100.0%)   0.1783 (100.0%)   0.1797 (100.0%)  Building Target
   0.0641 (100.0%)   0.1142 (100.0%)   0.1783 (100.0%)   0.1797 (100.0%)  Total
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/NavigationContext.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal x86_64 Compiling PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 Compiling\ UIViewController+Nabigeta.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /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) }
                                             ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745754824296316-swift-frontend-Magellan-UIViewController_Nabigeta.swift-x86_64_apple_ios18.4_macabi-o-Onone-185755521.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3773 seconds (0.3790 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0416 ( 27.6%)   0.0950 ( 41.9%)   0.1366 ( 36.2%)   0.1375 ( 36.3%)  parse-and-resolve-imports
   0.0400 ( 26.5%)   0.0928 ( 40.9%)   0.1328 ( 35.2%)   0.1336 ( 35.2%)  Import resolution
   0.0150 ( 10.0%)   0.0080 (  3.5%)   0.0230 (  6.1%)   0.0230 (  6.1%)  perform-sema
   0.0150 (  9.9%)   0.0079 (  3.5%)   0.0229 (  6.1%)   0.0229 (  6.0%)  Type checking and Semantic analysis
   0.0072 (  4.8%)   0.0061 (  2.7%)   0.0133 (  3.5%)   0.0133 (  3.5%)  typecheck-decl
   0.0063 (  4.2%)   0.0046 (  2.0%)   0.0108 (  2.9%)   0.0108 (  2.9%)  IRGen
   0.0072 (  4.7%)   0.0017 (  0.8%)   0.0089 (  2.3%)   0.0089 (  2.3%)  typecheck-stmt
   0.0029 (  2.0%)   0.0051 (  2.2%)   0.0080 (  2.1%)   0.0080 (  2.1%)  import-clang-decl
   0.0041 (  2.7%)   0.0001 (  0.1%)   0.0043 (  1.1%)   0.0043 (  1.1%)  SIL optimization
   0.0033 (  2.2%)   0.0007 (  0.3%)   0.0040 (  1.0%)   0.0040 (  1.0%)  SILGen
   0.0027 (  1.8%)   0.0010 (  0.5%)   0.0038 (  1.0%)   0.0038 (  1.0%)  typecheck-expr
   0.0010 (  0.6%)   0.0025 (  1.1%)   0.0035 (  0.9%)   0.0035 (  0.9%)  load-stdlib
   0.0025 (  1.7%)   0.0005 (  0.2%)   0.0030 (  0.8%)   0.0030 (  0.8%)  SILGen-function
   0.0013 (  0.9%)   0.0003 (  0.2%)   0.0017 (  0.4%)   0.0017 (  0.4%)  precheck-target
   0.0006 (  0.4%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.2%)  build-rewrite-system
   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%)  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.1507 (100.0%)   0.2266 (100.0%)   0.3773 (100.0%)   0.3790 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2094 seconds (0.2114 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0904 (100.0%)   0.1189 (100.0%)   0.2094 (100.0%)   0.2114 (100.0%)  Building Target
   0.0904 (100.0%)   0.1189 (100.0%)   0.2094 (100.0%)   0.2114 (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-1745754824297671-swift-frontend-Magellan-PresentingContext.swift-arm64_apple_ios18.4_macabi-o-Onone-2833803035.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3950 seconds (0.3963 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0429 ( 27.7%)   0.0980 ( 40.7%)   0.1409 ( 35.7%)   0.1414 ( 35.7%)  parse-and-resolve-imports
   0.0413 ( 26.7%)   0.0958 ( 39.8%)   0.1371 ( 34.7%)   0.1377 ( 34.7%)  Import resolution
   0.0141 (  9.1%)   0.0075 (  3.1%)   0.0216 (  5.5%)   0.0216 (  5.4%)  perform-sema
   0.0141 (  9.1%)   0.0075 (  3.1%)   0.0215 (  5.5%)   0.0215 (  5.4%)  Type checking and Semantic analysis
   0.0120 (  7.8%)   0.0070 (  2.9%)   0.0190 (  4.8%)   0.0190 (  4.8%)  typecheck-decl
   0.0069 (  4.5%)   0.0063 (  2.6%)   0.0132 (  3.3%)   0.0132 (  3.3%)  IRGen
   0.0048 (  3.1%)   0.0043 (  1.8%)   0.0091 (  2.3%)   0.0091 (  2.3%)  typecheck-expr
   0.0047 (  3.1%)   0.0042 (  1.7%)   0.0089 (  2.3%)   0.0089 (  2.3%)  typecheck-stmt
   0.0032 (  2.0%)   0.0057 (  2.4%)   0.0088 (  2.2%)   0.0088 (  2.2%)  import-clang-decl
   0.0033 (  2.1%)   0.0011 (  0.5%)   0.0044 (  1.1%)   0.0044 (  1.1%)  build-rewrite-system
   0.0033 (  2.1%)   0.0002 (  0.1%)   0.0035 (  0.9%)   0.0036 (  0.9%)  SIL optimization
   0.0010 (  0.6%)   0.0022 (  0.9%)   0.0032 (  0.8%)   0.0032 (  0.8%)  load-stdlib
   0.0018 (  1.2%)   0.0004 (  0.2%)   0.0023 (  0.6%)   0.0023 (  0.6%)  SILGen
   0.0011 (  0.7%)   0.0003 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.3%)  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%)  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%)  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%)  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.1546 (100.0%)   0.2404 (100.0%)   0.3950 (100.0%)   0.3963 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2038 seconds (0.2045 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0830 (100.0%)   0.1209 (100.0%)   0.2038 (100.0%)   0.2045 (100.0%)  Building Target
   0.0830 (100.0%)   0.1209 (100.0%)   0.2038 (100.0%)   0.2045 (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
SwiftDriverJobDiscovery normal arm64 Compiling PresentationPush.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationModal.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling Navigation.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentingContext.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling NavigationContext.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationModal.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationPush.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentingContext.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-maccatalyst/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-ios18.4-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/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-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/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/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Binary/Magellan normal arm64 (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-macabi -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.LinkFileList -install_name @rpath/Magellan.framework/Versions/A/Magellan -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/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/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Binary/Magellan
SwiftDriverJobDiscovery normal x86_64 Compiling UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
SwiftDriver\ Compilation Magellan normal x86_64 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-maccatalyst/Magellan.build/Objects-normal/x86_64/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target x86_64-apple-ios18.4-macabi -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-maccatalyst -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/Magellan.build/Objects-normal/x86_64/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-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/include -Xcc -isystem -Xcc /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/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-maccatalyst/Magellan.build/Objects-normal/x86_64/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/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Binary/Magellan normal x86_64 (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 x86_64-apple-ios18.4-macabi -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.LinkFileList -install_name @rpath/Magellan.framework/Versions/A/Magellan -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/System/iOSSupport/usr/lib/swift -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Binary/Magellan
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Magellan normal arm64\ x86_64 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Binary/Magellan /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Binary/Magellan -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 15.4 --bundle-identifier Magellan --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Resources --target-triple arm64-apple-ios18.4-macabi --target-triple x86_64-apple-ios18.4-macabi --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Magellan --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Magellan.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Magellan.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 04:53:44.765 appintentsmetadataprocessor[720:4254] Starting appintentsmetadataprocessor export
2025-04-27 04:53:44.769 appintentsmetadataprocessor[720:4254] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Magellan.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/System/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Magellan -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Magellan.framework/Versions/A/Magellan.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/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-maccatalyst/Magellan.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Magellan.framework/Magellan.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Magellan.framework/Versions/A/Magellan.tbd (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Magellan.framework/Versions/A/Magellan.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst/Magellan.framework/Magellan.tbd
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/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-maccatalyst/Magellan.framework
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:46976c42ec364ce4bd24532cb2b39bf9ce459cc5, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:46976c42ec364ce4bd24532cb2b39bf9ce459cc5, name:My Mac }
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.