[Swift CI] Build Failure: OSS - Swift Package - OS X (master) #4559

Report

[FAILURE] oss-swift-package-osx [#4559]

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4559/
Project:
oss-swift-package-osx
Date of build:
Wed, 08 Apr 2020 10:05:14 -0500
Build duration:
2 hr 10 min

Identified problems:

  • Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:

Changes

  • Commit bf57cdca3f015e5742cbe7cb55e7f9ce80d4223f by github:
    [doc] Add an embryonic section on stdlib coding style

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 01f3d290cc4a24e09b3df711dd2d42ea994a8c93 by github:
    Typo fix

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 9eb943b9f35788fb2d87f2f6cd8bac3b93cf7ecd by github:
    Update StandardLibraryProgrammersManual.md

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 649b2db14e2acd1d3e36cd9a7e3d4bf40fd1f52d by github:
    Start merging information from AccessControlInStdlib.rst

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit ef93be28a9b7e5e6ffee09c33656e2c1f40d838d by github:
    Update StandardLibraryProgrammersManual.md

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 71882996ca711149ecc73db024955a206776e1f8 by hamishknight:
    [CS] Adjust applied overload simplification

    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/ConstraintSystem.h
  • Commit b679fd87389e630bcaaff66a321685436561fa21 by achikin:
    Add -Rcross-import option It is an optional, user-accessible mechanism

    • edit: lib/Frontend/CompilerInvocation.cpp
    • edit: lib/Sema/ImportResolution.cpp
    • edit: include/swift/Basic/LangOptions.h
    • add: test/CrossImport/remark-option.swift
    • edit: include/swift/AST/DiagnosticsSema.def
    • edit: include/swift/Option/Options.td
  • Commit fce674efcb78d42b76f946c126d35839bccc0875 by patrickpijnappel:
    [benchmark] Premultiply N for case conversion benchmark

    • edit: benchmark/single-source/AngryPhonebook.swift
  • Commit 83f67143346903437e3bdc6ff8e0a44a58fdc6c8 by danielzheng:
    [AutoDiff] Start fixing SR-12526.

    • edit: lib/Serialization/Deserialization.cpp
    • edit: lib/Serialization/ModuleFile.h
    • edit: lib/SILGen/SILGen.cpp
    • edit: include/swift/AST/TypeCheckRequests.h
    • edit: include/swift/AST/TypeCheckerTypeIDZone.def
    • edit: include/swift/AST/LazyResolver.h
    • edit: lib/Serialization/Serialization.cpp
    • edit: lib/TBDGen/TBDGen.cpp
    • edit: include/swift/AST/Attr.h
    • edit: lib/ClangImporter/ImporterImpl.h
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: lib/AST/Attr.cpp
    • edit: include/swift/AST/ASTTypeIDZone.def
  • Commit 5bbc43c4d2775a557920359d032ff372ec72e3e6 by dgregor:
    [CMake] Add -simulator to simulator target triples.

    • edit: cmake/modules/macCatalystUtils.cmake
    • edit: cmake/modules/SwiftConfigureSDK.cmake
    • edit: test/CMakeLists.txt
    • edit: test/lit.cfg
  • Commit 044613a13b1af4a96c4881169a30ca5ce22cb93b by dgregor:
    [build-script] Add -simulator to simulator target triples.

    • edit: utils/build-script-impl
  • Commit 6784930f3b0c8d8affec4b76f9238d4a6d67b9d8 by dgregor:
    [lit] Use simulator triples consistently.

    • edit: test/lit.cfg
    • edit: test/IRGen/objc_properties_ios.swift
  • Commit 7a2c28db1a17115ef536ee0fd76cd77c0bdc9220 by dgregor:
    [TBD] Update test to account for iOS device vs. iOS simulator.

    • edit: test/TBD/linker-directives-ld-previous-ios.swift
    • edit: test/TBD/Inputs/install-name-map-toasterkit.json
  • Commit 6375481ea4e4e38bcc0934e1dc1984c6c1bb6b84 by hborla:
    [Diagnostics] In DefineMemberBasedOnUse::diagnoseForAmbiguity, use the

    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSFix.h
    • edit: test/Sema/diag_ambiguous_overloads.swift
    • edit: lib/Sema/CSFix.cpp
  • Commit 6196a8a0454b99d759d79fba2672928a7a49365c by patrickpijnappel:
    [benchmark] Rename premultiplied tests

    • edit: benchmark/single-source/AngryPhonebook.swift
  • Commit 78ac5eb0a3fff17ec425764c17317a65918bb992 by marcrasi:
    add PointerUnion for parsed vs deserialized derivative attr

    • edit: lib/AST/Attr.cpp
    • edit: include/swift/AST/Attr.h
    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit 2d1436e8d21b8d137a92549cdb132d44f59def5d by marcrasi:
    fix SR-12526 test

    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/Inputs/a.swift
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/main.swift
  • Commit f9ef75ff34a96dd1258a41d416c0563922c8b7ac by danielzheng:
    Remove SourceFile::addVisibleDecl.

    • edit: include/swift/AST/SourceFile.h
    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
    • edit: lib/AST/Module.cpp
  • Commit ece84b176cc5e5105cef277b55a549d5faf6d533 by hborla:
    [Diagnostics] Adjust ConstraintFix::diagnoseForAmbiguity to take an

    • edit: lib/Sema/CSFix.h
    • edit: lib/Sema/ConstraintSystem.cpp
    • edit: lib/Sema/CSFix.cpp
  • Commit 8da6b7275720eaab75794e9eec28cccad3574423 by atrick:
    Make -emit-verbose-sil print conformances for existential insts.

    • edit: lib/SIL/IR/SILPrinter.cpp
    • edit: lib/AST/ASTDumper.cpp
    • edit: include/swift/AST/ProtocolConformanceRef.h
  • Commit 7abf8ae305ba8a31fcbd647e99aab5fc1d83db94 by marcrasi:
    actually set the lazy resolver

    • edit: lib/Serialization/Deserialization.cpp
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/main.swift
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/Inputs/b.swift
    • edit: lib/AST/Attr.cpp
    • edit: test/AutoDiff/Sema/DerivativeRegistrationCrossModule/Inputs/a.swift
    • edit: include/swift/AST/Attr.h
  • Commit 2c61f008197366e1233cbf82fcde461a11d38141 by github:
    [doc] Update based on feedback; add short section on availabilty

    • edit: docs/StandardLibraryProgrammersManual.md
  • Commit 4c922346622853cc527cb0a57a25279e05ba7b67 by jgroff:
    Compatibility50: Install objc_getClass hook only in main executable

    • edit: stdlib/toolchain/Compatibility50/Overrides.cpp
  • Commit 4870d1c017d337790fe5675ce67954280e19dc0b by rishizaki:
    [SourceKit] Don't use diagnostics to indicate fast-completion

    • edit: tools/SourceKit/include/SourceKit/Core/LangSupport.h
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.h
    • edit: test/SourceKit/CodeComplete/complete_sequence.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_toplevel_edit_import.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_nestedtype.swift
    • edit: include/swift/IDE/CodeCompletion.h
    • edit: utils/gyb_sourcekit_support/UIDs.py
    • edit: test/SourceKit/CodeComplete/complete_sequence_property_wrapper.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_crossfile.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftTypeContextInfo.cpp
    • edit: test/SourceKit/CodeComplete/complete_sequence_accessor.swift
    • edit: include/swift/IDE/CompletionInstance.h
    • edit: test/SourceKit/CodeComplete/complete_sequence_toplevel.swift
    • edit: tools/SourceKit/lib/SwiftLang/SwiftLangSupport.cpp
    • edit: tools/SourceKit/tools/sourcekitd/lib/API/Requests.cpp
    • edit: test/SourceKit/CodeComplete/complete_sequence_edit.swift
    • edit: tools/swift-ide-test/swift-ide-test.cpp
    • edit: test/SourceKit/CodeComplete/complete_sequence_toplevel_edit.swift
    • edit: test/SourceKit/CodeComplete/complete_sequence_func_in_closure.swift
    • edit: lib/IDE/CompletionInstance.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftConformingMethodList.cpp
    • edit: tools/SourceKit/lib/SwiftLang/SwiftCompletion.cpp
  • Commit 69a22f6d95498ec24f23e5fec490bc8c5716a68d by atrick:
    Simplify metatype instructions.

    • edit: test/SILOptimizer/sil_simplify_instrs.sil
    • edit: lib/SILOptimizer/Analysis/SimplifyInstruction.cpp
  • Commit c834696bfa8f4ffcc8a8c070eb4fb6b7be042633 by danielzheng:
    Add SynthesizedFileUnit.

    • edit: lib/AST/Decl.cpp
    • edit: include/swift/AST/Module.h
    • edit: lib/IRGen/GenDecl.cpp
    • edit: lib/IRGen/IRGen.cpp
    • edit: lib/Index/Index.cpp
    • add: include/swift/AST/SynthesizedFileUnit.h
    • edit: lib/AST/Module.cpp
    • edit: lib/Index/IndexRecord.cpp
    • edit: lib/SymbolGraphGen/SymbolGraph.cpp
    • edit: lib/AST/DeclContext.cpp
    • edit: lib/IRGen/IRGenModule.h
  • Commit f7a9eed4dea64f96ed7d477238703ba2f27f34c0 by danielzheng:
    [AutoDiff] Add generated implicit declarations to SynthesizedFileUnit.

    • edit: include/swift/SILOptimizer/Utils/Differentiation/LinearMapInfo.h
    • delete: test/AutoDiff/compiler_crashers/tf1232-autodiff-generated-declaration-mangling.swift
    • edit: include/swift/SILOptimizer/Utils/Differentiation/ADContext.h
    • edit: lib/SILOptimizer/Utils/Differentiation/ADContext.cpp
    • edit: lib/AST/Module.cpp
    • edit: include/swift/AST/SynthesizedFileUnit.h
    • add: test/AutoDiff/compiler_crashers_fixed/tf1232-autodiff-generated-declaration-mangling.swift
    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
    • edit: lib/IRGen/IRGen.cpp
  • Commit de4deb58679db072f13ef5333bfa93334394be44 by danielzheng:
    [AutoDiff] Lazily create synthesized file during differentiation.

    • edit: include/swift/SILOptimizer/Utils/Differentiation/ADContext.h
    • edit: lib/SILOptimizer/Utils/Differentiation/ADContext.cpp
    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
  • Commit a282ee622b8e26c9c94b1e852fe8ad816c80ba89 by danielzheng:
    [AutoDiff] NFC: silence unused variable warnings.

    • edit: lib/SILOptimizer/Utils/Differentiation/PullbackEmitter.cpp
    • edit: include/swift/SILOptimizer/Utils/Differentiation/AdjointValue.h
  • Commit 6f4b8121644f18211f06d753e8ee330f2dcca718 by danielzheng:
    [AutoDiff upstream] Fix LinearMapInfo result indices calculation.

    • edit: lib/SILOptimizer/Utils/Differentiation/LinearMapInfo.cpp
  • Commit 33154ab6f15693328b5005659e45ad31d45d12fc by github:
    [lldb] Handle new Swift synthesized FileUnitKind. (#1042)

    • edit: lldb/source/Symbol/SwiftASTContext.cpp
  • Commit 76cb47f4e9768b9ab031553080c481b6087ad394 by ankit_aggarwal:
    Fix InMemoryGitRepository by expecting its contents to present at root

    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Tests/PackageGraphTests/RepositoryPackageContainerProviderTests.swift
    • edit: Sources/SourceControl/InMemoryGitRepository.swift
  • Commit d196d9df58ef0b9067b8343533110e190c6c7997 by ankit_aggarwal:
    Mark all current vNext functionality as 5.3

    • edit: Fixtures/Resources/Localized/Package.swift
    • edit: Fixtures/Resources/Simple/Package.swift
    • edit: Tests/PackageLoadingTests/TargetSourcesBuilderTests.swift
    • edit: Sources/PackageDescription/Target.swift
    • delete: Tests/PackageLoadingTests/PDNextLoadingTests.swift
    • edit: Sources/PackageLoading/ManifestLoader.swift
    • edit: Sources/PackageModel/ToolsVersion.swift
    • add: Tests/PackageLoadingTests/PD5_3LoadingTests.swift
    • edit: Tests/XCBuildSupportTests/PIFBuilderTests.swift
    • edit: Tests/PackageLoadingTests/PD5_2LoadingTests.swift
    • edit: Sources/PackageLoading/TargetSourcesBuilder.swift
    • edit: Tests/PackageLoadingTests/PackageBuilderTests.swift
    • edit: Sources/PackageDescription/PackageDescription.swift
    • edit: Sources/PackageDescription/SupportedPlatforms.swift
    • edit: IntegrationTests/Fixtures/BinaryTargets/TestBinary/Package.swift
    • edit: swift-tools-support-core/Sources/TSCUtility/Versioning.swift