[Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) (Debug) #203

Report

[FAILURE] swift-master-source-compat-suite-debug [#203]

Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-debug/203/
Project:
swift-master-source-compat-suite-debug
Date of build:
Fri, 28 Sep 2018 16:58:33 -0500
Build duration:
3 hr 16 min

Changes

  • Commit d07ff797ff8d09dee7d1fcd9e92a556bca52fc79 by hamish2knight:
    [stdlib] Clean up some sources of undefined behaviour

    • edit: stdlib/public/SDK/Metal/Metal.swift
    • edit: stdlib/public/SDK/SceneKit/SceneKit.swift.gyb
    • edit: stdlib/public/SDK/CoreGraphics/CoreGraphics.swift
  • Commit 8270b383267fda54d25786e165a424c8d045c155 by hamish2knight:
    Remove hyphen from fix-me comment

    • edit: stdlib/public/SDK/Metal/Metal.swift
  • Commit d477420ee40ce24eccc4b70d4474ce3b67dbbd2a by klorentey:
    [stdlib] Set, Dictionary: Make Cocoa indices resilient for now

    • edit: stdlib/public/core/SetBridging.swift
    • edit: stdlib/public/core/Set.swift
    • edit: stdlib/public/core/Dictionary.swift
    • edit: stdlib/public/core/DictionaryBridging.swift
  • Commit cceb38971878a74c2a04afc0b1b3eb319897e227 by klorentey:
    [stdlib] Set, Dictionary: Make more Cocoa indexy things non-inlinable

    • edit: stdlib/public/core/DictionaryBridging.swift
    • edit: stdlib/public/core/SetBridging.swift
  • Commit eb69682f774423768bca0d6a48c6df844632068b by klorentey:
    [stdlib] Turn _CocoaSet.Index into a COW value type with opaque storage

    • edit: stdlib/public/core/SetBridging.swift
    • edit: stdlib/public/core/Set.swift
  • Commit 900c930b4bd655f625e6ce2214bec9b97cc9c44e by klorentey:
    [stdlib] Turn _CocoaDictionary.Index into a COW value type with opaque

    • edit: stdlib/public/core/Dictionary.swift
    • edit: stdlib/public/core/DictionaryBridging.swift
  • Commit bf84b297f83884d55d5475ead2606d3b2f4385d9 by kyrtzidis:
    [SourceKit] Allow module references to be indexed (#19243)

    • edit: include/swift/AST/USRGeneration.h
    • edit: include/swift/AST/Module.h
    • edit: test/SourceKit/Indexing/index_constructors.swift
    • add: test/Index/index_module_refs.swift
    • edit: test/SourceKit/Indexing/index_constructors.swift.response
    • edit: lib/Index/Index.cpp
    • edit: test/Index/Store/Inputs/ClangModuleB.h
    • edit: test/SourceKit/Indexing/index_bad_modulename.swift.response
    • edit: include/swift/Index/IndexSymbol.h
    • edit: test/SourceKit/Indexing/index_func_import.swift.response
    • edit: test/SourceKit/Indexing/index_with_clang_module.swift
    • add: test/Index/Store/Inputs/SwiftModuleC.swift
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: test/SourceKit/Indexing/index_with_swift_module.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
    • edit: test/Index/Store/unit-pcm-dependency.swift
    • edit: lib/AST/USRGeneration.cpp
    • edit: lib/AST/Module.cpp
    • edit: lib/Index/IndexSymbol.cpp
  • Commit 5898df0e2de1d699330ada3a0f25e869a7a1f5a6 by github:
    [ModuleInterface] Trap when trying to print a null type (#19596)

    • edit: include/swift/AST/PrintOptions.h
    • edit: lib/AST/ASTPrinter.cpp
  • Commit c66fcf2e6111ede17c4d0f40c6ff34c6f9357967 by github:
    [SILGen] Don't SILGen an @objc entry point for a deinit with no body

    • edit: lib/SILGen/SILGen.cpp
    • add: test/ModuleInterface/ObjC.swiftinterface

FAIL: RxSwift, 4.0.3, 3e8487, RxBlocking-macOS, platform=macOS

This might be due to my recently landed PR that broke indices for Set/Dictionary values bridged from Cocoa.

If so, https://github.com/apple/swift/pull/19612 will fix it.