GitHub, it's time to immediately cancel your contract with ICE.
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
173 contributions in the last year
Activity overview
Contributed to
apple/swift-package-manager,
apple/swift-tools-support-core,
apple/swift-evolution
and 5 other
repositories
Contribution activity
August 2020
Created a pull request in apple/swift-package-manager that received 10 comments
Reinstate manifest sandboxing
Manifest loading has been sandboxed on macOS for a while, but the change in #2518 broke it for 5.3. https://bugs.swift.org/browse/SR-13346 rdar://p…
+55
−6
•
10
comments
- SPMBuildCore: correct naming scheme for libraries on Windows
- PackageDescription: renegotiate the PackageDescription contract
- Avoid passing -fPIC compiler argument on Windows
- Add missing kind values to TargetStartedInfo
- Allow SwiftCompilerMessages with no outputs
- [Xcodeproj]: Set CURRENT_PROJECT_VERSION to 1 in generated Xcode project
- [PackageLoading] Use a simpler manifest cache
- TSCBasic: use the "portable" names for `terminalType`
- build: ignore deprecation warnings on Windows
- build: correct typo in option description (NFC)
- TSCBasic: avoid POSIX name on Windows for `strdup`
- TSCBasic: improve `TemporaryFile` on Windows
- TSCBasic: implement support for width in the terminal
- TSCBasic: remove `signalled` from `ProcessResult` on Windows