-
### Description
In https://github.com/apple/swift-syntax/pull/2450 we introduced
```
@freestanding(expression)
public macro checkGeneric_root() = #externalMacro(module: "MacroDefinition", typ…
ktoso updated
3 months ago
-
### Description
If a Macro adds an enum case with an associated value, other cases are transformed at runtime. In the example below, the case `foo` is translated into the Macro-generated case `bar(…
-
### Description
After create a macro that adds the same name, the same type, and the same initialization value, an unknown compilation error occurs.
Because it is macro, declaring and implementi…
-
#### Description
Summary:
If you specify a preprocessor macro in the build settings they aren't imported to swift.
Steps to Reproduce:
1. Add a preprocessor macro in the build settings.
2. try to us…
-
### Location
https://docs.swift.org/swift-book/documentation/the-swift-programming-language/accesscontrol
### Description
This subsection doesn't reflect the changes to Swift with respect to macros…
-
| | |
| --- | --- |
| Bugzilla Link | [45807](https://llvm.org/bz45807) |
| Version | 10.0 |
| OS | Linux |
| Attachments | [Clang-generated shell script and affected cpp file](https://user-images.g…
-
### Is it reproducible with SwiftPM command-line tools: `swift build`, `swift test`, `swift package` etc?
- [X] Confirmed reproduction steps with SwiftPM CLI. The description text _must_ include repr…
-
### What happened?
xcodebuild -workspace App.xcworkspace \
-scheme App-DEVELOPMENT\
-sdk iphoneos \
-skipMacroValidation \
-archivePath $PWD/build/App.xcarchive \
-destination 'generic…
-
### Describe
- UIKit을 codebase로 개발시 레이아웃이 한눈에 보이지 않는 문제 해결을 위해 Preview 코드 추가하기로 논의 완료
- Preview를 위한 공통 코드 및 컨벤션 개발 필요
![image](https://github.com/YAPP-Github/24th-App-Team-3-iOS/assets/43776784…
-
### What problem or need do you have?
When moving from external Package dependencies to Package.swift there is currently no SPM Plugin support.
### Potential solution
_No response_
### mac…