-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I'm a maintainer of Homebrew, and we're in the process of testing and packaging things for Sierra, which will be out in a few days.
When we build the latest release, or even the master branch with
make prefix_install PREFIX=<prefix> TEMPORARY_FOLDER=<buildpath>SwiftLint.dst
Here's what we get:
xcodebuild -workspace 'SwiftLint.xcworkspace' -scheme 'swiftlint' DSTROOT=/private/tmp/swiftlint-20160915-55561-13o1han/SwiftLint.dst OTHER_LDFLAGS=-Wl,-headerpad_max_install_names -configuration Debug clean
*** Updating submodules...
Build settings from command line:
DSTROOT = /private/tmp/swiftlint-20160915-55561-13o1han/SwiftLint.dst
OTHER_LDFLAGS = -Wl,-headerpad_max_install_names
=== CLEAN TARGET SWXMLHash OSX OF PROJECT SWXMLHash WITH CONFIGURATION Debug ===
Check dependencies
“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
=== CLEAN TARGET Yaml OSX OF PROJECT Yaml WITH CONFIGURATION Debug ===
Check dependencies
“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.
** CLEAN FAILED **
The following build commands failed:
Check dependencies
Check dependencies
(2 failures)
Full log is here (it might get purged after a while though).
Looks like your project hasn't been configured for Xcode 8 so that you can still compile Swift 2?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels