Compilation error when running swift build
from the command line.
#74
randomeizer
started this conversation in
General
Replies: 3 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an SPM project which has
CustomDump
as a dependency. Just returned to it to update the library and am now getting this error message when runningswift build
on my project:This is on a Mac Studio M1 Max.
This does compile correctly from within Xcode 14.2, after updating my
Package.swift
to5.7
(was on5.6
previously), so I'm thinking it may be a configuration error on my end?Any thoughts on what I've done wrong?
Beta Was this translation helpful? Give feedback.
All reactions