Skip to content
Contains common infrastructural code for both SwiftPM and llbuild.
Swift C Other
Branch: master
Clone or download

Latest commit

neonichu Merge pull request #31 from hartbit/crypto-sha256
HashAlgorithm conformance that wraps CryptoKit.SHA256
Latest commit cffd634 Jun 6, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Sources Merge pull request #31 from hartbit/crypto-sha256 Jun 6, 2020
Tests Merge pull request #31 from hartbit/crypto-sha256 Jun 6, 2020
Utilities Add build-script-helper Feb 8, 2020
cmake/modules Setup proper CMake for TSC Oct 11, 2019
.gitignore Setup proper CMake for TSC Oct 11, 2019
CMakeLists.txt build: workaround CMake 3.15 link failures on Windows Feb 25, 2020
LICENSE.txt Initial commit Sep 6, 2019
Package.swift Sync with SwiftPM trunk Jan 2, 2020
README.md import from swift-package-manager (2020-01-06) Jan 6, 2020

README.md

swift-tools-support-core

Contains common infrastructural code for both SwiftPM and llbuild.

Development

All changes to source files in this repository need to be done in the repository of the Swift Package Manager repository (link) and then copied here using the Script in Utilities/import which takes the local path to the SwiftPM directory as input (or uses ../swiftpm as default). All targets with a TSC prefix in SwiftPM are part of the swift-tools-support-core and will be imported by the import script. The plan is to eventually move ownership to this repository.

License

Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors. Licensed under Apache License v2.0 with Runtime Library Exception.

See http://swift.org/LICENSE.txt for license information.

You can’t perform that action at this time.