carton/Sources/CartonHelpers/Basics
omochimetaru 3ec3d2ce66
TSC.Processの実装内部のdeprecated警告を潰す (#462)
seal deprecated tsc api
2024-05-20 23:53:57 +09:00
..
Process TSC.Processの実装内部のdeprecated警告を潰す (#462) 2024-05-20 23:53:57 +09:00
ByteString.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
CStringArray.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
Closable.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
CollectionExtensions.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
Condition.swift swift-format 2024-02-26 18:48:01 +09:00
FileInfo.swift swift-format 2024-02-26 18:48:01 +09:00
FileSystem.swift swift-format 2024-02-26 18:48:01 +09:00
HashAlgorithms.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
Lock.swift swift-format 2024-02-26 18:48:01 +09:00
Path.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
PathShims.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
README.md Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
StringConversions.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
TerminalController.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00
Thread.swift Import upstream changes of `TSC.Process` (#460) 2024-05-20 18:27:46 +09:00
WritableByteStream.swift Repair Linux build 2024-02-26 18:48:01 +09:00
misc.swift Version 1.0.0: SwiftPM Plugin Support 2024-02-26 18:48:01 +09:00

README.md

Source files under this directory are derived from the swift-tools-support-core package. The original source files are located in the Sources/TSCBasic directory of the swift-tools-support-core repository and are used under the terms of the Apache License, Version 2.0 with LLVM Exceptions.

We vend the source files in this directory to avoid bringing in the entire swift-tools-support-core package as a dependency.