Build Information
Failed to build YDS, reference main (87ceb1
), with Swift 5.8 for macOS (SPM) on 26 Oct 2024 14:11:47 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.55.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yourssu/YDS-iOS.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yourssu/YDS-iOS
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 87ceb1e [#268] CodeViewer HTML 및 뷰어 추가
Cloned https://github.com/yourssu/YDS-iOS.git
Revision (git rev-parse @):
87ceb1ebb8eb8dbaebadaad7689fc4771f244eeb
SUCCESS checkout https://github.com/yourssu/YDS-iOS.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/yourssu/YDS-iOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying YDSIcon.xcassets
[1/2] Copying YDSBasicColor.xcassets
[3/57] 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'
[4/58] 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'
[5/58] 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/58] 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'
[7/58] 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'
[8/58] 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'
[9/58] Compiling SnapKit ConstraintLayoutGuide.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'
[10/58] Compiling SnapKit ConstraintLayoutGuideDSL.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'
[11/58] Compiling SnapKit ConstraintConfig.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'
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/58] Compiling SnapKit ConstraintConstantTarget.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'
[13/58] Compiling SnapKit Constraint.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'
[14/58] Compiling SnapKit ConstraintAttributes.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'
[15/58] 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'
[16/58] 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'
/Users/admin/builder/spi-builder-workspace/YDS-Essential/Source/HapticManager.swift:8:8: error: no such module 'UIKit'
import UIKit
^
Fetching https://github.com/slackhq/PanModal.git
Fetching https://github.com/SnapKit/SnapKit
Fetching https://github.com/yourssu/Parchment
[1/4161] Fetching parchment
[2/6053] Fetching parchment, panmodal
[297/10291] Fetching parchment, panmodal, snapkit
Fetched https://github.com/SnapKit/SnapKit (2.76s)
Fetched https://github.com/yourssu/Parchment (2.76s)
Fetched https://github.com/slackhq/PanModal.git (2.76s)
Computing version for https://github.com/yourssu/Parchment
Computed https://github.com/yourssu/Parchment at 3.7.2 (0.77s)
Computing version for https://github.com/SnapKit/SnapKit
Computed https://github.com/SnapKit/SnapKit at 5.6.0 (0.74s)
Computing version for https://github.com/slackhq/PanModal.git
Computed https://github.com/slackhq/PanModal.git at 1.2.7 (0.74s)
Creating working copy for https://github.com/yourssu/Parchment
Working copy of https://github.com/yourssu/Parchment resolved at 3.7.2
Creating working copy for https://github.com/slackhq/PanModal.git
Working copy of https://github.com/slackhq/PanModal.git resolved at 1.2.7
Creating working copy for https://github.com/SnapKit/SnapKit
Working copy of https://github.com/SnapKit/SnapKit resolved at 5.6.0
BUILD FAILURE 5.8 macosSpm