The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Magellan, reference master (fb83da), with Swift 6.2 (beta) for macOS (Xcode) using Xcode 26.0 on 24 Jun 2025 16:16:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Magellan-Package -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pjechris/Magellan.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pjechris/Magellan
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fb83da1 [navigation] re-add root to set its navigation object
Cloned https://github.com/pjechris/Magellan.git
Revision (git rev-parse @):
fb83da19bcfb0a0ef2b74ad61f6e1b6c13c680a0
SUCCESS checkout https://github.com/pjechris/Magellan.git at master
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pjechris/Magellan.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Magellan",
    "schemes" : [
      "Magellan-Package"
    ],
    "targets" : [
      "Magellan",
      "MagellanPackageDescription",
      "MagellanPackageTests",
      "MagellanTests",
      "Quick",
      "QuickPackageDescription",
      "QuickSpecBase"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Magellan-Package -destination platform=macOS,arch=arm64
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Magellan-Package -destination platform=macOS,arch=arm64
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Magellan' in project 'Magellan' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 47d360d118b1c75a2831d9051a38b038
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/47d360d118b1c75a2831d9051a38b038.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
    cd /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
    cd /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-maccatalyst
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Resources Versions/Current/Resources (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/Current A (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan_const_extract_protocols.json (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan-OutputFileMap.json (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.LinkFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.LinkFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.SwiftFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan-OutputFileMap.json (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan-OutputFileMap.json
WriteAuxiliaryFile /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 (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.SwiftConstValuesFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.SwiftFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.SwiftConstValuesFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Magellan.DependencyStaticMetadataFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Magellan.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Magellan.DependencyMetadataFileList (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Magellan.DependencyMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Modules Versions/Current/Modules (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Magellan Versions/Current/Magellan (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Magellan /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Magellan
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Headers Versions/Current/Headers (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Headers (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Resources (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions
MkDir /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
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj/Magellan_Info.plist (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Magellan.xcodeproj/Magellan_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Resources/Info.plist
SwiftDriver Magellan normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.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 -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-ios26.0-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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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
SwiftDriver Magellan normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.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 -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target x86_64-apple-ios26.0-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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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
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

SwiftEmitModule normal x86_64 Emitting\ module\ for\ Magellan (in target 'Magellan' from project 'Magellan')
EmitSwiftModule normal x86_64 (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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ Magellan (in target 'Magellan' from project 'Magellan')
EmitSwiftModule normal arm64 (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')
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

SwiftCompile normal arm64 Compiling\ PresentingContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentingContext.swift (in target 'Magellan' from project 'Magellan')
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

SwiftCompile normal arm64 Compiling\ PresentationStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ PresentationModal.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationModal.swift (in target 'Magellan' from project 'Magellan')
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

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

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:21:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.ShownContext) as? PresentingContext }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:22:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.ShownContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:27:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.ShowingContext) as? PresentingContext }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:28:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.ShowingContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:33:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.Navigation) as? Navigation ?? self.parent?.navigation }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:34:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.Navigation, newValue, .OBJC_ASSOCIATION_ASSIGN) }
                                             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for Magellan (in target 'Magellan' from project 'Magellan')
SwiftDriver\ Compilation\ Requirements Magellan normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.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 -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-ios26.0-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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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
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-26.0.0-Beta.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 -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target x86_64-apple-ios26.0-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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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
SwiftCompile normal arm64 Compiling\ PresentationPush.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/Strategy/PresentationPush.swift (in target 'Magellan' from project 'Magellan')
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

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
SwiftDriverJobDiscovery normal arm64 Compiling PresentingContext.swift (in target 'Magellan' from project 'Magellan')
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
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 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

SwiftDriverJobDiscovery normal x86_64 Compiling PresentingContext.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

SwiftDriverJobDiscovery normal x86_64 Compiling PresentationPopover.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')
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

SwiftCompile normal x86_64 Compiling\ Route.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Route/Route.swift (in target 'Magellan' from project 'Magellan')
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

SwiftDriverJobDiscovery normal x86_64 Compiling PresentationModal.swift (in target 'Magellan' from project 'Magellan')
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')
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:21:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.ShownContext) as? PresentingContext }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:22:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.ShownContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:27:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.ShowingContext) as? PresentingContext }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:28:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.ShowingContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC) }
                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:33:53: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        get { return objc_getAssociatedObject(self, &Keys.Navigation) as? Navigation ?? self.parent?.navigation }
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Magellan/UIKit/UIViewController+Nabigeta.swift:34:46: warning: forming 'UnsafeRawPointer' to an inout variable of type String exposes the internal representation rather than the string contents.
        set { objc_setAssociatedObject(self, &Keys.Navigation, newValue, .OBJC_ASSOCIATION_ASSIGN) }
                                             ^
SwiftDriverJobDiscovery normal arm64 Compiling PresentationPush.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 Compiling\ Navigation.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/Navigation.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling PresentationModal.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 Compiling\ PresentationStrategy.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Presentation/PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal x86_64 Compiling Route.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 Compiling\ Route.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Route/Route.swift (in target 'Magellan' from project 'Magellan')
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

SwiftDriverJobDiscovery normal x86_64 Compiling NavigationContext.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')
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

SwiftDriverJobDiscovery normal arm64 Compiling PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftCompile normal arm64 Compiling\ NavigationContext.swift /Users/admin/builder/spi-builder-workspace/Sources/Magellan/Navigation/NavigationContext.swift (in target 'Magellan' from project 'Magellan')
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

SwiftDriverJobDiscovery normal arm64 Compiling PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling PresentationPopover.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationSegue.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationPush.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling PresentationStrategy.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling UIViewController+Nabigeta.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal x86_64 Compiling Navigation.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-26.0.0-Beta.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 -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target x86_64-apple-ios26.0-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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-ios26.0-macabi -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -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-26.0.0-Beta.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-26.0.0-Beta.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Magellan-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/x86_64/Binary/Magellan
ld: warning: search path '/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks' not found
ld: warning: search path '/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks' not found
SwiftDriverJobDiscovery normal arm64 Compiling Route.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling NavigationContext.swift (in target 'Magellan' from project 'Magellan')
SwiftDriverJobDiscovery normal arm64 Compiling Navigation.swift (in target 'Magellan' from project 'Magellan')
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-26.0.0-Beta.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 -DXcode -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-ios26.0-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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -Fsystem /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A5279m-f7c1d129d9d5414f2afbbad1fd6fd62e.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios26.0-macabi -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -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-26.0.0-Beta.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-26.0.0-Beta.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Magellan-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Magellan.build/Debug-maccatalyst/Magellan.build/Objects-normal/arm64/Binary/Magellan
ld: warning: search path '/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks' not found
ld: warning: search path '/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks' not found
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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Magellan --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A5241e --platform-family macOS --deployment-target 26.0 --bundle-identifier Magellan --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst/Magellan.framework/Versions/A/Resources --target-triple arm64-apple-ios26.0-macabi --target-triple x86_64-apple-ios26.0-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-06-24 09:16:46.200 appintentsmetadataprocessor[604:3618] Starting appintentsmetadataprocessor export
2025-06-24 09:16:46.211 appintentsmetadataprocessor[604:3618] 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-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -F/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/System/Library/SubFrameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-maccatalyst -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk/System/iOSSupport/usr/lib -L/Applications/Xcode-26.0.0-Beta.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
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
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
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/quick"
    }
  ],
  "manifest_display_name" : "Magellan",
  "name" : "Magellan",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Magellan",
      "targets" : [
        "Magellan"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Magellan",
      "module_type" : "SwiftTarget",
      "name" : "Magellan",
      "path" : "Sources/Magellan",
      "product_memberships" : [
        "Magellan"
      ],
      "sources" : [
        "Navigation/Navigation.swift",
        "Navigation/NavigationContext.swift",
        "Presentation/PresentationStrategy.swift",
        "Presentation/PresentingContext.swift",
        "Presentation/Strategy/PresentationModal.swift",
        "Presentation/Strategy/PresentationPopover.swift",
        "Presentation/Strategy/PresentationPush.swift",
        "Presentation/Strategy/PresentationSegue.swift",
        "Route/Route.swift",
        "UIKit/UIViewController+Nabigeta.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
warning: 'spi-builder-workspace': Source files for target MagellanTests should be located under 'Tests/MagellanTests', or a custom sources path can be set with the 'path' property in Package.swift
Done.