Phillipe, do you know if these have been fixed yet? -Andy
Foundation/NSURLResponse.swift:372:38: error: value of optional type 'UnicodeScalar?' not unwrapped; did you mean to use '!' or '?'? case (.nonQuoted(let s), separator): ^ ! Foundation/NSURLResponse.swift:375:38: error: value of optional type 'UnicodeScalar?' not unwrapped; did you mean to use '!' or '?'? case (.nonQuoted(let s), escape): ^ ! Foundation/NSURLResponse.swift:377:38: error: value of optional type 'UnicodeScalar?' not unwrapped; did you mean to use '!' or '?'? case (.nonQuoted(let s), quote): ^ ! Foundation/NSURLResponse.swift:385:35: error: value of optional type 'UnicodeScalar?' not unwrapped; did you mean to use '!' or '?'? case (.quoted(let s), quote): ^ ! Foundation/NSURLResponse.swift:387:35: error: value of optional type 'UnicodeScalar?' not unwrapped; did you mean to use '!' or '?'? case (.quoted(let s), escape): ^ ! > On Jul 26, 2016, at 5:17 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10-long-test [#599] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10-long-test/599/ > > <https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10-long-test/599/> > Project: oss-swift-incremental-RA-linux-ubuntu-15_10-long-test > Date of build: Tue, 26 Jul 2016 17:09:11 -0700 > Build duration: 8 min 4 sec > Identified problems: > > Compile Error: This build failed because of a compile error. Below is a list > of all errors in the build log: > Indication 1 > <https://ci.swift.org//job/oss-swift-incremental-RA-linux-ubuntu-15_10-long-test/599/consoleFull#185058968ee1a197b-acac-4b17-83cf-a53b95139a76> > Tests: > > Name: Swift > Failed: 0 test(s), Passed: 8062 test(s), Total: 8062 test(s) > Name: Swift-Unit > Failed: 0 test(s), Passed: 226 test(s), Total: 226 test(s) > > Changes > > Commit e8639fe501bd1d1b0860b5292e11f46b818d8cff by phausler: > [Foundation] Update UndoManager registerUndo to adopt new naming rules > > edit: stdlib/public/SDK/Foundation/Foundation.swift > > Commit 3cf2692fc11c806031bbaf8052f104589df16680 by phausler: > Update interperter tests for new naming of registerUndo > > edit: test/Interpreter/SDK/Foundation_test.swift > > Commit bbf86865d615ca21bb074f31255a53b3dd9d0c37 by xin_tong: > Change unicodescalar to failable > > edit: validation-test/stdlib/Unicode.swift.gyb > edit: validation-test/stdlib/UnicodeUTFEncoders.swift > edit: test/1_stdlib/PrintInteger.swift > edit: test/1_stdlib/Character.swift > edit: test/Constraints/default_literals.swift > edit: stdlib/public/core/StringCore.swift > edit: test/1_stdlib/TestCharacterSet.swift > edit: validation-test/stdlib/String.swift > edit: stdlib/public/core/Unicode.swift > edit: stdlib/public/core/StringUnicodeScalarView.swift > edit: stdlib/public/SDK/Foundation/CharacterSet.swift > edit: test/Interpreter/SDK/Accelerate.swift > edit: stdlib/public/core/StaticString.swift > edit: stdlib/public/core/UnicodeScalar.swift > edit: test/Prototypes/TextFormatting.swift > edit: test/Interpreter/simple.swift > edit: validation-test/stdlib/StringViews.swift > edit: validation-test/stdlib/UnicodeLongTest.swift > > Commit 6c03c553aa8ad6052adc1f92b8ed62b657c9a115 by mjmdavis: > Correct Swift Decimal.divide to call NSDecimalDivide. > > edit: stdlib/public/SDK/Foundation/Decimal.swift > edit: test/Interpreter/SDK/NSDecimal.swift > > Commit 647c55b40364dcdd81f55482fab07a0a454f60e9 by github: > Fill out pull request testing section/multiple repo testing section of > > edit: docs/ContinuousIntegration.md > > Commit 4356661573e587d2d112dda60ebd20e1d4c574de by jgroff: > Allow single-element tuples in SIL mode. > > edit: lib/Sema/TypeCheckType.cpp > > Commit e884ab737d9606369afe5347ef78a7324c66e47a by jgroff: > Foundation: Make AnyHashable bridge to NSObject. > > edit: stdlib/public/SDK/Foundation/Foundation.swift > edit: lib/AST/ASTContext.cpp > > Commit 1e8dd0e34b6ec30e8c33f47dbdcb7ae558bf9636 by jgroff: > ClangImporter: Import unbounded NSSets and NSDictionaries using > > edit: stdlib/public/SDK/Foundation/NSStringAPI.swift > edit: test/ClangModules/objc_bridging.swift > edit: lib/ClangImporter/ImportType.cpp > edit: test/DebugInfo/test-foundation.swift > edit: test/IDE/print_clang_foundation.swift > edit: test/SILGen/objc_bridged_results.swift > edit: test/1_stdlib/ErrorBridged.swift > edit: test/IDE/print_omit_needless_words.swift > edit: stdlib/public/SDK/Foundation/NSError.swift > edit: stdlib/public/SDK/Foundation/Foundation.swift > edit: test/SILGen/Inputs/Foundation.swift > edit: test/1_stdlib/NSError.swift > edit: lib/AST/ASTContext.cpp > edit: stdlib/public/SDK/CoreImage/CoreImage.swift > edit: include/swift/AST/ASTContext.h > edit: lib/ClangImporter/ImporterImpl.h > edit: test/1_stdlib/NSEnumeratorAPI.swift > edit: test/ClangModules/objc_bridging_generics.swift > > Commit 1874bf01c66196ba506b965132ab5a1500138a4a by jgroff: > SIL: Relax linkage assertion in SILModule::getOrCreateFunction. > > edit: lib/SIL/SILModule.cpp > > Commit 5111a42d6d962c1098e38be5cfc54953c012fd3a by jgroff: > Update changelog for SE-0131. > > edit: CHANGELOG.md > > Commit cac313d145fdafff76b79e8eace196cbf3f29807 by jgroff: > Disable cast optimization for address-only types. > > edit: include/swift/SIL/SILBuilder.h > edit: lib/SILOptimizer/Utils/Local.cpp > > Commit 47053c6f7afe8f678f11376f5977545fb207b002 by mgottesman: > [docs] Fix the ContinuousIntegration.md table of contents. > > edit: docs/ContinuousIntegration.md > > Commit c77a21d1a39c190af59fead1423434621770f8b9 by github: > [docs] Small styling change in ContinuousIntegration. > > edit: docs/ContinuousIntegration.md > > Commit c8c41b385c0312e562abe4952fa2d6794dec2e0f by rjmccall: > Implement SE-0077: precedence group declarations. > > edit: lib/SILGen/SILGenDecl.cpp > edit: test/Constraints/generics.swift > edit: include/swift/Parse/Parser.h > edit: test/IDE/Inputs/foo_swift_module.swift > edit: lib/Serialization/ModuleFile.cpp > edit: test/IDE/complete_operators.swift > edit: include/swift/AST/Expr.h > edit: include/swift/AST/Module.h > edit: test/SILGen/copy_lvalue_peepholes.swift > edit: test/Constraints/operator.swift > edit: include/swift/Serialization/DeclTypeRecordNodes.def > edit: test/Generics/same_type_constraints.swift > edit: lib/AST/ASTWalker.cpp > edit: test/SILGen/address_only_types.swift > edit: test/SourceKit/CodeFormat/indent-basic.swift > edit: include/swift/IDE/CodeCompletion.h > edit: test/IDE/coloring.swift > edit: lib/Parse/ParseDecl.cpp > edit: test/Serialization/Inputs/vtable-function-deserialization-input.swift > edit: test/Parse/operators.swift > edit: lib/IDE/CodeCompletion.cpp > edit: lib/AST/ASTContext.cpp > edit: test/SourceKit/CodeComplete/complete_override.swift.response > edit: lib/Sema/CSDiag.cpp > edit: lib/IDE/SyntaxModel.cpp > edit: lib/Sema/TypeCheckExpr.cpp > edit: test/Parse/invalid.swift > edit: include/swift/AST/DeclNodes.def > edit: test/Parse/if_expr.swift > edit: test/IDE/print_ast_tc_decls.swift > edit: lib/Sema/CSApply.cpp > edit: test/Generics/slice_test.swift > edit: lib/AST/ASTDumper.cpp > edit: lib/AST/Decl.cpp > edit: test/SILGen/enum.swift > edit: stdlib/internal/SwiftExperimental/SwiftExperimental.swift > edit: test/expr/expressions.swift > edit: test/SIL/Serialization/Inputs/nontransparent.swift > edit: test/SILOptimizer/mandatory_inlining.swift > edit: include/swift/AST/DiagnosticsSema.def > edit: test/NameBinding/Inputs/tilde_tilde_low_precedence.swift > edit: lib/IRGen/GenDecl.cpp > edit: include/swift/Serialization/SerializedModuleLoader.h > edit: test/attr/attr_availability.swift > edit: lib/Serialization/SerializedModuleLoader.cpp > edit: test/decl/func/operator.swift > edit: include/swift/AST/AttrKind.h > edit: include/swift/AST/Attr.h > edit: include/swift/Serialization/ModuleFormat.h > edit: include/swift/Serialization/ModuleFile.h > edit: test/IDE/Inputs/foo_swift_module.printed.comments.txt > edit: test/Serialization/Inputs/def_operator.swift > edit: lib/FrontendTool/FrontendTool.cpp > add: test/decl/precedencegroup/circularity.swift > edit: lib/Serialization/Serialization.cpp > edit: test/Constraints/protocols.swift > edit: include/swift/AST/KnownIdentifiers.def > edit: test/Parse/operator_decl.swift > edit: lib/AST/SourceEntityWalker.cpp > edit: test/DebugInfo/autoclosure.swift > edit: lib/AST/ASTPrinter.cpp > edit: lib/Sema/NameBinding.cpp > edit: test/Parse/builtin_word.swift > edit: test/Parse/conflict_markers.swift > edit: test/NameBinding/Inputs/tilde_tilde_high_precedence.swift > edit: test/decl/protocol/req/func.swift > edit: lib/AST/Module.cpp > edit: stdlib/public/core/Integers.swift.gyb > edit: test/IRGen/swift3-metadata-coff.swift > edit: test/Constraints/array_literal.swift > edit: test/attr/attr_dynamic.swift > edit: test/Constraints/generic_protocol_witness.swift > edit: test/Parse/builtin_bridge_object.swift > edit: test/decl/func/arg_rename.swift > edit: stdlib/private/StdlibUnittest/StdlibCoreExtras.swift > edit: test/SILOptimizer/allocbox_to_stack_not_crash.swift > edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp > edit: test/decl/protocol/protocols.swift > edit: include/swift/Parse/Tokens.def > edit: lib/Sema/TypeCheckDecl.cpp > edit: test/Constraints/diag_ambiguities.swift > edit: lib/Serialization/Deserialization.cpp > edit: lib/Sema/TypeChecker.h > edit: test/Generics/associated_types.swift > edit: test/Constraints/associated_self_types.swift > edit: test/decl/func/functions.swift > edit: include/swift/AST/ASTContext.h > edit: test/Parse/matching_patterns.swift > edit: test/Generics/deduction.swift > edit: stdlib/public/core/Policy.swift > edit: test/Interpreter/SDK/GLKit.swift > edit: lib/IDE/REPLCodeCompletion.cpp > edit: lib/SILGen/SILGen.h > edit: test/Parse/try.swift > edit: include/swift/AST/DiagnosticsParse.def > edit: include/swift/AST/Decl.h > add: test/decl/precedencegroup/Inputs/ExternPrecedences.swift > edit: test/Constraints/diagnostics.swift > edit: include/swift/AST/TypeMemberVisitor.h > edit: test/NameBinding/name-binding.swift > edit: test/attr/accessibility.swift > > Commit d1106c07826fd8d66e7c707cc478d022c09b9147 by github: > Fixes typos in OptimizationTips.rst > > edit: docs/OptimizationTips.rst > > Commit a18d490d6a9026915bfa61eb8b7e8d7b29ee13aa by github: > Migrate from UnsafePointer to UnsafeRawPointer. (#3773) > > edit: test/1_stdlib/Runtime.swift.gyb > edit: stdlib/public/core/ArrayBufferProtocol.swift > edit: test/1_stdlib/ErrorBridged.swift > edit: validation-test/stdlib/NewArray.swift.gyb > edit: test/1_stdlib/Unmanaged.swift > edit: validation-test/stdlib/ArrayNew.swift.gyb > edit: validation-test/stdlib/SceneKit.swift > edit: test/ClangModules/serialization-sil.swift > edit: test/SILGen/dso_handle.swift > edit: test/Constraints/lvalues.swift > edit: lib/AST/Module.cpp > edit: stdlib/public/SDK/Foundation/NSStringAPI.swift > edit: stdlib/public/core/Builtin.swift > edit: test/SILGen/objc_currying.swift > edit: test/1_stdlib/KVO.swift > edit: stdlib/public/core/ShadowProtocols.swift > edit: benchmark/utils/DriverUtils.swift > edit: lib/ClangImporter/ImportType.cpp > edit: stdlib/public/core/SliceBuffer.swift > edit: stdlib/public/SDK/Dispatch/Data.swift > edit: stdlib/public/core/CTypes.swift > edit: stdlib/public/core/UnsafeRawPointer.swift.gyb > edit: stdlib/public/SDK/CoreAudio/CoreAudio.swift > edit: stdlib/public/core/ContiguousArrayBuffer.swift > edit: stdlib/public/SDK/Foundation/Data.swift > edit: test/1_stdlib/POSIX.swift > edit: stdlib/public/core/Runtime.swift.gyb > edit: stdlib/public/core/VarArgs.swift > edit: test/1_stdlib/TestData.swift > edit: test/ClangModules/objc_ir.swift > edit: test/SILGen/objc_ownership_conventions.swift > edit: stdlib/public/SDK/Foundation/IndexPath.swift > edit: test/Interpreter/SDK/autolinking.swift > edit: test/Parse/pointer_conversion.swift.gyb > edit: stdlib/private/SwiftPrivatePthreadExtras/SwiftPrivatePthreadExtras.swift > edit: test/Generics/slice_test.swift > edit: test/ClangModules/objc_bridging.swift > edit: test/Interpreter/SDK/KVO.swift > edit: validation-test/IDE/complete_from_cocoa.swift > edit: test/Constraints/diagnostics.swift > edit: lib/Sema/CSGen.cpp > edit: test/SILGen/pointer_conversion.swift > edit: lib/PrintAsObjC/PrintAsObjC.cpp > edit: validation-test/stdlib/Arrays.swift.gyb > edit: stdlib/public/core/BridgeObjectiveC.swift > edit: test/IRGen/objc_pointers.swift > edit: stdlib/public/SDK/Dispatch/Private.swift > edit: test/ClangModules/cfuncs_parse.swift > edit: docs/proposals/CPointerInteropLanguageModel.rst > edit: test/1_stdlib/Renames.swift > edit: stdlib/public/Platform/Platform.swift > edit: stdlib/public/SDK/Dispatch/Queue.swift > edit: stdlib/public/core/HashedCollections.swift.gyb > edit: validation-test/IDE/complete_from_cocoa_2.swift > edit: test/Parse/pointer_conversion_objc.swift.gyb > edit: stdlib/public/core/Unmanaged.swift > edit: test/Interpreter/errors_imported.swift > edit: test/Interpreter/SDK/objc_inner_pointer.swift > edit: stdlib/public/core/Arrays.swift.gyb > edit: test/ClangModules/cvars_parse.swift > edit: test/SILGen/lying_about_optional_return.swift > edit: test/Interpreter/SDK/c_pointers.swift > edit: stdlib/public/SDK/Foundation/Foundation.swift > edit: test/Interpreter/SDK/Reflection_KVO.swift > edit: test/attr/attr_objc.swift > edit: test/SILGen/default_arguments.swift > edit: validation-test/stdlib/CoreAudio.swift > edit: test/ClangModules/ctypes_parse.swift > edit: lib/IDE/CodeCompletion.cpp > edit: stdlib/public/SDK/Foundation/NSError.swift > edit: stdlib/public/core/Pointer.swift > edit: stdlib/private/SwiftReflectionTest/SwiftReflectionTest.swift > edit: stdlib/public/core/ArrayBuffer.swift > edit: test/PrintAsObjC/classes.swift > > Commit 4560bac57c7cdd60910aecdd82d8b1b96f4729ef by jordan_rose: > Fix misuses of llvm::StringSwitch. > > edit: lib/SILOptimizer/PassManager/PassManager.cpp > edit: lib/IRGen/GenBuiltin.cpp > > Commit 14601babe9b4888a35e16034259be8bcd175ddad by Mishal Shah: > [uitls] Add support for swift-3.0-preview-5-branch to update checkout > > edit: utils/update-checkout-config.json > > Commit 1621f7e0502e86a1a35dc3295f04d5a475222756 by mren: > Modules: add command line option fmodules-disable-diagnostic-validation > > edit: lib/Frontend/CompilerInvocation.cpp > edit: include/clang/Lex/HeaderSearchOptions.h > edit: include/clang/Serialization/ASTReader.h > edit: test/Modules/Inputs/module.map > edit: include/clang/Driver/Options.td > add: test/Modules/Inputs/DiagOutOfDate.h > edit: test/Driver/modules.m > add: test/Modules/diagnostic-options-out-of-date.m > edit: lib/Frontend/FrontendActions.cpp > edit: lib/Serialization/ASTReader.cpp > add: test/Modules/Inputs/pch-import-module-out-of-date.pch > > Commit 0d90f01b7b53742a3ec145aa6477e14ccffaedc9 by mren: > Modules: follow up to r276769. > > edit: lib/Driver/Tools.cpp > > Commit 2eec5f717893f683c81c03cf81cde5b1ad2951e5 by friss: > Revert "Modules: follow up to r276769." > > edit: lib/Driver/Tools.cpp > > Commit 5bbc8bcb3843795f0106abaf015d6c77c8b6d28b by friss: > Revert "Modules: add command line option > > delete: test/Modules/Inputs/pch-import-module-out-of-date.pch > edit: include/clang/Serialization/ASTReader.h > edit: include/clang/Driver/Options.td > edit: test/Driver/modules.m > edit: lib/Frontend/CompilerInvocation.cpp > edit: lib/Serialization/ASTReader.cpp > delete: test/Modules/Inputs/DiagOutOfDate.h > edit: include/clang/Lex/HeaderSearchOptions.h > edit: test/Modules/Inputs/module.map > edit: lib/Frontend/FrontendActions.cpp > delete: test/Modules/diagnostic-options-out-of-date.m > > Commit e14baf7b65ef775d7118df2ec055cf6f7897cebb by ankit.spd: > [Tests] Remove surplus functional tests > > delete: Fixtures/InvalidLayouts/MultipleRoots2/Sources/BarExec/main.swift > delete: Fixtures/InvalidLayouts/MultipleRoots1/Package.swift > delete: Fixtures/InvalidLayouts/MultipleRoots2/Sources/BarExec/Bar.swift > delete: Fixtures/InvalidLayouts/Generic5/main.swift > delete: Fixtures/InvalidLayouts/MultipleRoots2/Package.swift > delete: Fixtures/InvalidLayouts/MultipleRoots1/src/FooBarLib/FooBar.swift > delete: Fixtures/InvalidLayouts/MultipleRoots2/src/FooBarLib/FooBar.swift > delete: Fixtures/InvalidLayouts/Generic2/Package.swift > delete: Fixtures/InvalidLayouts/Generic3/Sources/Bar/Foo.swift > delete: Fixtures/InvalidLayouts/Generic3/Package.swift > edit: Tests/Functional/ValidLayoutTests.swift > delete: Fixtures/ValidLayouts/SingleModule/CustomizedName/Foo.swift > delete: Fixtures/InvalidLayouts/MultipleRoots1/main.swift > delete: Tests/Functional/InvalidLayoutTests.swift > delete: Fixtures/InvalidLayouts/Generic2/main.swift > delete: Fixtures/InvalidLayouts/Generic4/Package.swift > delete: Fixtures/InvalidLayouts/Generic1/main.swift > edit: Tests/Functional/XCTestManifests.swift > delete: Fixtures/InvalidLayouts/Generic3/Sources/main.swift > delete: Fixtures/InvalidLayouts/MultipleRoots1/Foo.swift > delete: Fixtures/InvalidLayouts/Generic1/Sources/Foo.swift > delete: Fixtures/InvalidLayouts/Generic2/Sources/Bar/Foo.swift > delete: Fixtures/InvalidLayouts/Generic1/Package.swift > delete: Fixtures/InvalidLayouts/Generic5/Foo/Foo.swift > delete: Fixtures/InvalidLayouts/Generic4/Foo/Bar/Foo.swift > delete: Fixtures/ValidLayouts/SingleModule/CustomizedName/Package.swift > delete: Fixtures/InvalidLayouts/Generic5/Package.swift > delete: Fixtures/InvalidLayouts/Generic4/main.swift > > Commit 5bc7a466be7adfddd6ecfa411dd3063b535767f6 by rjmccall: > Update for SE-0077. > > edit: Sources/Basic/OutputByteStream.swift > > Commit a499e2ea679221cf00d5372a61048f787e7c30a2 by daniel_dunbar: > [Swift] Update for another constraint syntax change. > > edit: Tests/SourceControl/GitRepositoryTests.swift > edit: Tests/Basic/FileSystemTests.swift > > Commit f60df991ba01a8e67140ac5810e3dfba115554b7 by daniel_dunbar: > [Commands] Update swift-test to honor `-v` and `-color`. > > edit: Sources/Commands/SwiftTestTool.swift > edit: Sources/Commands/SwiftBuildTool.swift > > Commit dbdf40446058faa4ed574203a103804256180d68 by atrick: > Update for SE-0107: Migrate Void->Raw. > > edit: Foundation/NSSpecialValue.swift > edit: Foundation/NSKeyedUnarchiver.swift > edit: Foundation/NSFileHandle.swift > edit: TestFoundation/TestNSJSONSerialization.swift > edit: Foundation/NSCoder.swift > edit: Foundation/NSSwiftRuntime.swift > edit: Foundation/NSTimeZone.swift > edit: Foundation/NSCFDictionary.swift > edit: Foundation/NSDecimalNumber.swift > edit: TestFoundation/TestNSXMLParser.swift > edit: Foundation/NSDate.swift > edit: Foundation/NSCache.swift > edit: Foundation/NSValue.swift > edit: Foundation/String.swift > edit: Foundation/NSConcreteValue.swift > edit: Foundation/NSTask.swift > edit: Foundation/NSKeyedCoderOldStyleArray.swift > edit: Foundation/NSLocale.swift > edit: Foundation/NSCalendar.swift > edit: Foundation/NSCFArray.swift > edit: Foundation/NSProcessInfo.swift > edit: Foundation/NSThread.swift > edit: Foundation/NSRegularExpression.swift > edit: Foundation/NSDictionary.swift > edit: Foundation/NSTimer.swift > edit: Foundation/NSGeometry.swift > edit: TestFoundation/TestNSArray.swift > edit: Foundation/Data.swift > edit: Foundation/NSArray.swift > edit: Foundation/NSNumber.swift > edit: TestFoundation/TestNSKeyedArchiver.swift > edit: Foundation/NSCFString.swift > edit: Foundation/NSUUID.swift > edit: Foundation/NSSet.swift > edit: Foundation/NSString.swift > edit: Foundation/NSRange.swift > edit: Foundation/NSXMLParser.swift > edit: Foundation/NSData.swift > edit: Foundation/NSCharacterSet.swift > edit: Foundation/NSKeyedArchiver.swift > > Commit a5f86b391eadcde5d89ec979d69e2580b2518ee5 by atrick: > Use Unmanaged.passRetained(self).toOpaque() in > > edit: Foundation/NSSwiftRuntime.swift > > Commit 859d609f407e50d77bd27b9161b8eafacaf286e1 by atrick: > Update NSObject withUnretainedReference for raw pointers. > > edit: Foundation/NSSwiftRuntime.swift > > Commit d9266556c9928b8010a6a9ee16ecce968b31a9d8 by atrick: > Continued update for SE-0107: Raw->Void migration. > > edit: Foundation/NSURL.swift > edit: Foundation/NSTask.swift > edit: Foundation/NSTimer.swift > edit: Foundation/Data.swift > edit: Foundation/IndexPath.swift > edit: Foundation/NSString.swift > edit: Foundation/NSXMLParser.swift > edit: Foundation/NSXMLNode.swift > > Commit 2402947faabf4338eee498dadfab90291581db6b by atrick: > Fix an extra retain caused by copy-paste. > > edit: Foundation/NSSwiftRuntime.swift > > Commit 161e5c48ebbeb503df10d9d7c908783295391570 by atrick: > Fix a dumb migration bug. > > edit: Foundation/NSSwiftRuntime.swift > > Commit 2acafc78fc6a8ab647d410d17a5a94dec1d5b382 by anthony.parker: > Implementing JSONSerialization.writeJSONObject (#465) > > edit: Foundation/NSJSONSerialization.swift > edit: TestFoundation/TestNSJSONSerialization.swift > > Commit dd9e4385c7f69dd58d55f2618b8970eed1054f5d by atrick: > Quick fix for conflicting commits. > > edit: Foundation/NSJSONSerialization.swift > > Commit 03543f64a4f4725c840a859a1e82c4cfe5b8d3e8 by anthony.parker: > [SE-0127] Remove calls to withUnsafe[Mutable]Pointers (#473) > > edit: Foundation/NSCalendar.swift > edit: Foundation/NSPropertyList.swift > edit: Foundation/NSThread.swift
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev