Unable to install Ice on Mojave (Xcode 11.1)
amyspark opened this issue ยท 4 comments
amyspark commented
Hey,
I've tried to install Ice on Mojave with Xcode 11.1 (didn't update to 11.2 because of certain bugs). I got the following:
โฏ mint install jakeheis/Ice
๐ฑ Finding latest version of Ice
๐ฑ Cloning Ice 0.8.0
๐ฑ Resolving package
๐ฑ Building package
[1/5] Compiling SwiftCLI ArgumentList.swift
/private/var/folders/l1/b3htrbqd3w3f32x9lk1yll6h0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:127:21: error: initializer does not override a designated initializer from its superclass
public override init(_ names: String ..., description: String = "", completion: ShellCompletion = .filename, validation: [Validation<Value>] = []) {
^
/private/var/folders/l1/b3htrbqd3w3f32x9lk1yll6h0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:114:12: note: potential overridden initializer 'init(_:description:completion:validation:)' here
public init(_ names: [String], description: String, completion: ShellCompletion, validation: [Validation<Value>] = []) {
^
/private/var/folders/l1/b3htrbqd3w3f32x9lk1yll6h0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:141:21: error: initializer does not override a designated initializer from its superclass
public override init(_ names: String ..., description: String = "", completion: ShellCompletion = .filename, validation: [Validation<Value>] = []) {
^
/private/var/folders/l1/b3htrbqd3w3f32x9lk1yll6h0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:114:12: note: potential overridden initializer 'init(_:description:completion:validation:)' here
public init(_ names: [String], description: String, completion: ShellCompletion, validation: [Validation<Value>] = []) {
^
๐ฑ Encountered error during "swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.14". Use --verbose to see full output
๐ฑ Failed to build Ice 0.8.0 with SPM
I don't know why this happens, but I used to get this error too with SwiftCLI directly. Do you know what is going on?
timemach1ne commented
same problem here
๐ฑ Building package
/private/var/folders/g1/y66l17253v900g_zzs5lmrzc0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:127:21: error: initializer does not override a designated initializer from its superclass
public override init(_ names: String ..., description: String = "", completion: ShellCompletion = .filename, validation: [Validation<Value>] = []) {
^
/private/var/folders/g1/y66l17253v900g_zzs5lmrzc0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:114:12: note: potential overridden initializer 'init(_:description:completion:validation:)' here
public init(_ names: [String], description: String, completion: ShellCompletion, validation: [Validation<Value>] = []) {
^
/private/var/folders/g1/y66l17253v900g_zzs5lmrzc0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:141:21: error: initializer does not override a designated initializer from its superclass
public override init(_ names: String ..., description: String = "", completion: ShellCompletion = .filename, validation: [Validation<Value>] = []) {
^
/private/var/folders/g1/y66l17253v900g_zzs5lmrzc0000gn/T/mint/github.com_jakeheis_Ice/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:114:12: note: potential overridden initializer 'init(_:description:completion:validation:)' here
public init(_ names: [String], description: String, completion: ShellCompletion, validation: [Validation<Value>] = []) {
^
๐ฑ Encountered error during "swift build -c release -Xswiftc -target -Xswiftc x86_64-apple-macosx10.15"
๐ฑ Failed to build Ice 0.8.0 with SPM
thehanlinsun commented
Same here
noatte commented
Same issue on Catalina
jakeheis commented
The issue should be fixed in 0.8.1
. I'll close for now but feel free to reopen if the issue remains!