<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""></div><div class="">I attempted to compile this on OSX El Capitan using the same process I've been using for snapshots, and got very many failures. &nbsp;Can't find anything related in bugreporter, mailing list, or google.</div><div class=""><br class=""></div><div class="">Is there a CI run for this tag I could stare at to compare what is wrong with my build script profile? &nbsp;Could it be that I need to tell build-script to link with the new SDKs in some way?</div><div class=""><br class=""></div><div class="">Drew</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:37:50: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __dispatch_source_set_cancel_handler(self as! DispatchSource, handler)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:43:49: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __dispatch_source_set_cancel_handler(self as! DispatchSource, handler._block)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:48:63: error: extra argument 'block' in call<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; let item = DispatchWorkItem(qos: qos, flags: flags, block: h)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:49:56: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __dispatch_source_set_registration_handler(self as! DispatchSource, item._block)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:51:56: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __dispatch_source_set_registration_handler(self as! DispatchSource, handler)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:57:55: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __dispatch_source_set_registration_handler(self as! DispatchSource, handler._block)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:62:13: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (self as! DispatchSource).activate()<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:66:37: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __dispatch_source_cancel(self as! DispatchSource)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:70:13: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (self as! DispatchSource).resume()<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:74:13: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (self as! DispatchSource).suspend()<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:78:48: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return __dispatch_source_get_handle(self as! DispatchSource)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:82:46: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return __dispatch_source_get_mask(self as! DispatchSource)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:86:46: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return __dispatch_source_get_data(self as! DispatchSource)<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~~~~<br class="">/Users/drew/Code/swift-osx/swift/stdlib/public/SDK/Dispatch/Source.swift:90:48: error: use of undeclared type 'DispatchSource'<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return __dispatch_source_testcancel(self as! DispatchSource) != 0<br class="">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;^~~~~~~~~~~~~~<br class="">[88/3396] cd /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport &amp;&amp; /usr/local/Cellar/cmake/3.5.2/bin/cmake -E make_directory /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/iphoneos/armv7 &amp;&amp; /usr/local/Cellar/cmake/3.5.2/bin/cmake -E make_directory /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./lib/swift/iphoneos/armv7 &amp;&amp; /Users/drew/Code/swift-osx/swift/utils/line-directive /Users/drew/Code/swift-osx/swift/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift -- /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./bin/swiftc -c -sdk&nbsp;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -target armv7-apple-ios7.0 -F&nbsp;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/../../../Developer/Library/Frameworks -O -g -I /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./lib/swift/iphoneos/armv7 -module-cache-path /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./module-cache -no-link-objc-runtime -Xfrontend -sil-serialize-all -parse-stdlib -module-link-name swiftSwiftOnoneSupport -force-single-frontend-invocation -parse-as-library -emit-module -emit-module-path /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./lib/swift/iphoneos/armv7/SwiftOnoneSupport.swiftmodule -o /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/iphoneos/armv7/SwiftOnoneSupport.o /Users/drew/Code/swift-osx/swift/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift<br class="">[89/3396] cd /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport &amp;&amp; /usr/local/Cellar/cmake/3.5.2/bin/cmake -E make_directory /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/iphonesimulator/x86_64 &amp;&amp; /usr/local/Cellar/cmake/3.5.2/bin/cmake -E make_directory /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./lib/swift/iphonesimulator/x86_64 &amp;&amp;&nbsp;/Users/drew/Code/swift-osx/swift/utils/line-directive /Users/drew/Code/swift-osx/swift/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift -- /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./bin/swiftc -c -sdk&nbsp;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -target x86_64-apple-ios7.0 -F&nbsp;/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/../../../Developer/Library/Frameworks -O -g -I /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./lib/swift/iphonesimulator/x86_64 -module-cache-path /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./module-cache -no-link-objc-runtime -Xfrontend -sil-serialize-all -parse-stdlib -module-link-name swiftSwiftOnoneSupport -force-single-frontend-invocation -parse-as-library -emit-module -emit-module-path /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/./lib/swift/iphonesimulator/x86_64/SwiftOnoneSupport.swiftmodule -o /Users/drew/Code/swift-osx/build/buildbot_osx/swift-macosx-x86_64/stdlib/public/SwiftOnoneSupport/iphonesimulator/x86_64/SwiftOnoneSupport.o /Users/drew/Code/swift-osx/swift/stdlib/public/SwiftOnoneSupport/SwiftOnoneSupport.swift<br class="">ninja: build stopped: subcommand failed.<br class="">utils/build-script: command terminated with a non-zero exit status 1, aborting<br class="">utils/build-script: command terminated with a non-zero exit status 1, aborting</blockquote></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 27, 2016, at 9:12 PM, Mishal Shah via swift-users &lt;<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Swift 3.0 Preview 1 branch (swift-3.0-preview-1-branch) and tag (swift-3.0-PREVIEW-1) has been updated to build with Xcode 8 beta 1.</div><div class=""><br class=""></div><div class="">New Linux toolchains for Swift 3.0 Preview 1 are available at&nbsp;<a href="http://swift.org/download" class="">swift.org/download</a>.</div><div class=""><br class=""></div><div class=""><b class="">Repositories updated:&nbsp;</b></div><div class=""><a href="https://github.com/apple/swift/tree/swift-3.0-preview-1-branch" class="">https://github.com/apple/swift/tree/swift-3.0-preview-1-branch</a></div><div class=""><a href="https://github.com/apple/swift-package-manager/tree/swift-3.0-preview-1-branch" class="">https://github.com/apple/swift-package-manager/tree/swift-3.0-preview-1-branch</a></div><div class=""><a href="https://github.com/apple/swift-lldb/tree/swift-3.0-preview-1-branch" class="">https://github.com/apple/swift-lldb/tree/swift-3.0-preview-1-branch</a></div><div class=""><br class=""></div><div class="">Thanks,&nbsp;</div><div class="">Mishal Shah</div></div>_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-users<br class=""></div></blockquote></div><br class=""></div></body></html>