[Swift CI] Build Failure: OSS - Swift Package - Ubuntu 18.04 (master) #872

Report

[FAILURE] oss-swift-package-linux-ubuntu-18_04 [#872]

Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-18_04/872/
Project:
oss-swift-package-linux-ubuntu-18_04
Date of build:
Fri, 21 Dec 2018 18:22:47 -0600
Build duration:
2 hr 17 min

Identified problems:

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

Changes

  • Commit f1f5e0f2bf2ada5f3136f479c644e0aae55ec6e6 by david_smith:
    [stdlib] Dictionary: Add unsafe bulk-loading initializer

    • edit: validation-test/stdlib/Dictionary.swift
    • edit: stdlib/public/core/DictionaryBuilder.swift
    • edit: stdlib/public/core/NativeDictionary.swift
  • Commit 039891c24baf224d5ca80f0046a64f64a444ef02 by david_smith:
    [stdlib] Dictionary: Add support for non-unique keys in bulk loading

    • edit: validation-test/stdlib/Dictionary.swift
    • edit: stdlib/public/core/DictionaryBuilder.swift
  • Commit f0e04f73f4d901a588ca020a8b21f5deedf5bfdc by david_smith:
    [stdlib] Process elements from back to front

    • edit: stdlib/public/core/HashTable.swift
    • edit: stdlib/public/core/DictionaryBuilder.swift
    • edit: validation-test/stdlib/Dictionary.swift
  • Commit f862ad3741ae30c01671fec58a371717848b607c by david_smith:
    [stdlib] Doc updates

    • edit: stdlib/public/core/DictionaryBuilder.swift
  • Commit 9d61bad1e5d52d6434da59218d3761927dfef32a by david_smith:
    [stdlib] Keep the first duplicate key instead of the last

    • edit: stdlib/public/core/DictionaryBuilder.swift
    • edit: stdlib/public/core/NativeDictionary.swift
  • Commit a5506064122487f726fc1ce270a31765aff66656 by moiseev:
    Make a couple internal functions back public

    • edit: stdlib/public/core/AtomicInt.swift.gyb
  • Commit 46f94d7709342f5fd748dd98ccfe70010db804e2 by pali:
    [benchmark] BenchmarkDriver check --markdown

    • edit: benchmark/scripts/Benchmark_Driver
    • edit: benchmark/scripts/test_Benchmark_Driver.py
  • Commit 016ced2c44dbe4d0b40446f757f0361c22e31244 by david_smith:
    Adopt the new bulk Dictionary initializer in bridging

    • edit: stdlib/public/Darwin/Foundation/NSDictionary.swift
    • edit: validation-test/stdlib/Dictionary.swift
  • Commit 09cb803e792ff97a1023f6126af87b8f951c73f6 by pyaskevich:
    [CSDiag] Always attempt to erase open existentials after re-typecheck

    • add: test/Constraints/rdar46544601.swift
    • edit: lib/Sema/CSDiag.cpp
  • Commit aa4a6d9de29b2cc3457ad127518cda30693a2191 by compnerd:
    tests: get a few additional SILGen tests passing on Windows

    • edit: test/SILGen/lying_about_optional_return.swift
    • edit: test/SILGen/witness_tables_serialized.swift
    • edit: test/SILGen/collection_upcast.swift
    • edit: test/SILGen/enum_raw_representable_objc.swift
    • edit: test/SILGen/pointer_conversion.swift
    • edit: test/SILGen/imported_struct_array_field.swift
  • Commit 362235c166938b0f6f51e6c86db3a43ad9b13fc9 by compnerd:
    WindowsSDK: add definition for INVALID_HANDLE_VALUE

    • edit: stdlib/public/Windows/WinSDK.swift
  • Commit e3729f444a6583fca559e529552362f09871f03f by dgregor:
    Revert "[GSB] When adding same-type requirements pick representative

    • edit: test/decl/protocol/req/associated_type_ambiguity.swift
    • edit: lib/AST/GenericSignatureBuilder.cpp
    • delete: test/Generics/rdar45957015.swift
    • edit: test/Generics/same_type_constraints.swift
  • Commit 65c95dd8409cfdf0623cf27cc47bc44da733f4e0 by atrick:
    Fix SILCombine metatype cast optimization to avoid extending lifetimes.

    • edit: include/swift/SILOptimizer/Utils/CastOptimizer.h
    • edit: lib/SILOptimizer/Utils/CastOptimizer.cpp
    • edit: lib/SILOptimizer/SILCombiner/SILCombinerCastVisitors.cpp
    • edit: test/SILOptimizer/sil_combine.sil
  • Commit 326d42378eb7ae5bddedc3649e66a1dc247a4e67 by compnerd:
    Basic: convert UUIDs to uppercase

    • edit: lib/Basic/UUID.cpp
  • Commit bf7ea5b2e86194c2e510952a4f2caaa0f40ecba2 by compnerd:
    test: make the last SIL.Parse test pass on Windows

    • edit: test/SIL/Parser/apply_with_conformance.sil
  • Commit 5d968621d7aee9ef05aec54cdac4a75fe1798833 by dgregor:
    [Type checker] Basic ambiguity resolution + diagnostics for dynamic

    • add: test/attr/Inputs/dynamicReplacementA.swift
    • edit: lib/Sema/TypeCheckAttr.cpp
    • edit: include/swift/AST/DiagnosticsSema.def
    • add: test/attr/Inputs/dynamicReplacementB.swift
    • add: test/attr/Inputs/dynamicReplacementC.swift
    • add: test/attr/dynamicReplacement.swift
  • Commit b831f93dd4b1001a16943d8258ac7ec6ce7a617c by github:
    [benchmark] BenchmarkDoctor: Optional markdown arg

    • edit: benchmark/scripts/Benchmark_Driver
  • Commit d2ddbc8c3db46a19351d558de76c1df856439f7c by dgregor:
    [Type checker] Cope with null function/subscript types but not error

    • edit: lib/Sema/TypeCheckAttr.cpp
  • Commit ad6ce12c7154f02e7a22cf0128d49e8a66a38107 by broyalgordon:
    Initial checkin of swift-evolve

    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxConstructionExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Driver.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxDump.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Evolution.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxExtensions.swift
    • add: SwiftEvolve/Tests/SwiftEvolveTests/XCTestManifests.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/AnyEvolution.swift
    • add: SwiftEvolve/README.md
    • add: SwiftEvolve/Sources/SwiftEvolve/LinearCongruentialGenerator.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Planner.swift
    • add: SwiftEvolve/Package.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Log.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Evolver.swift
    • add: SwiftEvolve/Tests/SwiftEvolveTests/SwiftEvolveTests.swift
    • add: SwiftEvolve/.gitignore
    • add: SwiftEvolve/Sources/SwiftEvolve/DeclContext.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Invocation.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxTriviaExtensions.swift
    • add: SwiftEvolve/Tests/LinuxMain.swift
    • edit: README.md
    • add: SwiftEvolve/Sources/SwiftEvolve/main.swift
  • Commit 7a858462233ffb71fad6451c660c499f06def41e by broyalgordon:
    Factor most of the tool into a library

    • add: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxTriviaExtensions.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/DeclContext.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/SyntaxDump.swift
    • edit: SwiftEvolve/Package.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/Evolver.swift
    • add: SwiftEvolve/Tests/SwiftEvolveKitTests/XCTestManifests.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/SyntaxTriviaExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/Planner.swift
    • add: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxDump.swift
    • edit: SwiftEvolve/Tests/LinuxMain.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/Log.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/Planner.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/Evolution.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxConstructionExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxExtensions.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/Evolver.swift
    • add: SwiftEvolve/evolution.plan
    • delete: SwiftEvolve/Sources/SwiftEvolve/SyntaxConstructionExtensions.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/SyntaxExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/IO.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/main.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/CodableTypeMap.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/Driver.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/AnyEvolution.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/AnyEvolution.swift
  • Commit f10216ed250489734907a787816edb903a43b589 by broyalgordon:
    Don’t shuffle declarations we shouldn’t shuffle

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
  • Commit 9f8c43a43798c57f42f78cb9e57b9cce4004afab by broyalgordon:
    Add driver script

    • add: SwiftEvolve/evolve-swiftCore.sh
  • Commit 652185b6664bcd89e274f171659f5b94e32f0bee by broyalgordon:
    Some WIP clarifications

    • edit: SwiftEvolve/evolve-swiftCore.sh
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/CodableTypeMap.swift
  • Commit 3be31d18917c56f707278d79207266d05b1ef21f by broyalgordon:
    Remove accidentally included evolution plan

    • delete: SwiftEvolve/evolution.plan
  • Commit 3b4bfae1c01a2bcd7ee15b0c3ddcddf7dfd4f3de by broyalgordon:
    Move evolve-swiftCore into Utilities folder

    • delete: SwiftEvolve/evolve-swiftCore.sh
    • add: SwiftEvolve/Utilities/evolve-swiftCore.sh
  • Commit 4549437f4e79047e0a2fa3c10f9ac7efe6ad7f93 by broyalgordon:
    Remove AnyEvolution.random(for:in:using:)

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/AnyEvolution.swift
  • Commit 1dab8bc71f03b34ffd1d5e46b532601b3cb88293 by broyalgordon:
    Add rules JSON file

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Planner.swift
    • edit: SwiftEvolve/Utilities/evolve-swiftCore.sh
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • add: SwiftEvolve/Utilities/swiftCore-exclude.json
    • add: SwiftEvolve/Tests/SwiftEvolveKitTests/RulesTests.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/XCTestManifests.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/main.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/AnyEvolution.swift
    • add: SwiftEvolve/Sources/SwiftEvolveKit/EvolutionRules.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/Driver.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/Invocation.swift
  • Commit 25d1564dc7ace0ae00aa0e7435137bdc226dd64b by broyalgordon:
    Add some FIXME comments

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
  • Commit f3b3b426b630f36918cf16387724a73ef81a06f0 by broyalgordon:
    Allow prereq evolutions to prevent dependents

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/AnyEvolution.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Planner.swift
  • Commit 4ab9451282381c16935a319f3c558568dafe8d6f by broyalgordon:
    Make EvolutionRules make evolutions

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Planner.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/EvolutionRules.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/AnyEvolution.swift
  • Commit 798dfe9547cff08f21d55fc8248558be93429942 by broyalgordon:
    Stray updates from Evolution.init throwing change

    • edit: SwiftEvolve/Sources/SwiftEvolve/Driver.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
  • Commit 1b4d45cd20fbace4a5b7ac44a286fb9c7ebb80ea by broyalgordon:
    Fix test indentation

    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
  • Commit 15c217a6f3c966156053c4a2d0fb27be032c1910 by broyalgordon:
    Tweak search methods in tests

    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
  • Commit f8adc9592ded8828c38745df8d06985abd7d770a by broyalgordon:
    Avoid #if when synthesizing memberwise inits

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
  • Commit 68324f594fc3f9f977029e12f310e0e31f736e24 by broyalgordon:
    Remove stray debug statement

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxExtensions.swift
  • Commit 935996e3b4fe9f53a93c2733c945c5778b888836 by broyalgordon:
    Don’t synthesize inits inside #ifs

    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
  • Commit 97469104e244d5ff9b4103e265249c2aea5404eb by broyalgordon:
    Exclude more layout-sensitive types

    • edit: SwiftEvolve/Utilities/swiftCore-exclude.json
  • Commit 2465993b459da6e56c8150d4ef998dfd38b2abc3 by broyalgordon:
    Move test helpers into a shared file

    • add: SwiftEvolve/Tests/SwiftEvolveKitTests/TestUtils.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
  • Commit ff48f468b321a4a9080b798a9652ecee5166cbda by broyalgordon:
    Fix signature of RandomNumberGenerator.next()

    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/TestUtils.swift
  • Commit e2f44958460a7103942ceecc0c24ed0d637f7e7f by broyalgordon:
    Shuffle non-frozen enum cases

    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/TestUtils.swift
    • add: SwiftEvolve/Tests/SwiftEvolveKitTests/ShuffleMembersEvolutionTests.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
  • Commit 4f2935a17ec265604660a0f7dd261a8d023bba22 by broyalgordon:
    Stringify tokens correctly to improve performance

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxExtensions.swift
  • Commit 3f946d6a59bcd65390621533758915b130db1333 by broyalgordon:
    Tweak makePrerequisites() to accommodate more types

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
  • Commit 9e9557a47b310d026ca339494958b06ec8675145 by broyalgordon:
    Format type and extension names better

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • edit: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxExtensions.swift
    • edit: SwiftEvolve/Utilities/swiftCore-exclude.json
  • Commit acda924ddc7df92e3f5369b2725789a3f37392c9 by broyalgordon:
    Don’t shuffle the _ObjectiveCBridgeable protocol

    • edit: SwiftEvolve/Utilities/swiftCore-exclude.json
  • Commit 560a17afc75de98861b9c91c1367893a6bf7f04c by broyalgordon:
    Remove ChangeDefaultArgumentEvolution

    • edit: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveKitTests/RulesTests.swift
    • edit: SwiftEvolve/Utilities/swiftCore-exclude.json
  • Commit 071fc9998a6df048fdfa21890fbfd9050ee57774 by broyalgordon:
    Progress on driver script

    • edit: SwiftEvolve/Utilities/evolve-swiftCore.sh
  • Commit 725456e1526e9880093e709dfc2e08cff6ce78f2 by broyalgordon:
    Fix various bugs and issues in the driver script

    • edit: SwiftEvolve/Utilities/evolve-swiftCore.sh
  • Commit 8d6a3da81274fdfff0dbf41e4567beb11cbce3f7 by broyalgordon:
    Attempting to fix symlinking during builds

    • edit: SwiftEvolve/Utilities/evolve-swiftCore.sh
  • Commit ea16786844606ebdfe3e69c53cf95cc47f1cfaa8 by broyalgordon:
    Save libraries after they’re used

    • edit: SwiftEvolve/Utilities/evolve-swiftCore.sh
  • Commit 8153f12045409b3cae0ec2146f6a0f2851ea5dd1 by broyalgordon:
    Convert Driver/Invocation to SwiftEvolveTool

    • delete: SwiftEvolve/Sources/SwiftEvolve/Invocation.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/main.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/Driver.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SwiftEvolveTool.swift
    • edit: SwiftEvolve/Package.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/CommandLine.swift
  • Commit 65e036f8de2908b52f178f79425a18fb9b31e1b9 by broyalgordon:
    Move driver into library and rename targets

    • add: SwiftEvolve/Tests/SwiftEvolveTests/RegressionTests.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/AnyEvolution.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/EvolutionRules.swift
    • edit: SwiftEvolve/Package.swift
    • delete: SwiftEvolve/Tests/SwiftEvolveKitTests/ShuffleMembersEvolutionTests.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxDump.swift
    • edit: SwiftEvolve/Tests/LinuxMain.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/Evolution.swift
    • delete: SwiftEvolve/Tests/SwiftEvolveKitTests/XCTestManifests.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxConstructionExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxTriviaExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Evolver.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxConstructionExtensions.swift
    • delete: SwiftEvolve/Tests/SwiftEvolveKitTests/RegressionTests.swift
    • delete: SwiftEvolve/Tests/SwiftEvolveTests/SwiftEvolveTests.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Evolution.swift
    • delete: SwiftEvolve/Sources/SwiftEvolve/main.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/SwiftEvolveTool.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/AnyEvolution.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxDump.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/Planner.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/CodableTypeMap.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/IO.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/EvolutionRules.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxExtensions.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/DeclContext.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/Planner.swift
    • add: SwiftEvolve/Tests/SwiftEvolveTests/ShuffleMembersEvolutionTests.swift
    • delete: SwiftEvolve/Tests/SwiftEvolveKitTests/TestUtils.swift
    • add: SwiftEvolve/Sources/swift-evolve/main.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/CommandLine.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/Evolver.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/IO.swift
    • add: SwiftEvolve/Tests/SwiftEvolveTests/RulesTests.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/DeclContext.swift
    • delete: SwiftEvolve/Tests/SwiftEvolveKitTests/RulesTests.swift
    • edit: SwiftEvolve/Tests/SwiftEvolveTests/XCTestManifests.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/CodableTypeMap.swift
    • delete: SwiftEvolve/Sources/SwiftEvolveKit/SyntaxTriviaExtensions.swift
    • add: SwiftEvolve/Sources/SwiftEvolve/SyntaxExtensions.swift
    • add: SwiftEvolve/Tests/SwiftEvolveTests/TestUtils.swift
  • Commit aeed5acf803f322a483ec11155d6a94bbc49d94a by broyalgordon:
    Fix parsing of files parameter

    • edit: SwiftEvolve/Sources/SwiftEvolve/CommandLine.swift
  • Commit d4747f33d26d0cf629e365986742a74fc44b8206 by broyalgordon:
    Improve error handling

    • edit: SwiftEvolve/Sources/SwiftEvolve/SwiftEvolveTool.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/CommandLine.swift
  • Commit 664cf9f6b996d66ce78b2db008837f7a1f10bd98 by broyalgordon:
    Fix import

    • edit: SwiftEvolve/Sources/swift-evolve/main.swift
  • Commit ea5363ee91cb5760ed7242f509a9d84eafa9b957 by broyalgordon:
    Test command-line processing (and fix a bad message)

    • edit: SwiftEvolve/Sources/SwiftEvolve/SwiftEvolveTool.swift
    • add: SwiftEvolve/Tests/SwiftEvolveTests/CommandLineTests.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/CommandLine.swift
  • Commit 3bc68ba094b8ab8a8be9228bb60f194f1f45101c by broyalgordon:
    Prevent potential cross-filesystem link attempt

    • edit: SwiftEvolve/Sources/SwiftEvolve/SwiftEvolveTool.swift
  • Commit 7b75bdc88ca7dff2bb41327695f8815e1c7bb95f by broyalgordon:
    Remove temp file helper

    • edit: SwiftEvolve/Tests/SwiftEvolveTests/TestUtils.swift
    • edit: SwiftEvolve/Sources/SwiftEvolve/IO.swift
  • Commit f1635d44803c9f2470b4583acf01443a1c7a6dc1 by broyalgordon:
    Better comments, messages, script behavior

    • edit: SwiftEvolve/Tests/SwiftEvolveTests/RegressionTests.swift
    • edit: SwiftEvolve/Utilities/evolve-swiftCore.sh
  • Commit 28b3542e4b55ffede28756beafda33eab8842d4d by broyalgordon:
    Fill in the README file

    • edit: SwiftEvolve/README.md
  • Commit 95637f4d6487d827dd51e87510dbea0eca9e570b by broyalgordon:
    Remove unused file

    • delete: SwiftEvolve/Sources/SwiftEvolve/CodableTypeMap.swift
  • Commit ad40fc69276d5dafd213af9b3aafca1cccd6fe3c by github:
    Implement fallback behaviour for version specific manifests (#1919)

    • edit: Sources/PackageLoading/ToolsVersionLoader.swift
    • edit: Tests/PackageLoadingTests/ToolsVersionLoaderTests.swift
    • edit: Sources/PackageModel/Manifest.swift
  • Commit 73fe1f1842741b4b4ea93e1006c5338ee4bcd1ad by jonas:
    Fix stack-buffer-overflow in lldb_private::Host::FindProcesses

    • edit: source/Host/macosx/objcxx/Host.mm
  • Commit 8913df081325ddaa425be7960b050b13a7d56961 by jonas:
    Fix stack-buffer-overflow in lldb_private::Host::FindProcesses (2/2)

    • edit: source/Host/macosx/objcxx/Host.mm
  • Commit c384cbd63e3a8ef0fa0eb94d2714a883912ed0f9 by compnerd:
    base: placehold the callback parameter

    • edit: CoreFoundation/Base.subproj/CFFileUtilities.c
  • Commit c43afc468c06e7262b957776e16675d1ac70acf5 by compnerd:
    base: avoid recursion in TSD cleanup

    • edit: CoreFoundation/Base.subproj/CFPlatform.c
  • Commit 6a71b8f4491fbf47834614adcb1f8a4470cbf03d by compnerd:
    RunLoop: update CF_SPINLOCK_INIT_FOR_STRUCT

    • edit: CoreFoundation/RunLoop.subproj/CFRunLoop.c
  • Commit 0bc97110f8a7e49e990577321a62c4228c89d53e by compnerd:
    Base: separate the POSIX and Windows TLS setup

    • edit: CoreFoundation/Base.subproj/CFPlatform.c
  • Commit 77443daaafada8700af51c04531e92d8e5b33be0 by compnerd:
    Base: remove MessagePorts on Windows

    • edit: CoreFoundation/Base.subproj/CFPriv.h
  • Commit cc53d8c29906661fa55eb9ebecc4042f14db85a6 by compnerd:
    Base: reimplement _NS_pthread_set_name in terms of _CFSetThreadName

    • edit: CoreFoundation/Base.subproj/CFPlatform.c
  • Commit 7ec2337c0889c1168b72a7c520c9055fdf6632c5 by compnerd:
    Base: provide an implementation of pthread_equal on Windows

    • edit: CoreFoundation/Base.subproj/CFInternal.h
    • edit: CoreFoundation/Base.subproj/CFPlatform.c
  • Commit 0c52dd6fe4d09350fd6a6d9480de1ada15082900 by compnerd:
    Base: implement pthread_self on Windows

    • edit: CoreFoundation/Base.subproj/CFInternal.h
  • Commit 75ea8126392badd75b751f1796ac974a9bc853ca by compnerd:
    Base, Parsing: fix export annotations

    • edit: CoreFoundation/Parsing.subproj/CFPropertyList.c
    • edit: CoreFoundation/Base.subproj/ForFoundationOnly.h
  • Commit d2610262b595aacfd08a48bc3f24d3416f5e4f12 by compnerd:
    RunLoop: fix the thread handling on Windows

    • edit: CoreFoundation/RunLoop.subproj/CFRunLoop.c
  • Commit b9d7049c435d07344b4d0834d84b8d7c31ef2a91 by compnerd:
    Base, RunLoop: correct TSD handling

    • edit: CoreFoundation/RunLoop.subproj/CFRunLoop.c
    • edit: CoreFoundation/Base.subproj/CFPlatform.c
  • Commit a7a5bb9d95f76f29ec9b58fa035c0a3f14d14167 by compnerd:
    RunLoop: silence a -Wvisibility warning

    • edit: CoreFoundation/RunLoop.subproj/CFSocket.c
  • Commit 65da3c627326b9c761d1cc0389f539ec07baee9b by compnerd:
    CoreFoundation: adjust build for clang-cl

    • edit: CoreFoundation/CMakeLists.txt
  • Commit 2771280607fcd58618c89e1f237fb02742b6e5ec by compnerd:
    build: pass along external dependencies to CF

    • edit: CMakeLists.txt
  • Commit 439dd0d043b646779b45cb3b40ba43475213ee9c by compnerd:
    Base: define os_unfair_lock as CFLock_t

    • edit: CoreFoundation/Base.subproj/CFInternal.h