<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Looks like the tests failed but in a JSON test of some kind (and this failure looks familiar - have we seen it before?).<div class=""><br class=""></div><div class="">- Tony</div><div class=""><br class=""><div class=""><div><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 8:01 PM, Tony Parker &lt;<a href="mailto:anthony.parker@apple.com" class="">anthony.parker@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">You and I came up with the exact same patch. =)<div class=""><br class=""></div><div class="">The notification name is now more strongly typed, which is why you need to initialize one of the stronger types with the strings. Ideally you would define this somewhere (maybe a class property) and use that instead of initializing on each time, but this is sufficient for now and for this test code.</div><div class=""><br class=""></div><div class="">- Tony</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 7:49 PM, Daniel Dunbar &lt;<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I put together:<div class="">&nbsp;&nbsp;<a href="https://github.com/apple/swift-corelibs-xctest/pull/126" class="">https://github.com/apple/swift-corelibs-xctest/pull/126</a></div><div class="">which is going past CI now.</div><div class=""><br class=""></div><div class="">All of the `postNotificationName(Notification.Name(` seems unfortunate, but I guess this is expected?</div><div class=""><br class=""></div><div class="">&nbsp;- Daniel</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 6:37 PM, Tony Parker &lt;<a href="mailto:anthony.parker@apple.com" class="">anthony.parker@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class="">I merged that PR as well, but maybe we missed XCTest's tests. Will follow up soon.&nbsp;<br class=""><br class="">- Tony</div><div class=""><br class="">On Jun 20, 2016, at 5:50 PM, Daniel Dunbar &lt;<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>&gt; wrote:<br class=""><br class=""></div><blockquote type="cite" class=""><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class="">Looks like there are some test failures on corelibs-xctest, are you looking at those?<div class=""><br class=""></div><div class="">&nbsp;- Daniel</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 5:23 PM, Tony Parker &lt;<a href="mailto:anthony.parker@apple.com" class="">anthony.parker@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I’m merging in the swift-3 stuff, but it’s in 3 projects so they didn’t quite sync up for the build. Hopefully the next one?<div class=""><br class=""></div><div class="">- Tony</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 4:49 PM, Michael Ilseman &lt;<a href="mailto:milseman@apple.com" class="">milseman@apple.com</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="">Err, SwiftPM that is...<div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 4:49 PM, Michael Ilseman &lt;<a href="mailto:milseman@apple.com" class="">milseman@apple.com</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="">Failure is in Foundation on Linux?</div><div class=""><br class=""></div><div class=""><pre class="console-output" style="box-sizing: border-box; white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; font-size: 13px; background-color: rgb(43, 48, 59); color: rgb(192, 197, 206); padding: 20px; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px;"><span title="Compile Error" style="box-sizing: border-box; color: white; background-color: red; background-position: initial initial; background-repeat: initial initial;" class="">/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Sources/Utility/Git.swift:14:14: error: no such decl in module
</span>import class Foundation.NSProcessInfo
             ^          ~~~~~~~~~~~~~
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Sources/Utility/File.swift:70:11: error: use of undeclared type 'NSFileHandle'
extension NSFileHandle: Sequence {
          ^~~~~~~~~~~~
/home/buildnode/jenkins/workspace/oss-swift-incremental-RA-linux-ubuntu-14_04/swiftpm/Sources/Utility/misc.swift:31:15: error: use of undeclared type 'NSFileManager'
    extension NSFileManager {
              ^~~~~~~~~~~~~
&lt;unknown&gt;:0: error: build had 1 command failures
--- bootstrap: error: build failed with exit status 1</pre><div class=""><br class=""></div></div><div class=""><br class=""></div><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jun 20, 2016, at 4:45 PM, <a href="mailto:no-reply@swift.org" class="">no-reply@swift.org</a> wrote:</div><br class="Apple-interchange-newline"><div class=""><h2 style="font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; width: 738px; background-color: red; color: white; text-align: center;" class=""></h2><h1 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">[<font class="FAILURE" style="color: red;">FAILURE</font>] oss-swift-incremental-RA-linux-ubuntu-14_04 [#5505]</h1><table style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><tbody class=""><tr style="text-align: left;" class=""><th class="">Build URL:</th><td class=""><a href="https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/5505/" style="color: rgb(0, 122, 255); text-decoration: none;" class="">https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/5505/</a></td></tr><tr style="text-align: left;" class=""><th class="">Project:</th><td class="">oss-swift-incremental-RA-linux-ubuntu-14_04</td></tr><tr style="text-align: left;" class=""><th class="">Date of build:</th><td class="">Mon, 20 Jun 2016 16:25:02 -0700</td></tr><tr style="text-align: left;" class=""><th class="">Build duration:</th><td class="">20 min</td></tr></tbody></table><h2 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Identified problems:</h2><ul style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><li class="">Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:<ul class=""><li class=""><a href="https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-14_04/5505/consoleFull#-390862767ee1a197b-acac-4b17-83cf-a53b95139a76" style="color: rgb(0, 122, 255); text-decoration: none;" class="">Indication 1</a></li></ul></li></ul><br style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><h2 style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-style: normal; font-variant-caps: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">Changes</h2><ul style="color: rgb(57, 57, 57); font-family: 'Helvetica Neue', sans-serif; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 300; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">dc232f6279dd575c7696a9dc2c30cd7fd380a085</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">milseman:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">[Core Graphics] Disambiguate the CGContext PDF endPage</p><ul class=""><li class="change-edit"><b class="">edit</b>: apinotes/CoreGraphics.apinotes</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">c83f95442065f911b41b45c86a6106f0819f3962</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">daniel_dunbar:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">[WIP] Update for Swift-3 renaming.</p><ul class=""><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Private/XCPredicateExpectation.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Asynchronous/Predicates/Handler/main.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/ListTests/main.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCTestSuiteRun.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCTestMain.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Observation/All/main.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Asynchronous/Expectations/main.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Private/WallClockTimeMetric.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Observation/Selected/main.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCTestObservationCenter.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Asynchronous/Notifications/Expectations/main.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Private/PrintObserver.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Private/TestListing.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Asynchronous/Predicates/Expectations/main.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCNotificationExpectationHandler.swift</li><li class="change-edit"><b class="">edit</b>: Tests/Functional/Asynchronous/Notifications/Handler/main.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCTestCase+Asynchronous.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCTestObservation.swift</li><li class="change-edit"><b class="">edit</b>: Sources/XCTest/Public/XCTestRun.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">0c429556f33a5e2cecd81eaceeed6762dbf0670c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Account for IUO type errors</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">50acb41a857e794a4d0bfd7b7cc683ad7a2f4359</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Rename NSCopying method to swift-3 naming guidelines</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCFString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAttributedString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedCoderOldStyleArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUUID.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTextCheckingResult.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAffineTransform.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSScanner.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSObject.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredential.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNull.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d308da3455b56d4bc4f312ca116a1dca010fad8a</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Rename Coding and SecureCoding according to swift-3 naming and apply NS</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUUID.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTextCheckingResult.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSObject.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNull.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAttributedString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimalNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSpecialValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAffineTransform.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedCoderOldStyleArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredential.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSExpression.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9a920c841c52bfd63443fa194e415255a945d902</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NSURLAuthenticationChallenge</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b1a39c4b5e4d106135b2b590f256e62912de78dc</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NSURLCache and friends</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">69904b626301511812738e944a1842aaa84d3b5d</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NSURLCredential</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredential.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLCredential.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e3d0ec2ec7a6a258defeda87b493b9e9a59f8405</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NSURLProtectionSpace</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">049656685430568150068fbc67f8e6faf5dd92ae</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSURLProtocol</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1094f1ce0909cce6f0070397ca06d96d02bcbb08</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSURLRequest</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">6c6afd301513b47fd9ba2ff457ba98e6201319f8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSHTTPCookie</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookieStorage.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5bbbd7a4c3da929ae45f44363c8dc2ded4d5ad7a</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSHost</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSHost.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSProcessInfo.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">45bc24954981a2b3acfb286cdec5322e5c36cb78</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSURLCredentialStorage</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1de5ae7b338925cbf00eb4bc9bc7d5546943aa82</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSURLResponse</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">a45abcfd348e4f22125ba87108f7062dcabf77c7</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSURLSession and friends</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">504569afad29e305fd6c0429d22d5f70c5c75680</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update Host to reflect latest naming rules</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSHost.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">4b6246daf1201389a5fdcf3baad719e4319a4fa8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NSHTTPCookieStorage</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookieStorage.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">0cc6f022e58e3bd500bd3a9264ed65df2c181a04</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add the structrual type Date</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimer.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFRuntime.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-add"><b class="">add</b>: Foundation/Date.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPortMessage.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookieStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLock.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1ea9dccfc26806fb118b782415b13057832e601b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add internal boxing protocols for reference conversion to structural</p><ul class=""><li class="change-add"><b class="">add</b>: Foundation/Boxing.swift</li><li class="change-add"><b class="">add</b>: Foundation/ReferenceConvertible.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9ccedfb2adf13317161e4d85d4ce9d16a4bacebe</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">remove guard since there are no deployment differentials for</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/Date.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e6e1b4c639925806b1ee87cb04fd31ebc8631294</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop _ObjectiveCBridgeable since swift-corelibs-foundation transacts</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/ReferenceConvertible.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">ce6c73ef65c0eafcb81c94a7c3441ae90f4dfb43</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Date is ReferenceConvertible</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/Date.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">bea8316c5394f9234b0166d322881bb50ff4b374</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add PersonNameComponents structural type</p><ul class=""><li class="change-add"><b class="">add</b>: Foundation/PersonNameComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponents.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">523030cafb2b72e44fa9635a54c0236c1c8acb08</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add the structural type URL</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSStream.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTD.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/String.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTask.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookieStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-add"><b class="">add</b>: Foundation/URL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUserDefaults.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/FoundationErrors.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSBundle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">79e50b37fa5e0b2116fb3d8e2491acd06368750c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add the structural types for URLComponents and URLQueryItem</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/URL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-add"><b class="">add</b>: Foundation/URLComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">8f69050ce6072b8faf8c5c2e581c27106794f09c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a portable work-around for descrepencies of declarations of</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFPlatform.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e4e9e1b8449ce8d2d879deb78485a20b951baefb</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove use of pthread qos on Linux (#358)</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Stream.subproj/CFStream.c</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e36348985055edf9a74e45b8b97f275731c14535</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Base: merge two identical CPP cases (#370)</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFInternal.h</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7d1faca3d460373326b550e1c7ad2e7093afc7be</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">CFStorage: use the reserved spelling of restrict (#369)</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Collections.subproj/CFStorage.c</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">95b28b84a44b74f53bcea07e09e4cb6c8befac4f</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">NSDate: tweak whitespace (#368)</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7982f9ef9bb315182f3cec9907f07eca70a6d4e8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">NSGeometry: update accessors (#367)</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">6bd620fcff9d4ee673218dfd0427a85b731a15e7</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Change error checking in NSTask to not use try! (#362)</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7b1d44f115878ca13ae9e06e5fa65eb4aff1b0ce</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Use _CFIsMainThread as a shim for pthread_main_np on Linux (#359)</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFInternal.h</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOperation.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">43153a6b7d682828076848c2d346299df1b7cbe4</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Changes done to NSJSONSerialization to align with darwin code (#373)</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSJSONSerialization.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">778a255d6b5d681e1be7e9bb6999e7a8ddc9981b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Revert "Changes done to NSJSONSerialization to align with darwin code"</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSJSONSerialization.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">6b97ae9d57554fa89f9dcded304815f75f76d66a</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Temporary revert "NSGeometry: update accessors (#367)" until the</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d527fade519cc1648d5ad0699cea85b5f345b387</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Changes done to NSJSONSerialization to align with darwin code (#373)</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSJSONSerialization.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">a52eac7f9a506c4c2f861be85af7a6f92503f729</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">For SE-0017, remove use of OpaquePointer</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOperation.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">760ea953e8faeb1067659af4486093d0dda2f783</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Revert "Temporary revert "NSGeometry: update accessors (#367)" until the</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">350f1a90cd379353acc8c754339d26f8c0d17f8f</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Foundation: clear up some unused return value warnings (#366)</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLock.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumber.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d5ddaa728640329325220a15c3f2ce359065b6ef</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">LowerCamelCase for swift enumeration cases</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCompoundPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOperation.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimal.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSStream.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSByteCountFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHost.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSEnergyFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSByteCountFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSComparisonPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLengthFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSMassFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUserDefaults.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5f53690ac760c4405b19998e2624a10b96e6863c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Adjust for unsafe reference changes that disrupted the reference</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTDNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimer.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFPlatform.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLElement.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFRuntime.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTD.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">698c85246d3519206c9308ad059064eac270a804</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Rename Coding and SecureCoding according to swift-3 naming and apply NS</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredential.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">78ab782cdc73e6426e0def222412ca46868ff362</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NSURLCredential</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d1283efda79fa47e3043287198fcce43ad6704c3</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">drop NS from NSURLSession and friends</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">386709ecdc3a26943ac4b8e5f897892fbc6ba36d</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">add a structural version of Date</p><ul class=""><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFRuntime.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">3d3f20826ad45fbfc08f576af5cc5c57ff1a59ab</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Correct merge conflicts from master</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSOperationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5a42acabdfbc10076ebb5e28c8bab349d85bf117</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove a few more warnings of un-used return values</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">620c5e70cde950a39f95c9b703adc1eb2abada1f</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">NSObjectProtocol must be AnyObject to conform correctly</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSObject.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7bd04f370bdbfbd92dffc49e1c1eba2edcfa27ad</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">add more ignores for un-used results</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSBundle.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">4ee79cdc96720390309986b8101007c02ccaccd5</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from DateComponentsFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">aa0807514aa776b29d087291efc306dc31e7edd8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from DateIntervalFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1e9525dd56d5b0dfc7dafb9eafea94220a2d90e3</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from EnergyFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSEnergyFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">539d8d535417b10fce368ed7b20da7a4d8111df2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from LengthFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSLengthFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">914d7cc42932204f9142561f95fc75d1562e7ff0</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from MassFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSMassFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">ee2fd1907860785346375ecb3b8b16333a9c1528</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NumberFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSMassFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSEnergyFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLengthFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">715abeaa972ee4b32cae3ab2918d1a3e40fb5b66</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from PersonNameComponentsFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponentsFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">c9b2b4c7f602045c0f4163277880c9b68cc83f97</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from ByteCountFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSByteCountFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSByteCountFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">23ebc44bb99fb3e6d503b5a5358dfb05e5cfaae7</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from DateFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookie.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5f7f6f1e989e92810a9a0c457bc85a7cd68c9ee7</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Formatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSEnergyFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLengthFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSByteCountFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSMassFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSByteCountFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b914527d4d560602afc90da29254e1f1571672dd</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from JSONSerialization</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSJSONSerialization.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">039243a6375ec346dc5f3a25b1716bd32ae4aff9</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from PropertyListSerialization</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">51a05c0068304bbf2d0beac0612309c4f001d6af</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Revert "Rename Coding and SecureCoding according to swift-3 naming and</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedCoderOldStyleArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimalNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAttributedString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSObject.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSValue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAffineTransform.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSpecialValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNull.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTextCheckingResult.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUUID.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredential.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">8943406d31bd25c87ec4e7265e9f4525b0cd7ed2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from XMLDocument</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">ad4e323b896836f4e328f2e6ed606b64addf292f</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from XMLDTD</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTD.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">73c2bfe63f7ff0070b15e47552f830559445cb5e</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for URLAuthenticationChallenge</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7a4bb63ae206ecb56d379cf31d5e288350c067b3</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for URLCache</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">a83b9cc41c54f31cf3b79fd87b8823a18ca5daca</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for URLCredentialStorage</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredentialStorage.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b70109166ea86a9ca4d8eb1cdda4c10fc7b16328</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for URLProtocol</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">11fea4378e8c1f4937bc269cb77fe7d957b518d9</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Revert "drop NS from NSURLRequest"</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e5e5309c9b6ace9c5ee8d321eafbbb4a816d950b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Correct merge conflicts from previous work branch</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUUID.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCredential.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAffineTransform.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFRuntime.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAttributedString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSpecialValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTextCheckingResult.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/URL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLAuthenticationChallenge.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimalNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNull.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedCoderOldStyleArray.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFPlatform.c</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9852cddd5dd15b346ffed63d0aa53fa55a648852</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural type for URLRequest</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/Boxing.swift</li><li class="change-add"><b class="">add</b>: Foundation/URLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7f85f73c2fa5ea41c4069c7831b72af011244600</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from TimeInterval</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/URLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSProcessInfo.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimer.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/Date.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDate.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">188a4e17036f9b7c8f1012a175a0f85f648cd31c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural implementation of Data</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSStream.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/URLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLCache.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/String.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUserDefaults.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtocol.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/URL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-add"><b class="">add</b>: Foundation/Data.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLProtectionSpace.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b63cafb1b71c6cc87c87bc02767740923095aaae</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural implementation of Data</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSData.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSJSONSerialization.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">6ce843275247e5fb1b42c66bb882cec0e3f7c8af</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Get tests to a quasi runnable state after the most recent refactoring</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTask.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Parsing.subproj/CFXMLInterface.h</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/CFPlatform.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSUserDefaults.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">6c4a5d3b9bb9c6068068d4ce38360213719d8e05</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Calendar</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2e4595a6b61277614f41b49f9934386ba09f598d</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from TimeZone</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">88f8f90e0274606b704ce0e6d4ad3b6f7236d41e</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add missing unwrapped optional case for XMLNode</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLElement.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">274c7d6da2ab7edb3f4c95b755ae086038e372e2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural type for CharacterSet</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/String.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLResponse.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-add"><b class="">add</b>: Foundation/CharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSScanner.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCharacterSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d4d2ffbcbaf6597d300aa91aca8032cbba3045ba</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from XMLDTDNode</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTDNode.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTD.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">226e7edb08d8b13c822f89f92896c03a7b83c697</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from XMLElement</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLElement.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">0ffef4ce751e193f3ea2a1947bda44651e41f3ae</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from XMLNode and rename XMLDTDNode.Kind to XMLDTDNode.DTDKind</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNodeOptions.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLElement.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTDNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTD.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">34b21b5ab7eeca60cc639c8a8d032e0001057c6c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from XMLParser</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">a57d7dfe5d5f15cb608b615628b61aaa51bfde13</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from RunLoop</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSStream.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRunLoop.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">61b368a904d05a11e2b51c5f68e18f41c89d3061</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Stream and InputStream, NSOutputStream will retain it's NS</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/URLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSStream.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSJSONSerialization.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1d28d56a1cd599ffb78bfd4bedcf52c72ab8e0c8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Timer</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimer.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">146246e5427fbbcf3ce1b59092b459f785bac815</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from RegularExpression</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTextCheckingResult.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">bca81d81477fc6eb312aa6ba35b52c429e49ec00</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Scanner</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimalNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSScanner.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSScanner.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2c957da7153ae18990bacb27d3237ef60642dc15</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS From TextCheckingResult</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSRegularExpression.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTextCheckingResult.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1654a3e40275af3bced6bc638f7df61eb8c8bec5</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from AttributedString (but leave NSMutableAttributedString for</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSAttributedString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSAttributedString.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b7d1f90464ee38c1e9f7ac3a3255bd11f2547584</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Locale</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNumber.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSScanner.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDate.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/Date.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/String.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">67249caa0937998d9815e141b240f10e87711e71</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from UserDefaults</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSUserDefaults.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUserDefaults.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">3c4adf1bfe93ec930f4027dce3d21c7b7f338c97</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from FileHandle and Pipe: Ceci n'est pas une NSPipe!</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: Tools/plutil/main.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPipe.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">25b7e9342a78c79680dda9813aad8a19473e8b48</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Lock, RecursiveLock, Condition and Locking</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOperation.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLock.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-add"><b class="">add</b>: Foundation/NSData.swift.orig</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">3ae56efa28e39a4ef40ee97fa276d382e4bc4473</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Thread</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">77967a460316236e88d49a1af861ee5cbe7e0b4b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from ProcessInfo</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSProcessInfo.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSProcessInfo.swift</li><li class="change-edit"><b class="">edit</b>: Tools/plutil/main.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">944e2f7e5aaa37521f21b2ff53574c7d538c2164</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Operation, BlockOperation and OperationQueue</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSOperationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOperation.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURLSession.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d34bf24709fdd34cec41d3238704b612015d72e4</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural implementation of Notification</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-add"><b class="">add</b>: Foundation/Notification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationCenter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">7003015709821b232ec1e76021c2f850dd98f646</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from NotificationQueue</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">66097e06f99546d02843c92f117e3b753c45bfeb</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Prevailing sentiment is that unichar is old hat and CharacterSet should</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCharacterSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9ce053688b28efa0cc3a7234b35aee6589318a7f</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Correct data hint construction for NSArray</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">29c87d1e43ae8b4133949dc6e97d5964bdffee05</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API naming for XMLDocument</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">c635e3e9ed113a7c47c35bf703a17b6a4921e4b7</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Correct for additional OpaquePointer churn</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">6e58bed83470a6b9a5bead236c992edb70982f55</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for XMLDTD</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTD.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2f6a4995db0977fd4dc8b0e591528fdeabbfceeb</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for XMLDTDNode</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTDNode.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9922e70a8d64ad7885f8133ac56206818b639da3</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for XMLElement</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLElement.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">f77116dcaf3a860070df193fa9478e937ff654fa</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for XMLNode</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLElement.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLNode.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLDTDNode.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">1b3a2766141383aa3433e1b3ea9b95f8fd34e91a</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for XMLParser</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5dbfab376ebf243946ff8cc39f3efc5da5fe04a3</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove implicit bridging usages</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTask.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/CharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/URLRequest.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/Data.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUserDefaults.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSData.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2ddac98118e38c6ceae21692067822e37b9b6414</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update the build script to include some of the latest additions</p><ul class=""><li class="change-edit"><b class="">edit</b>: build.py</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">c4bfea0dc7c98027c6d674b24eb1d9982f5e3601</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Correct inheritance for the boxing type for CharacterSet</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/CharacterSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">49a0083fa7f363c5de9cce542b414a8b455f934a</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">URLComponents was missing from the build script</p><ul class=""><li class="change-edit"><b class="">edit</b>: build.py</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d1f67ed2b62180d3d5542b4a87267c8c27e7c2a1</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Stop using typealiases in protocols.</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/Boxing.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">00e7a66f702fdbf989c6a0b5ce0ced4b222f40c6</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Rework NSCharacterSet to more accurately bridge to CF types</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/CharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-add"><b class="">add</b>: Foundation/NSCFCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/String.subproj/CFCharacterSet.c</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: build.py</li><li class="change-edit"><b class="">edit</b>: CoreFoundation/Base.subproj/ForSwiftFoundationOnly.h</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">bee3fa94a2c560fcaca9d8de2a115245a8d4fea9</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">add a description method for NSArray</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">18e59e5526a3c124f4f0e32a83d84ce0eb0c5b37</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">the copy method for NSData should cosntruct without being recursive to</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e422911ec62c141d1d3cc3614a2cb87ca8b5db5c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Expensive plist conversions should account for NSData and NSDate instead</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">160489714f0a44296d6edeb5a87a6f27fac02e3c</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Bundle</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSBundle.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSBundle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSData.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/main.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">62df38870e85c2d80723a584d98840913e71c2c9</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from FileManager</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestUtils.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSBundle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">e590086c6d1435b5624b6ded4d16c5aba42cf2ed</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Task</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTask.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">658474c7ade18e8990cff933303ec92db2d6f080</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Fixup remaining API naming for Bundle, FileHandle and Pipe</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSData.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSBundle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileHandle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPipe.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSBundle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">0ac7a4ad81fae019ef3faf92e612376c0033b314</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update VolumeEnumerationOptions and DirectoryEnumerationOptions to be</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">17b5d8930e30b27cf4cacf0c35942a2b3d71bcb0</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Hoist DirectoryEnumerator and internal subclasses into FileManager</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">70fd876618025f8e44ecbff311972bc29010ed96</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update additional API names for FileManager</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSBundle.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestUtils.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSData.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2ad60d594944be59ed466b6b7498ff51eacf402d</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Additional FileManager changes</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSThread.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSThread.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPathUtilities.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">5df37267569514f6a391a883b09844dcc8f6f8e8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add RunLoopMode type</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">c16ed643c48301ea5fd6b31829218054c0b66695</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for RunLoop</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">d3300b7118924d6ad8ba411d317f33eade854bc5</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural type for DateComponents</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: build.py</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li><li class="change-add"><b class="">add</b>: Foundation/DateComponents.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: Foundation/NSFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCalendar.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">40bcc7557c1cab8ec9678733bee09409f376e449</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">DateComponentsFormatter should use DateComponents</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDateComponentsFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">a1699eaef429ac25097446fb011f5379fe694535</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for DateIntervalFormatter, EnergyFormatter, LengthFormatter</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSMassFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLengthFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateIntervalFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSEnergyFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2f08b10a2c883efbb31f89b2198683249db201a4</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural type for DateInterval</p><ul class=""><li class="change-add"><b class="">add</b>: Foundation/DateInterval.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: build.py</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">78fb55fe1ea6cfa69f9d1692b625e583b871b07b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for ByteCountFormatter, DateFormatter, NumberFormatter and</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponentsFormatter.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNumberFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSByteCountFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDateFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookie.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSByteCountFormatter.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumberFormatter.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">57110be8bd397389a30260bc75577e6daf682388</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">update API names, prefixes and enumerations for Predicate, NSExpression</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCompoundPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSExpression.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCompoundPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSComparisonPredicate.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPredicate.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">374b9210ecf037b0d2da5042193e54e24ebde81e</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for NSCoder, NSKeyedArchiver and NSKeyedUnarchiver</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSURL.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUUID.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSUUID.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSpecialValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSGeometry.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotification.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUserDefaults.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedCoderOldStyleArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSConcreteValue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPersonNameComponents.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">4c31746f72e94d6521b9930a3d09bc5f2be9ed52</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for PropertyListSerialization</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSXMLDocument.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedArchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSURL.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSKeyedArchiver.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">22b8750ea3f2d88fca602276af80eaa4f88be4fb</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for Port, MessagePort and SocketPort</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSPort.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPortMessage.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">fa6d3f3720bf25856df97a1e9b1fcc0eaefb12af</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API naming for NSStream</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSStream.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSXMLParser.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">60d3c7e319ee5946e322f04d1b5d98977c1be86e</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for Timer</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSRunLoop.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSTimer.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimer.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">195e16931dec943028b6dd00fe46cf1ae2ef2bd9</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Decimal</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimalNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimal.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9f3345b4012647590bb3081b12117fdab0a3e6d8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from ComparisonResult</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCalendar.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNumber.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSObjCRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimal.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/Date.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDate.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/DateInterval.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDecimalNumber.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/String.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">82ebaa697e3e2a07e25a9b1c89932ef009829204</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural type for IndexPath and update to the latest API naming</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSIndexPath.swift</li><li class="change-edit"><b class="">edit</b>: build.py</li><li class="change-add"><b class="">add</b>: Foundation/IndexPath.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">9cd298bd57a39129209183a92946ede85a4f1118</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">remove usages of @warn_unused_result since it is now the default</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSRange.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/Data.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSwiftRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/String.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/CharacterSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">3a94f18ae523cd8fb6e8c4f145f32b1c9c787239</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural implementation of IndexSet</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-add"><b class="">add</b>: Foundation/IndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: build.py</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSOrderedSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">aac58f473411794b223d1e758fb10c07c315fd88</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add a structural implementation of IndexSet</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation.xcodeproj/project.pbxproj</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">ee7fa7678f9d468570113216feef2d335ce1af32</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from SortOptions</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSObjCRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">f089c38a280fc3010fcf07b909912c76e5ee610b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for NSArray and NSMutableArray</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSNotificationQueue.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCFArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">173bd28efbbd8cd22899d0f294e84b05718a52a8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from EnumerationOptions</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSIndexSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSObjCRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">4143d6e81487bc66ecfdd2518ce7a4b156de092a</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update API names for NSDictionary and NSMutableDictionary</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCFDictionary.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSDictionary.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">f10e09c79c03f5ddf7d661d23ef2e33f582fe7f2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Update APIs for NSSet and NSMutableSet (and fix a few NSDictionary API</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSPredicate.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSError.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSProcessInfo.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSFileManager.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSDictionary.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSPropertyList.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">ee2ce0b66ea039056340ee5821817ad1f55eb61b</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Cache</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCache.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">968f82631795bcfb33f039084c6eede7efdeb5eb</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from SortDescriptor</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSHTTPCookieStorage.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">ed2c49e173a941843b4ffc9412852692bb535c65</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Drop NS from Comparator</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSObjCRuntime.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSortDescriptor.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSOrderedSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSArray.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">199637960380bb26c94dd7541fd6f4ee7f65c033</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove bridgeable protocol adoption since it does not exist on linux</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/IndexSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">2c0352cf43d0d484226180f4ba412fd8589b97ad</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove UTF32Char since that derives from MacTypes</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSCFCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCharacterSet.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/CharacterSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b21b46d802b27abb396dbbb788b24a6f64f2dbd2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">phausler:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Hoist TerminationReason into Task</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSTask.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">afa641e22c6100ee9c29bbdceb98ca473a2a9b54</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Remove .orig file</p><ul class=""><li class="change-delete"><b class="">delete</b>: Foundation/NSData.swift.orig</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">0a4420c554233d550d5da56e55534e5ee3760ff2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Fix up a few ranges to match the intent of the test</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCharacterSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">b5766c79cf91e4860498b2056bd72e1ce6c929e5</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Add some entries to git ignore file</p><ul class=""><li class="change-edit"><b class="">edit</b>: .gitignore</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">100d78a13aa08de4e5600e76f6a4b3266ab82292</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">The expected result of this test was accidentally flipped</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSCalendar.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">8bf65eda299b4c4995bb643e0a344d73e52f45f8</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Change default run loop mode back to common modes</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSNotificationQueue.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">450477e8565321a3c9e1d8641b9bce9fd5a8a7c2</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Fix up range for test</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSIndexSet.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">621583a507dc596f910d59f89d3951b61bfa3029</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Use NSURL for the enumerator type, as the result is AnyObject</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSFileManager.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">687728bdb1914bb20b855785273de34b1273ff5d</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Fix Data-related NSKeyedArchiver failures.</p><ul class=""><li class="change-edit"><b class="">edit</b>: Foundation/NSData.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSCoder.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSKeyedUnarchiver.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSString.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSUUID.swift</li></ul></li><br class=""><li class="">Commit<span class="Apple-converted-space">&nbsp;</span><b class="">f92db20a81ea3c8736de5b96260973b1f0f83037</b><span class="Apple-converted-space">&nbsp;</span>by<span class="Apple-converted-space">&nbsp;</span><b class="">anthony.parker:</b><p class="commit-message" style="font-family: Menlo, fixed; white-space: pre-wrap;">Fixup fallout from merging master</p><ul class=""><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSLocale.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSBundle.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSTimeZone.swift</li><li class="change-edit"><b class="">edit</b>: Foundation/NSSet.swift</li><li class="change-edit"><b class="">edit</b>: TestFoundation/TestNSBundle.swift</li></ul></li></ul></div></blockquote></div><br class=""></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></blockquote></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></body></html>