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

Report

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

Build URL:
https://ci.swift.org/job/oss-swift-package-osx/4179/
Project:
oss-swift-package-osx
Date of build:
Thu, 02 Jan 2020 21:56:35 -0600
Build duration:
3 hr 40 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 59e97437998fb33cec8b924aaddda45841389d0c by mishal_shah:
    Update the macOS package bot for swift 5.2

    • edit: jobs/swift-5.2-branch/oss-swift-package-osx.sh
  • Commit 26af3a66892ea84e38b7779b1c8b11abedf2e357 by mishal_shah:
    Fix the name of the toolchain for swift 5.2

    • edit: jobs/swift-5.2-branch/oss-package-trigger.sh
  • Commit c9bd831004a35e542a8b8cf238b868e3081e1991 by aschwaighofer:
    DeserializeSIL: Fix two places where we want the SILType inside of the

    • edit: lib/Serialization/DeserializeSIL.cpp
    • add: test/Serialization/Inputs/opaque_types_inlineable_2.swift
    • add: test/Serialization/opaque_types_inlineable.swift
  • Commit f40a67d9f8bfdfb91a37acb48bf8ffdf0a852cb2 by kitaetoya:
    SR-11148: Separate do and while blocks generate error from legacy

    • edit: lib/Parse/ParseStmt.cpp
    • edit: test/stmt/statements.swift
    • edit: include/swift/AST/DiagnosticsParse.def
  • Commit c5a655e35b89085da29d1acde98d4480420c06ce by dgregor:
    [Type checker] Fold more for-each type checking into the constraint

    • edit: test/Constraints/generic_protocol_witness.swift
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: include/swift/AST/Expr.h
    • edit: lib/Sema/TypeCheckStmt.cpp
  • Commit 64c170b5e9f7628ad0881f4217abc05ea9fa6760 by compnerd:
    AST: remove unnecessary variable (NFC)

    • edit: lib/AST/Decl.cpp
  • Commit bbcaf8c66933aa3bf553ca11a7d7e69cc4a0a1d6 by dgregor:
    [Type checker] Introduce value witness constraints.

    • edit: test/IRGen/big_types_corner_cases.swift
    • edit: test/stmt/foreach.swift
    • edit: lib/Sema/CSSimplify.cpp
    • edit: lib/Sema/Constraint.cpp
    • edit: lib/Sema/CSSolver.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: test/Constraints/generic_protocol_witness.swift
    • edit: lib/AST/ASTContext.cpp
    • edit: lib/Sema/CSBindings.cpp
    • edit: lib/Sema/ConstraintSystem.h
    • edit: test/SILGen/foreach.swift
    • edit: include/swift/AST/ASTContext.h
    • edit: lib/Sema/Constraint.h
  • Commit 9be16b218585431645bf6eab2f4107730149cf30 by dgregor:
    [Type checker] Move conformance resolution during application into

    • edit: lib/Sema/ConstraintSystem.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/CSApply.cpp
  • Commit f22a7e28800cabcead3b2f8e48cee6ec323babdd by dgregor:
    [AST] Drop makeIterator reference from ForEachStmt.

    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/SILGen/SILGenStmt.cpp
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: include/swift/AST/Stmt.h
  • Commit dbc3b433ad35d3c1b3b57dd8e69fabf9b0b1aa1f by compnerd:
    build: synchronise with LLDB's version of FindLibEdit

    • edit: lib/Immediate/CMakeLists.txt
    • edit: tools/SourceKit/tools/sourcekitd-repl/CMakeLists.txt
    • edit: cmake/modules/FindLibEdit.cmake
    • edit: tools/SourceKit/tools/CMakeLists.txt
  • Commit 97b5a0d5fbb7116334fdb5571e6da9a3a8a93984 by dgregor:
    [Type checker] Stop devirtualizing the reference to

    • edit: lib/AST/ASTDumper.cpp
    • edit: lib/Sema/TypeCheckStmt.cpp
    • edit: test/SILGen/foreach.swift
    • edit: test/Constraints/generic_protocol_witness.swift
    • edit: test/SILGen/statements.swift
    • edit: test/stmt/foreach.swift
    • edit: include/swift/AST/Stmt.h
    • edit: lib/Sema/TypeCheckConstraints.cpp
    • edit: lib/Sema/TypeChecker.h
    • edit: lib/SILGen/SILGenStmt.cpp
  • Commit 1337925608df801fa8668e1ac621f9e6b70143f1 by spestov:
    Sema: Don't mark property wrapper 'modify' accessors transparent

    • add: test/SILGen/property_wrapper_coroutine_public.swift
    • edit: lib/Sema/TypeCheckStorage.cpp
    • edit: test/SILGen/property_wrapper_coroutine.swift
  • Commit f9792ee3c1b16d0c0cc66f85084e0602699c1310 by ankit_aggarwal:
    [Package.swift] Adopt TSC package

    • edit: Package.swift
  • Commit bbf906859869fabbad06cf208693f7524fe94679 by ankit_aggarwal:
    [TSC] Move TSC sources into its own directory

    • delete: Sources/TSCBasic/Tuple.swift
    • add: TSC/Tests/TSCBasicTests/POSIXTests.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/long-stdout-stderr
    • add: TSC/Tests/TSCBasicTests/TerminalControllerTests.swift
    • delete: Sources/TSCUtility/BuildFlags.swift
    • delete: Tests/TSCBasicPerformanceTests/SortedArrayPerfTests.swift
    • delete: Sources/TSCBasic/SHA256.swift
    • delete: Tests/TSCUtilityTests/pkgconfigInputs/failure_case.pc
    • delete: Sources/TSCUtility/FSWatch.swift
    • add: TSC/Tests/TSCBasicTests/EditDistanceTests.swift
    • add: TSC/Tests/TSCUtilityTests/Inputs/invalid_archive.zip
    • delete: Tests/TSCBasicPerformanceTests/SHA256PerfTests.swift
    • add: TSC/Sources/TSCLibc/libc.swift
    • delete: Tests/TSCBasicTests/ProcessSetTests.swift
    • add: TSC/Tests/TSCTestSupportTests/TestSupportTests.swift
    • add: TSC/Tests/TSCBasicTests/CStringArrayTests.swift
    • add: TSC/Tests/TSCBasicTests/ThreadTests.swift
    • delete: Sources/TSCBasic/CStringArray.swift
    • add: TSC/Tests/TSCUtilityTests/ArchiverTests.swift
    • add: TSC/LICENSE.txt
    • add: TSC/Tests/TSCUtilityTests/ArgumentParserTests.swift
    • delete: Sources/TSCBasic/DeltaAlgorithm.swift
    • delete: Sources/TSCBasic/StringConversions.swift
    • delete: Sources/TSCUtility/OSLog.swift
    • add: TSC/Tests/TSCBasicTests/miscTests.swift
    • delete: Tests/TSCUtilityTests/StringTests.swift
    • delete: Sources/TSCBasic/JSONMapper.swift
    • delete: Tests/TSCBasicPerformanceTests/OutputByteStreamPerfTests.swift
    • delete: Tests/TSCBasicTests/processInputs/blocking-ignore-sigint
    • add: TSC/Tests/TSCBasicTests/CollectionAlgorithmsTests.swift
    • delete: Tests/TSCUtilityTests/SimplePersistenceTests.swift
    • delete: Sources/TSCUtility/Version.swift
    • delete: Sources/TSCTestSupport/XCTestCasePerf.swift
    • delete: Tests/TSCUtilityTests/ArgumentParserTests.swift
    • delete: Sources/TSCUtility/Versioning.swift
    • delete: Tests/TSCBasicTests/ObjectIdentifierProtocolTests.swift
    • delete: Tests/TSCBasicTests/TupleTests.swift
    • delete: Sources/TSCBasic/ByteString.swift
    • add: TSC/Tests/TSCBasicTests/FileSystemTests.swift
    • delete: Tests/TSCBasicTests/ProcessTests.swift
    • delete: Tests/TSCBasicTests/FileSystemTests.swift
    • add: TSC/Tests/TSCUtilityTests/PkgConfigParserTests.swift
    • add: TSC/Tests/TSCUtilityTests/StringConversionTests.swift
    • delete: Sources/TSCLibc/libc.swift
    • delete: Tests/TSCUtilityTests/pkgconfigInputs/gtk+-3.0.pc
    • delete: Sources/TSCBasic/CMakeLists.txt
    • add: TSC/Sources/TSCTestSupport/Product.swift
    • delete: Sources/TSCclibc/include/TSCclibc.h
    • delete: Tests/TSCUtilityTests/Inputs/archive.zip
    • delete: Tests/TSCBasicTests/KeyedPairTests.swift
    • add: TSC/Sources/TSCBasic/OutputByteStream.swift
    • delete: Tests/TSCBasicTests/POSIXTests.swift
    • add: TSC/Tests/TSCUtilityTests/StringTests.swift
    • add: TSC/Sources/TSCBasic/KeyedPair.swift
    • delete: Tests/TSCBasicTests/CollectionAlgorithmsTests.swift
    • add: TSC/Tests/TSCBasicTests/ByteStringTests.swift
    • delete: Tests/TSCBasicTests/GraphAlgorithmsTests.swift
    • add: TSC/Tests/TSCBasicTests/RegExTests.swift
    • add: TSC/Sources/TSCUtility/ProgressAnimation.swift
    • delete: Tests/TSCBasicTests/PathTests.swift
    • delete: Sources/TSCUtility/IndexStore.swift
    • add: TSC/Sources/TSCTestSupport/AssertMatch.swift
    • add: TSC/Sources/TSCBasic/Lock.swift
    • delete: Sources/TSCTestSupport/PseudoTerminal.swift
    • add: TSC/Tests/TSCUtilityTests/DownloaderTests.swift
    • add: TSC/Sources/TSCclibc/include/module.modulemap
    • add: TSC/Sources/TSCBasic/EditDistance.swift
    • delete: Tests/TSCBasicTests/OrderedSetTests.swift
    • add: TSC/Sources/TSCBasic/CollectionExtensions.swift
    • add: TSC/Sources/TSCUtility/Platform.swift
    • add: TSC/Tests/TSCBasicTests/PathTests.swift
    • add: TSC/Tests/TSCBasicTests/XCTestManifests.swift
    • add: TSC/Sources/TSCBasic/CodableResult.swift
    • delete: Sources/TSCBasic/SynchronizedQueue.swift
    • delete: Sources/TSCTestSupportExecutable/main.swift
    • add: TSC/Sources/TSCBasic/JSONMapper.swift
    • delete: Sources/TSCBasic/Condition.swift
    • add: TSC/Sources/TSCBasic/CollectionAlgorithms.swift
    • add: TSC/Tests/TSCBasicTests/JSONTests.swift
    • delete: Sources/TSCTestSupport/DiagnosticsEngine.swift
    • add: TSC/Sources/TSCclibc/libc.c
    • add: TSC/Tests/TSCBasicTests/ResultTests.swift
    • add: TSC/Tests/TSCBasicTests/PathShimTests.swift
    • add: TSC/Sources/TSCTestSupport/PseudoTerminal.swift
    • delete: Tests/TSCBasicTests/PathShimTests.swift
    • delete: Sources/TSCBasic/OrderedDictionary.swift
    • delete: Tests/TSCUtilityTests/Inputs/invalid_archive.zip
    • delete: Sources/TSCTestSupport/misc.swift
    • add: TSC/Sources/TSCBasic/OrderedDictionary.swift
    • add: TSC/Tests/TSCBasicTests/DictionaryExtensionsTests.swift
    • delete: Tests/TSCBasicPerformanceTests/StringConversionsPerfTests.swift
    • add: TSC/Sources/TSCBasic/TemporaryFile.swift
    • add: TSC/Tests/TSCUtilityTests/SimplePersistenceTests.swift
    • add: TSC/Tests/LinuxMain.swift
    • add: TSC/Sources/TSCBasic/ByteString.swift
    • add: TSC/Sources/TSCUtility/Git.swift
    • delete: Sources/TSCBasic/CollectionAlgorithms.swift
    • add: TSC/Sources/TSCBasic/CMakeLists.txt
    • add: TSC/Tests/TSCBasicTests/CollectionExtensionsTests.swift
    • add: TSC/Sources/TSCBasic/Condition.swift
    • add: TSC/Sources/TSCUtility/PkgConfig.swift
    • add: TSC/Sources/TSCclibc/include/indexstore_functions.h
    • add: TSC/Tests/TSCBasicPerformanceTests/SHA256PerfTests.swift
    • add: TSC/Tests/TSCBasicTests/ProcessEnvTests.swift
    • delete: Tests/TSCUtilityTests/pkgconfigInputs/quotes_failure.pc
    • add: TSC/Tests/TSCBasicTests/TupleTests.swift
    • add: TSC/Sources/TSCUtility/URL.swift
    • delete: Sources/TSCBasic/GraphAlgorithms.swift
    • add: TSC/Sources/TSCUtility/ArgumentParserShellCompletion.swift
    • add: TSC/Tests/TSCBasicTests/ConditionTests.swift
    • add: TSC/Sources/TSCTestSupport/XCTAssertHelpers.swift
    • add: TSC/Sources/TSCBasic/RegEx.swift
    • add: TSC/Tests/TSCBasicTests/DictionaryLiteralExtensionsTests.swift
    • delete: Sources/TSCBasic/Path.swift
    • delete: Tests/TSCUtilityTests/StringConversionTests.swift
    • add: TSC/Tests/TSCUtilityTests/ProgressAnimationTests.swift
    • delete: Tests/TSCUtilityTests/pkgconfigInputs/empty_cflags.pc
    • add: TSC/Tests/TSCBasicTests/ProcessSetTests.swift
    • delete: Tests/TSCBasicTests/SHA256Tests.swift
    • delete: Sources/TSCUtility/CollectionExtensions.swift
    • delete: Tests/TSCBasicTests/LockTests.swift
    • delete: Tests/TSCBasicTests/TemporaryFileTests.swift
    • delete: Sources/TSCBasic/SortedArray.swift
    • delete: Sources/TSCUtility/Archiver.swift
    • add: TSC/Tests/TSCBasicTests/LazyCacheTests.swift
    • add: TSC/Sources/TSCBasic/PathShims.swift
    • add: TSC/Sources/TSCBasic/SHA256.swift
    • delete: Sources/TSCclibc/include/module.modulemap
    • add: TSC/Sources/TSCUtility/Downloader.swift
    • delete: Tests/TSCBasicTests/miscTests.swift
    • delete: Sources/TSCUtility/SimplePersistence.swift
    • add: TSC/Tests/TSCBasicTests/DiagnosticsEngineTests.swift
    • delete: Sources/TSCBasic/DiagnosticsEngine.swift
    • delete: Sources/TSCBasic/CollectionExtensions.swift
    • delete: Tests/TSCBasicTests/Inputs/regular_text_file
    • delete: Tests/TSCUtilityTests/DownloaderTests.swift
    • add: TSC/Tests/TSCBasicTests/Inputs/empty_file
    • add: TSC/Sources/TSCBasic/FileSystem.swift
    • add: TSC/Sources/TSCUtility/Verbosity.swift
    • add: TSC/Sources/TSCBasic/StringConversions.swift
    • add: TSC/Sources/TSCTestSupportExecutable/main.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/blocking
    • add: TSC/Sources/TSCBasic/DeltaAlgorithm.swift
    • delete: Sources/TSCBasic/EditDistance.swift
    • add: TSC/Sources/TSCclibc/CMakeLists.txt
    • add: TSC/Sources/TSCBasic/DictionaryLiteralExtensions.swift
    • add: TSC/Sources/TSCBasic/Process.swift
    • delete: Tests/TSCBasicTests/JSONTests.swift
    • add: TSC/Sources/TSCBasic/Path.swift
    • delete: Tests/TSCUtilityTests/XCTestManifests.swift
    • add: TSC/Tests/TSCBasicTests/KeyedPairTests.swift
    • add: TSC/Tests/TSCBasicTests/DeltaAlgorithmTests.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/deadlock-if-blocking-io
    • add: TSC/Sources/TSCUtility/SimplePersistence.swift
    • add: TSC/Tests/TSCUtilityTests/pkgconfigInputs/escaped_spaces.pc
    • add: TSC/Tests/TSCBasicTests/JSONMapperTests.swift
    • add: TSC/Tests/TSCBasicTests/LockTests.swift
    • add: TSC/README.md
    • delete: Tests/TSCBasicTests/DictionaryExtensionsTests.swift
    • add: TSC/Tests/TSCUtilityTests/pkgconfigInputs/empty_cflags.pc
    • add: TSC/Sources/TSCBasic/OSLog.swift
    • add: TSC/Sources/TSCUtility/BuildFlags.swift
    • add: TSC/Tests/TSCBasicTests/ProcessTests.swift
    • add: TSC/Sources/TSCBasic/Result.swift
    • add: TSC/Sources/TSCUtility/Archiver.swift
    • delete: Tests/TSCBasicTests/DictionaryLiteralExtensionsTests.swift
    • delete: Tests/TSCBasicTests/Inputs/empty_file
    • delete: Sources/TSCBasic/JSON.swift
    • delete: Tests/TSCBasicTests/CacheableSequenceTests.swift
    • delete: Sources/TSCUtility/ArgumentParser.swift
    • add: TSC/Sources/TSCUtility/FloatingPointExtensions.swift
    • delete: Tests/TSCUtilityTests/miscTests.swift
    • add: TSC/Sources/TSCBasic/ProcessSet.swift
    • delete: Tests/TSCBasicTests/ByteStringTests.swift
    • delete: Sources/TSCBasic/Lock.swift
    • delete: Sources/TSCclibc/libc.c
    • delete: Tests/TSCBasicTests/LazyCacheTests.swift
    • delete: Sources/TSCUtility/Git.swift
    • delete: Tests/TSCBasicTests/OrderedDictionaryTests.swift
    • add: TSC/Sources/CMakeLists.txt
    • delete: Sources/TSCclibc/include/indexstore_functions.h
    • add: TSC/Sources/TSCBasic/SortedArray.swift
    • add: TSC/Sources/TSCTestSupport/JSONExtensions.swift
    • delete: Tests/TSCBasicTests/ProcessEnvTests.swift
    • delete: Sources/TSCBasic/LazyCache.swift
    • add: TSC/Sources/TSCBasic/Tuple.swift
    • delete: Sources/TSCBasic/DictionaryLiteralExtensions.swift
    • delete: Sources/TSCTestSupport/JSONExtensions.swift
    • delete: Sources/TSCBasic/CacheableSequence.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/print-pid
    • delete: Tests/TSCUtilityTests/ArchiverTests.swift
    • delete: Sources/TSCLibc/CMakeLists.txt
    • delete: Sources/TSCUtility/Diagnostics.swift
    • delete: Tests/TSCBasicTests/processInputs/exit4
    • delete: Sources/TSCBasic/OutputByteStream.swift
    • add: TSC/Tests/TSCBasicTests/SortedArrayTests.swift
    • delete: Tests/TSCUtilityTests/ProgressAnimationTests.swift
    • delete: Tests/TSCBasicTests/processInputs/deadlock-if-blocking-io
    • add: TSC/Sources/TSCBasic/DictionaryExtensions.swift
    • add: TSC/Sources/TSCBasic/JSON.swift
    • add: TSC/Sources/TSCUtility/IndexStore.swift
    • delete: Tests/TSCUtilityTests/pkgconfigInputs/deps_variable.pc
    • delete: Sources/TSCUtility/CMakeLists.txt
    • add: TSC/cmake/modules/CMakeLists.txt
    • add: TSC/Sources/TSCBasic/GraphAlgorithms.swift
    • add: TSC/Sources/TSCUtility/FSWatch.swift
    • add: TSC/Tests/TSCBasicPerformanceTests/PathPerfTests.swift
    • delete: Tests/TSCBasicTests/processInputs/blocking
    • delete: Sources/TSCBasic/misc.swift
    • add: TSC/Sources/TSCBasic/SynchronizedQueue.swift
    • add: TSC/Tests/TSCUtilityTests/VersionTests.swift
    • delete: Tests/TSCUtilityTests/PkgConfigParserTests.swift
    • add: TSC/Sources/TSCUtility/StringMangling.swift
    • add: TSC/Tests/TSCUtilityTests/XCTestManifests.swift
    • add: TSC/Tests/TSCBasicTests/TemporaryFileTests.swift
    • add: TSC/Sources/TSCBasic/TerminalController.swift
    • add: TSC/Tests/TSCUtilityTests/InterruptHandlerTests.swift
    • delete: Sources/TSCTestSupport/AssertMatch.swift
    • delete: Sources/TSCUtility/Platform.swift
    • delete: Sources/TSCUtility/misc.swift
    • delete: Tests/TSCBasicPerformanceTests/ByteStringPerfTests.swift
    • delete: Sources/TSCBasic/FileSystem.swift
    • delete: Sources/TSCBasic/KeyedPair.swift
    • delete: Sources/TSCBasic/TerminalController.swift
    • add: TSC/Tests/TSCBasicTests/OrderedDictionaryTests.swift
    • delete: Tests/TSCBasicTests/ConditionTests.swift
    • delete: Tests/TSCBasicTests/TerminalControllerTests.swift
    • add: TSC/Sources/TSCUtility/Version.swift
    • delete: Sources/TSCBasic/ProcessSet.swift
    • delete: Sources/TSCUtility/URL.swift
    • delete: Tests/TSCUtilityTests/VersionTests.swift
    • add: TSC/Sources/TSCBasic/Thread.swift
    • add: TSC/Tests/TSCBasicTests/AwaitTests.swift
    • delete: Tests/TSCBasicTests/DiagnosticsEngineTests.swift
    • add: TSC/Tests/TSCUtilityTests/pkgconfigInputs/quotes_failure.pc
    • add: TSC/Sources/TSCBasic/misc.swift
    • delete: Sources/TSCTestSupport/FileSystemExtensions.swift
    • delete: Tests/TSCBasicTests/JSONMapperTests.swift
    • add: TSC/Tests/TSCTestSupportTests/XCTestManifests.swift
    • add: TSC/Sources/TSCBasic/LazyCache.swift
    • add: TSC/Sources/TSCUtility/StringExtensions.swift
    • add: TSC/Sources/TSCTestSupport/misc.swift
    • delete: Sources/TSCBasic/TemporaryFile.swift
    • delete: Tests/TSCBasicTests/processInputs/simple-stdout-stderr
    • add: TSC/Sources/TSCUtility/OSLog.swift
    • delete: Sources/TSCUtility/Verbosity.swift
    • delete: Tests/TSCBasicTests/RegExTests.swift
    • add: TSC/Sources/TSCUtility/Versioning.swift
    • delete: Sources/TSCBasic/DictionaryExtensions.swift
    • delete: Sources/TSCBasic/Result.swift
    • delete: Sources/TSCBasic/ObjectIdentifierProtocol.swift
    • add: TSC/Sources/TSCBasic/ObjectIdentifierProtocol.swift
    • add: TSC/Tests/TSCBasicTests/CacheableSequenceTests.swift
    • add: TSC/CMakeLists.txt
    • add: TSC/Sources/TSCTestSupport/DiagnosticsEngine.swift
    • add: TSC/Tests/TSCBasicTests/Inputs/regular_text_file
    • delete: Tests/TSCUtilityTests/pkgconfigInputs/escaped_spaces.pc
    • delete: Sources/TSCBasic/ProcessEnv.swift
    • add: TSC/Sources/TSCUtility/CMakeLists.txt
    • delete: Tests/TSCBasicPerformanceTests/PathPerfTests.swift
    • add: TSC/Tests/TSCBasicTests/SHA256Tests.swift
    • add: TSC/Sources/TSCBasic/ProcessEnv.swift
    • delete: Sources/TSCBasic/RegEx.swift
    • delete: Sources/TSCBasic/README.md
    • add: TSC/Tests/TSCBasicPerformanceTests/SortedArrayPerfTests.swift
    • add: TSC/Tests/TSCBasicPerformanceTests/ByteStringPerfTests.swift
    • add: TSC/Sources/TSCUtility/misc.swift
    • add: TSC/Tests/TSCUtilityTests/miscTests.swift
    • add: TSC/Tests/TSCUtilityTests/pkgconfigInputs/failure_case.pc
    • add: TSC/Sources/TSCBasic/CacheableSequence.swift
    • delete: Sources/TSCclibc/CMakeLists.txt
    • add: TSC/Sources/TSCUtility/Diagnostics.swift
    • add: TSC/Tests/TSCUtilityTests/Inputs/archive.zip
    • delete: Tests/TSCBasicTests/OutputByteStreamTests.swift
    • delete: Sources/TSCUtility/dlopen.swift
    • add: TSC/cmake/modules/TSCConfig.cmake.in
    • add: TSC/Sources/TSCBasic/FileInfo.swift
    • add: TSC/Tests/TSCBasicTests/OutputByteStreamTests.swift
    • add: TSC/Tests/TSCUtilityTests/pkgconfigInputs/gtk+-3.0.pc
    • add: TSC/Sources/TSCBasic/README.md
    • delete: Tests/TSCBasicTests/DeltaAlgorithmTests.swift
    • delete: Sources/TSCBasic/Await.swift
    • add: TSC/Sources/TSCclibc/include/TSCclibc.h
    • add: TSC/Tests/TSCBasicTests/OrderedSetTests.swift
    • delete: Tests/TSCBasicTests/processInputs/subprocess
    • add: TSC/Sources/TSCBasic/Await.swift
    • add: TSC/Tests/TSCBasicTests/GraphAlgorithmsTests.swift
    • add: TSC/Tests/TSCBasicTests/ObjectIdentifierProtocolTests.swift
    • add: TSC/Tests/TSCBasicTests/SynchronizedQueueTests.swift
    • delete: Sources/TSCBasic/OrderedSet.swift
    • add: TSC/Package.swift
    • add: TSC/Sources/TSCUtility/dlopen.swift
    • delete: Tests/TSCBasicTests/processInputs/print-pid
    • add: TSC/Sources/TSCUtility/ArgumentParser.swift
    • delete: Sources/TSCUtility/Downloader.swift
    • add: TSC/Tests/TSCUtilityTests/CollectionTests.swift
    • add: TSC/Sources/TSCUtility/CollectionExtensions.swift
    • add: TSC/Tests/TSCBasicPerformanceTests/OutputByteStreamPerfTests.swift
    • delete: Sources/TSCTestSupport/XCTAssertHelpers.swift
    • add: TSC/Tests/TSCBasicTests/StringConversionsTests.swift
    • add: TSC/Tests/TSCUtilityTests/pkgconfigInputs/deps_variable.pc
    • add: TSC/Sources/TSCTestSupport/FileSystemExtensions.swift
    • delete: Sources/TSCUtility/ProgressAnimation.swift
    • add: TSC/Sources/TSCBasic/DiagnosticsEngine.swift
    • delete: Sources/TSCUtility/ArgumentParserShellCompletion.swift
    • delete: Tests/TSCBasicTests/ThreadTests.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/simple-stdout-stderr
    • add: TSC/Tests/TSCBasicTests/processInputs/subprocess
    • delete: Sources/TSCBasic/Process.swift
    • delete: Sources/TSCBasic/Thread.swift
    • delete: Tests/TSCUtilityTests/CollectionTests.swift
    • delete: Sources/TSCUtility/InterruptHandler.swift
    • delete: Tests/TSCBasicTests/SortedArrayTests.swift
    • delete: Tests/TSCBasicTests/SynchronizedQueueTests.swift
    • delete: Sources/TSCBasic/CodableResult.swift
    • add: TSC/Sources/TSCTestSupport/XCTestCasePerf.swift
    • delete: Sources/TSCUtility/PkgConfig.swift
    • add: TSC/Sources/TSCBasic/OrderedSet.swift
    • delete: Sources/TSCUtility/StringExtensions.swift
    • add: TSC/Sources/TSCUtility/InterruptHandler.swift
    • delete: Tests/TSCBasicTests/ResultTests.swift
    • add: TSC/Sources/TSCLibc/CMakeLists.txt
    • add: TSC/Tests/TSCBasicPerformanceTests/StringConversionsPerfTests.swift
    • delete: Sources/TSCBasic/PathShims.swift
    • delete: Sources/TSCUtility/StringMangling.swift
    • delete: Tests/TSCBasicTests/CStringArrayTests.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/blocking-ignore-sigint
    • delete: Sources/TSCUtility/FloatingPointExtensions.swift
    • delete: Tests/TSCBasicTests/AwaitTests.swift
    • delete: Tests/TSCUtilityTests/InterruptHandlerTests.swift
    • delete: Tests/TSCBasicTests/XCTestManifests.swift
    • delete: Tests/TSCBasicTests/StringConversionsTests.swift
    • delete: Tests/TSCBasicTests/processInputs/long-stdout-stderr
    • delete: Sources/TSCTestSupport/Product.swift
    • delete: Sources/TSCBasic/OSLog.swift
    • delete: Tests/TSCBasicTests/CollectionExtensionsTests.swift
    • delete: Sources/TSCBasic/FileInfo.swift
    • delete: Tests/TSCTestSupportTests/TestSupportTests.swift
    • delete: Tests/TSCBasicTests/EditDistanceTests.swift
    • delete: Tests/TSCTestSupportTests/XCTestManifests.swift
    • add: TSC/Sources/TSCBasic/CStringArray.swift
    • add: TSC/Tests/TSCBasicTests/processInputs/exit4
  • Commit 4f69f1931b5a28bcac7a41bdb1eaddcb1223eeec by ankit_aggarwal:
    [TSC] Add cmake build support for vendored TSC

    • edit: TSC/Package.swift
    • edit: TSC/Sources/TSCclibc/CMakeLists.txt
    • edit: CMakeLists.txt
    • edit: TSC/Sources/TSCLibc/CMakeLists.txt
    • edit: TSC/Sources/TSCUtility/CMakeLists.txt
    • edit: Tests/LinuxMain.swift
    • edit: Sources/CMakeLists.txt
    • edit: TSC/Sources/TSCBasic/CMakeLists.txt
    • edit: Utilities/bootstrap
    • edit: Package.swift
  • Commit a87242e7c59f131eaee62ecdf036e5c4a4fd7538 by ankit_aggarwal:
    Actually limit build jobs, fixing SR-10325 again

    • edit: Sources/Build/BuildOperation.swift
    • edit: Tests/BuildTests/BuildPlanTests.swift
    • edit: Sources/Build/BuildPlan.swift
    • edit: Sources/Commands/SwiftTool.swift
    • edit: Sources/Build/BuildParameters.swift
  • Commit 64516e0d16f6fc73204d722cd9c8fb4e0b2e5e71 by ankit_aggarwal:
    [NFC] Pass PinsMap to dependency resolver

    • edit: Sources/PackageGraph/Pubgrub.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Sources/PackageModel/Package.swift
    • edit: Tests/PackageGraphTests/PubgrubTests.swift
    • edit: Sources/PackageGraph/PinsStore.swift
  • Commit 88fa098d19eef9a078cc3365724e0c6354055d5c by ankit_aggarwal:
    [Workspace] Add support for performing partial package graph updates

    • edit: Sources/SPMTestSupport/TestWorkspace.swift
    • edit: Sources/Workspace/Workspace.swift
    • edit: Tests/WorkspaceTests/WorkspaceTests.swift
    • edit: Sources/Commands/SwiftPackageTool.swift
    • edit: Tests/WorkspaceTests/XCTestManifests.swift