Change of requirements to build swift?

Hello,

Is master supposed to have dropped support for building on 10.11.x?
The previous snapshot I’d built was January 24th, and it was still fine.

Thanks,
Guillaume Lessard

I think it should still build with 10.11, however you need Xcode 8.3 beta 1 now.

Slava

···

On Feb 1, 2017, at 2:48 PM, Guillaume Lessard via swift-dev <swift-dev@swift.org> wrote:

Hello,

Is master supposed to have dropped support for building on 10.11.x?
The previous snapshot I’d built was January 24th, and it was still fine.

Thanks,
Guillaume Lessard

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Hi, Guillaume. The master branch always builds with the latest publicly released Xcode beta; building with older Xcodes is not officially supported. However, the primary dependency here is building the overlays (in stdlib/public/SDK), which are closely coupled with the Apple SDKs; if you’re seeing issues, it may be possible to either disable or fix the problematic overlays.

The host OS should not affect the build except that (a) very old OSs may not be able to run all the tests, and (b) newer Xcodes drop support for older OSs.

Sorry for the inconvenience,
Jordan

···

On Feb 1, 2017, at 14:48, Guillaume Lessard via swift-dev <swift-dev@swift.org> wrote:

Hello,

Is master supposed to have dropped support for building on 10.11.x?
The previous snapshot I’d built was January 24th, and it was still fine.

Thanks,
Guillaume Lessard

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Hi Guillaume,

You will need Xcode 8.3 beta 1to build swift, and Xcode requires macOS 10.12.

Xcode 8.3 beta requires a Mac running macOS 10.12 beta 3 or later.

Thanks,
Mishal Shah

···

From: Unauthorized - Apple Developer

On Feb 1, 2017, at 2:48 PM, Guillaume Lessard via swift-dev <swift-dev@swift.org> wrote:

Hello,

Is master supposed to have dropped support for building on 10.11.x?
The previous snapshot I’d built was January 24th, and it was still fine.

Thanks,
Guillaume Lessard

_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

That’s probably it. I hadn’t thought of the Xcode beta!

Thanks,
Guillaume Lessard

···

On 1 févr. 2017, at 15:51, Slava Pestov <spestov@apple.com> wrote:

I think it should still build with 10.11, however you need Xcode 8.3 beta 1 now.