Build Information
Failed to build Navigator, reference 0.3.1 (ad873c
), with Swift 6.1 for macOS (SPM) on 28 Apr 2025 12:24:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/insub4067/Navigator.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/insub4067/Navigator
* tag 0.3.1 -> FETCH_HEAD
HEAD is now at ad873c8 Update Navigator+present.swift
Cloned https://github.com/insub4067/Navigator.git
Revision (git rev-parse @):
ad873c8e301ddca522fecfb63da77301f7560092
SUCCESS checkout https://github.com/insub4067/Navigator.git at 0.3.1
Fetching https://github.com/MightyCombine/PanModal.git
[1/610] Fetching panmodal
Fetched https://github.com/MightyCombine/PanModal.git from cache (1.66s)
Computing version for https://github.com/MightyCombine/PanModal.git
Computed https://github.com/MightyCombine/PanModal.git at 1.2.8 (2.62s)
Creating working copy for https://github.com/MightyCombine/PanModal.git
Working copy of https://github.com/MightyCombine/PanModal.git resolved at 1.2.8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "navigator",
"name": "Navigator",
"url": "https://github.com/insub4067/Navigator.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Navigator",
"dependencies": [
{
"identity": "panmodal",
"name": "PanModal",
"url": "https://github.com/MightyCombine/PanModal.git",
"version": "1.2.9",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PanModal",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/insub4067/Navigator.git
[1/68] Fetching navigator
Fetched https://github.com/insub4067/Navigator.git from cache (0.57s)
Fetching https://github.com/MightyCombine/PanModal.git from cache
Fetched https://github.com/MightyCombine/PanModal.git from cache (0.44s)
Computing version for https://github.com/MightyCombine/PanModal.git
Computed https://github.com/MightyCombine/PanModal.git at 1.2.9 (0.50s)
Creating working copy for https://github.com/insub4067/Navigator.git
Working copy of https://github.com/insub4067/Navigator.git resolved at 0.3.1 (ad873c8)
Creating working copy for https://github.com/MightyCombine/PanModal.git
Working copy of https://github.com/MightyCombine/PanModal.git resolved at 1.2.9
warning: '.resolve-product-dependencies': dependency 'navigator' is not used by any target
Found 1 product dependencies
- PanModal
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/insub4067/Navigator.git
https://github.com/insub4067/Navigator.git
{
"dependencies" : [
{
"identity" : "panmodal",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.8",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MightyCombine/PanModal.git"
}
],
"manifest_display_name" : "Navigator",
"name" : "Navigator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Navigator",
"targets" : [
"Navigator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Navigator",
"module_type" : "SwiftTarget",
"name" : "Navigator",
"path" : "Sources/Navigator",
"product_dependencies" : [
"PanModal"
],
"product_memberships" : [
"Navigator"
],
"sources" : [
"Extension/View+.swift",
"Navigator+alert.swift",
"Navigator+bottomSheet.swift",
"Navigator+present.swift",
"Navigator.swift",
"Wrapper/ModalWrapper.swift",
"Wrapper/ViewWrapper.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/16] Compiling PanModal PanModalPresentable.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[5/16] Compiling PanModal PanModalPresentable+LayoutHelpers.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[6/16] Compiling PanModal PanModalPresentable+UIViewController.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[7/16] Compiling PanModal PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[8/16] Compiling PanModal PanModalHeight.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[9/16] Compiling PanModal PanModalPresentable+Defaults.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/16] Emitting module PanModal
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[11/16] Compiling PanModal UIViewController+PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[12/16] Compiling PanModal DimmedView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[13/17] Compiling PanModal PanModalPresentationController.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[14/17] Compiling PanModal PanModalPresentationDelegate.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[15/17] Compiling PanModal PanModalAnimator.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[16/17] Compiling PanModal PanModalPresentationAnimator.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[17/17] Compiling PanModal PanContainerView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/14] Compiling PanModal DimmedView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[3/14] Compiling PanModal UIViewController+PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/14] Compiling PanModal PanModalPresentationController.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[5/14] Compiling PanModal PanModalPresentationDelegate.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[6/14] Emitting module PanModal
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[7/14] Compiling PanModal PanModalPresentable.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[8/15] Compiling PanModal PanModalPresenter.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[9/15] Compiling PanModal PanModalPresentable+UIViewController.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[10/15] Compiling PanModal PanModalPresentable+LayoutHelpers.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[11/15] Compiling PanModal PanModalHeight.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[12/15] Compiling PanModal PanModalPresentable+Defaults.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[13/15] Compiling PanModal PanModalAnimator.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[14/15] Compiling PanModal PanModalPresentationAnimator.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[15/15] Compiling PanModal PanContainerView.swift
<unknown>:0: error: invalid value '5.0' in '-swift-version 5.0'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
BUILD FAILURE 6.1 macosSpm