YR Chen
YR Chen
Swift Atomics doesn't compile on Windows. ### Information - **Package version:** `main`, `1.0.2` - **Platform version:** Windows 10 21H1 - **Swift version:** compnerd.org Swift version 5.6.2 (swift-5.6.2-RELEASE) ### Checklist -...
`FilePath` is good, but we sometimes need to process POSIX paths or Windows paths specifically, regardless of the current platform. eg. when we create our own file system, we may...
microsoft/winget-pkgs,aka. winget软件仓库。 索引采用HTTP方式,原始构建方式为Azure Pipeline持续集成。 由于国内连接较慢,加上本地缓存超时设置极短,因此认为有必要设置镜像。
### Describe the bug If the `Parent` property on a child is using `CompositeID`, it cannot be queried properly. ### To Reproduce ```swift final class ParentModel: Model { static var...
### Describe the bug A `Model` using both `CompositeID` and `Children` will crash on load. ### To Reproduce ```swift final class ParentModel: Model { static var schema = "parents" final...
### Describe the bug The current implementation of `constraintIdentifier` for foreign key prefixed all local and foreign fields with the local table name, but the output is not unique in...
After [SE-0346](https://github.com/apple/swift-evolution/blob/main/proposals/0346-light-weight-same-type-syntax.md) lands in Swift 5.7, it’s possible for us to mark `Event` and `Output` as primary associate types for `LambdaHandler`. This can simplify a demo handler from: ```swift @main...
- Deprecate `swift.SDK` configuration and introduce `swift.destination`. - Read settings from existing `destination.json` file. - Generate `destination.json` per workspace. - Pass `--destination ` on Swift tasks. TODO: - SourceKit-LSP support....
SwiftPM 5.6+ supports custom plugins, and would be useful for specific tasks (like building documents).
**Is your feature request related to a problem? Please describe.** Swift and SwiftPM has several features that are controlled by environment variables. Allowing user to specify the custom environment they...