This should be resolved by the latest change on master for swiftpm Sent from my iPhone
> On Aug 18, 2016, at 4:27 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-package-linux-ubuntu-15_10 [#1928] > > Build URL: > https://ci.swift.org/job/oss-swift-package-linux-ubuntu-15_10/1928/ > Project: oss-swift-package-linux-ubuntu-15_10 > Date of build: Thu, 18 Aug 2016 16:03:11 -0700 > Build duration: 24 min > Identified problems: > > Compile Error: This build failed because of a compile error. Below is a list > of all errors in the build log: > Indication 1 > > Changes > > Commit 802a95384daa3963e69d7902f265cacd60dffc73 by moiseev: > [overlay] updating Metal API via apinotes > > edit: apinotes/Metal.apinotes > > Commit 6d3376d50339c4763cc1861261b8c0c4ce85c981 by milseman: > [id as Any] Coerce keys to rvalues for checking Hashable conformance > > edit: lib/Sema/CSApply.cpp > edit: test/Constraints/anyhashable-collection-cast.swift > > Commit 3757b36c37ee1565d49271618832396b64d1068e by github: > [overlay] Nest CallKit enum types within their associated classes > > edit: stdlib/public/SDK/CallKit/CXProviderConfiguration.swift > edit: apinotes/CallKit.apinotes > > Commit 19e0eb85375c09ccbbbc042f356b1ddd0e755b40 by github: > Revert "SILPassManager: After a new function is pushed on the stack > > edit: lib/SILOptimizer/PassManager/PassManager.cpp > edit: test/SILOptimizer/inline_devirtualize_specialize.sil > edit: lib/SILOptimizer/Transforms/FunctionSignatureOpts.cpp > edit: include/swift/SILOptimizer/PassManager/PassManager.h > > Commit ba3de9ee3b3e08fdd56063c3b16e2465317c6148 by github: > NSNumber already preserves whether a value was originally boolean. > > edit: stdlib/public/SDK/Foundation/Foundation.swift > edit: stdlib/public/SDK/Foundation/TypePreservingNSNumber.mm > edit: validation-test/stdlib/NSNumberBridging.swift.gyb > > Commit 87942e8d69ed9bc54badb6db0572b34aa8f16c4d by itai: > Rename Predicate to NSPredicate to match work done in > > edit: Sources/XCTest/Private/XCPredicateExpectation.swift > edit: Sources/XCTest/Public/XCTestCase+Asynchronous.swift > > Commit c863bfb8991f989847b3a3030d35914ab8c4f861 by github: > Revert "Rename Predicate to NSPredicate" > > edit: Sources/XCTest/Private/XCPredicateExpectation.swift > edit: Sources/XCTest/Public/XCTestCase+Asynchronous.swift > > Commit 40e532c4b15dcdec6822e193ad8cd6bc12ca7b46 by phausler: > Revert "Revert "Rename Predicate to NSPredicate"" > > edit: Sources/XCTest/Private/XCPredicateExpectation.swift > edit: Sources/XCTest/Public/XCTestCase+Asynchronous.swift > > Commit 362a0157967bc28b04313e26fe97cad344a513a3 by phausler: > [SE-0069] Added UUID value type > > edit: Foundation/NSUUID.swift > add: Foundation/UUID.swift > edit: Foundation.xcodeproj/project.pbxproj > > Commit 1ce7984408b0e9de4a778cae4385399ec03da4b5 by phausler: > Fixed copyright notice for UUID > > edit: Foundation/UUID.swift > > Commit 9c41cb5742988c567c1826282b8f74abc69e2500 by phausler: > [SE-0069] Importing CUUID on Linux for UUID struct > > edit: Foundation/UUID.swift > > Commit 54bbe6f9e700d82adc865bb9c6a926e8b8267b46 by phausler: > [SE-0069] Added UUID.swift to build.py > > edit: build.py > > Commit 4a06f4ce4b6180f659dbe757ef7a5659185628cd by phausler: > Update build.py > > edit: build.py > > Commit 5b332031819c73c6c2ce37fc742e9e89bba31632 by phausler: > Correct bridging and update to latest syntax changes > > edit: Foundation/UUID.swift > edit: TestFoundation/TestNSUUID.swift > edit: Foundation/NSUUID.swift > > Commit c92d8d0d2412737e0e2538800f3779595bcbfb3c by iferber: > Update NSBinarySearchingOptions to match API exposed by Darwin > > edit: Foundation/NSArray.swift > edit: TestFoundation/TestNSArray.swift > > Commit 8a4c3e88df7f7ca6f7fa2161887d1c454a932348 by iferber: > Update NSCache[Delegate] to match API exposed by Darwin Foundation > > edit: Foundation/NSCache.swift > edit: Foundation/NSString.swift > > Commit a482a157a55e6365ec599129bd9b3f4d1c9cf6e4 by iferber: > Update FileHandle to match API exposed by Darwin Foundation > > edit: Foundation/NSFileHandle.swift > > Commit d56420ff66bfdacb54c40d3bbacdcfb825c6da8e by iferber: > Fix compilation issue due to previously order-dependent compilation > > edit: Foundation/NSNotification.swift > > Commit 9e1ed116b11b492e5a8fff9faebac7495b95d9bf by iferber: > Update NSExpression/NS[Comparison/Compound]Predicate to match API > > edit: Foundation/NSExpression.swift > edit: Foundation/NSPredicate.swift > edit: Foundation/NSCompoundPredicate.swift > edit: TestFoundation/TestNSCompoundPredicate.swift > edit: TestFoundation/TestNSPredicate.swift > edit: Foundation/NSComparisonPredicate.swift > > Commit 4e0b18e908c5f21374e23fddde10be24eb030c84 by iferber: > Eliminate miscellaneous warnings due to merge conflicts/changes > > edit: Foundation/NSError.swift > edit: Foundation/NSString.swift > edit: TestFoundation/TestNSString.swift > edit: TestFoundation/TestNSDictionary.swift > > Commit 4d95ea5bac101bbdc513b6bb44af65cef070a999 by iferber: > Update UserDefaults to match API exposed by Darwin Foundation > > edit: TestFoundation/TestNSUserDefaults.swift > edit: Foundation/NSUserDefaults.swift > > Commit c2876e2a3a08933f86ed28d602e1178e54791675 by iferber: > Update NumberFormatter to match API exposed by Darwin Foundation > > edit: TestFoundation/TestNSNumberFormatter.swift > edit: Foundation/NSNumberFormatter.swift > > Commit 0684554fd0032d7729423169b8afeae1888087d3 by iferber: > Update [NS]PersonNameComponents[Formatter] to match API exposed by > > edit: Foundation/PersonNameComponents.swift > edit: Foundation/NSPersonNameComponents.swift > edit: Foundation/NSPersonNameComponentsFormatter.swift > > Commit 962a125fae63e967cc862265db52d119a62ce842 by iferber: > Update MeasurementFormatter to match API exposed by Darwin Foundation > > edit: Foundation/NSMeasurementFormatter.swift > > Commit e6c54dc958dd312dc5458367e22e8010847217de by iferber: > Update FileManager to match API exposed by Darwin Foundation > > edit: Foundation/NSFileManager.swift > edit: TestFoundation/TestNSFileManager.swift > > Commit 4702bdeccb5a0f8f6a2a853d1cd1985882e9b66c by iferber: > Removing invalid @escaping directive > > edit: Foundation/NSFileManager.swift > > Commit 603786fd171e7997f988d818087d465fe5c682be by phausler: > add a type alias for mimicing the darwin uuid_string_t type > > edit: Foundation/UUID.swift > > Commit f2c8ec9b5e33116e0aa8179205dec1ea3d7c80d7 by phausler: > `OperationQueue.mainQueue()` has been renamed to `OperationQueue.main` > > edit: Foundation/NSOperation.swift > > Commit db3df7ce55c7f2f166634d7f7017683bdb2c98ba by phausler: > remove @availability annotations since it does not make sense on linux > > edit: Foundation/NSStringAPI.swift > edit: Foundation/UUID.swift > edit: Foundation/DateComponents.swift > > Commit 25dcc03220ee69df925846766a339d2311f9c0f9 by iferber: > Add FileManager @escaping comment for clarification > > edit: Foundation/NSFileManager.swift > > Commit d3532324a3e888a1fa3b84dc75d7d7f49552d55d by iferber: > Fix failing user defaults case due to merge conflict > > edit: Foundation/NSUserDefaults.swift > > Commit 65c983d2e12ec481e85bfb4ea7631840d25587f7 by iferber: > Update Thread to match API exposed by Darwin Foundation > > edit: Foundation/NSThread.swift > > Commit 916d247ffa48b22605e747e9c57d556f7891b0bd by iferber: > Update Timer to match API exposed by Darwin Foundation > > edit: TestFoundation/TestNSTimer.swift > edit: Foundation/NSTimer.swift > > Commit 32d39a798011a53f798a4f995f33d3e9bc565812 by anthony.parker: > [SR-2151]NSJSONSerialization.data produces illegal JSON code (#540) > > edit: TestFoundation/TestNSJSONSerialization.swift > edit: Foundation/NSJSONSerialization.swift > > Commit 06d0ab12261119084d860c4b805ea6f9a9bd3713 by github: > Revert "[SR-2151]NSJSONSerialization.data produces illegal JSON code" > > edit: Foundation/NSJSONSerialization.swift > edit: TestFoundation/TestNSJSONSerialization.swift > > Commit 5fdd36b193cb1f4f97b4e65c0ed5588fafea30c7 by phausler: > Uplifting PR 299 to work with the latest Foundation > > add: Foundation/NSURLSession/MultiHandle.swift > add: Foundation/NSURLSession/EasyHandle.swift > add: Foundation/NSURLSession/libcurlHelpers.swift > add: TestFoundation/TestNSURLSession.swift > edit: TestFoundation/main.swift > edit: build.py > add: Foundation/NSURLSession/TransferState.swift > add: CoreFoundation/URL.subproj/CFURLSessionInterface.h > add: Foundation/NSURLSession/NSURLSessionConfiguration.swift > add: Foundation/NSURLSession/TaskRegistry.swift > delete: Foundation/NSURLSession.swift > add: Foundation/NSURLSession/NSURLSessionTask.swift > edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h > add: Foundation/NSURLSession/HTTPBodySource.swift > add: Foundation/NSURLSession/NSURLSessionDelegate.swift > edit: Foundation/NSData.swift > add: CoreFoundation/URL.subproj/CFURLSessionInterface.c > add: Foundation/NSURLSession/Configuration.swift > add: Foundation/NSURLSession/NSURLSession.swift > add: Foundation/NSURLSession/HTTPMessage.swift > > Commit 73ba103ac08a5ee60491793147c92659da9d1630 by phausler: > Update NSURLSession to be buildable in Xcode and gate all access to > > edit: Foundation/NSURLSession/NSURLSessionTask.swift > edit: Foundation/NSURLSession/EasyHandle.swift > edit: Foundation/NSURLSession/HTTPBodySource.swift > edit: Foundation.xcodeproj/project.pbxproj > edit: Foundation/NSURLSession/MultiHandle.swift > edit: Foundation/NSURLSession/NSURLSession.swift > edit: TestFoundation/TestNSURLSession.swift > > Commit 57b7a0a0d18a89eb1da294fe842dea1374c47e08 by phausler: > Revert "Update NSURLSession to be buildable in Xcode and gate all access > > edit: TestFoundation/TestNSURLSession.swift > edit: Foundation/NSURLSession/EasyHandle.swift > edit: Foundation/NSURLSession/NSURLSession.swift > edit: Foundation.xcodeproj/project.pbxproj > edit: Foundation/NSURLSession/NSURLSessionTask.swift > edit: Foundation/NSURLSession/HTTPBodySource.swift > edit: Foundation/NSURLSession/MultiHandle.swift > > Commit 010807aca53278a6dd9db5cc280c75fecc43fb3b by phausler: > Revert "Uplifting PR 299 to work with the latest Foundation" > > delete: Foundation/NSURLSession/MultiHandle.swift > delete: CoreFoundation/URL.subproj/CFURLSessionInterface.c > delete: Foundation/NSURLSession/Configuration.swift > delete: Foundation/NSURLSession/TaskRegistry.swift > delete: Foundation/NSURLSession/TransferState.swift > delete: Foundation/NSURLSession/NSURLSessionTask.swift > delete: Foundation/NSURLSession/HTTPMessage.swift > delete: Foundation/NSURLSession/NSURLSessionConfiguration.swift > delete: TestFoundation/TestNSURLSession.swift > edit: Foundation/NSData.swift > edit: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h > delete: Foundation/NSURLSession/NSURLSessionDelegate.swift > delete: Foundation/NSURLSession/EasyHandle.swift > delete: Foundation/NSURLSession/HTTPBodySource.swift > delete: Foundation/NSURLSession/NSURLSession.swift > edit: TestFoundation/main.swift > delete: CoreFoundation/URL.subproj/CFURLSessionInterface.h > delete: Foundation/NSURLSession/libcurlHelpers.swift > edit: build.py > add: Foundation/NSURLSession.swift > > Commit c1297d10f4a9183e8863085c1cd661df04ef82c5 by github: > Revert "Foundation API Conformance Update: Miscellaneous" > > edit: Foundation/NSNumberFormatter.swift > edit: Foundation/NSArray.swift > edit: TestFoundation/TestNSNumberFormatter.swift > edit: TestFoundation/TestNSArray.swift > edit: Foundation/NSPersonNameComponentsFormatter.swift > edit: Foundation/NSThread.swift > edit: Foundation/NSError.swift > edit: Foundation/NSMeasurementFormatter.swift > edit: TestFoundation/TestNSFileManager.swift > edit: TestFoundation/TestNSTimer.swift > edit: Foundation/PersonNameComponents.swift > edit: Foundation/NSNotification.swift > edit: TestFoundation/TestNSCompoundPredicate.swift > edit: TestFoundation/TestNSPredicate.swift > edit: Foundation/NSComparisonPredicate.swift > edit: Foundation/NSUserDefaults.swift > edit: Foundation/NSCompoundPredicate.swift > edit: TestFoundation/TestNSString.swift > edit: Foundation/NSPredicate.swift > edit: Foundation/NSFileHandle.swift > edit: TestFoundation/TestNSDictionary.swift > edit: TestFoundation/TestNSUserDefaults.swift > edit: Foundation/NSString.swift > edit: Foundation/NSExpression.swift > edit: Foundation/NSPersonNameComponents.swift > edit: Foundation/NSTimer.swift > edit: Foundation/NSFileManager.swift > edit: Foundation/NSCache.swift > > Commit 12f9dd2b8916bb120dff52350ceca54417ebb8ae by phausler: > Revert "Revert "Foundation API Conformance Update: Miscellaneous"" > > edit: Foundation/NSUserDefaults.swift > edit: Foundation/NSExpression.swift > edit: Foundation/NSComparisonPredicate.swift > edit: Foundation/NSCompoundPredicate.swift > edit: Foundation/NSNotification.swift > edit: TestFoundation/TestNSString.swift > edit: Foundation/NSArray.swift > edit: TestFoundation/TestNSPredicate.swift > edit: Foundation/NSString.swift > edit: Foundation/PersonNameComponents.swift > edit: Foundation/NSCache.swift > edit: Foundation/NSFileManager.swift > edit: Foundation/NSError.swift > edit: TestFoundation/TestNSDictionary.swift > edit: TestFoundation/TestNSFileManager.swift > edit: Foundation/NSNumberFormatter.swift > edit: Foundation/NSTimer.swift > edit: TestFoundation/TestNSCompoundPredicate.swift > edit: Foundation/NSThread.swift > edit: TestFoundation/TestNSTimer.swift > edit: TestFoundation/TestNSUserDefaults.swift > edit: Foundation/NSFileHandle.swift > edit: Foundation/NSMeasurementFormatter.swift > edit: TestFoundation/TestNSNumberFormatter.swift > edit: Foundation/NSPredicate.swift > edit: TestFoundation/TestNSArray.swift > edit: Foundation/NSPersonNameComponents.swift > edit: Foundation/NSPersonNameComponentsFormatter.swift >
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev