-
**Describe the bug**
SPM turned on `--gc-sections` in trunk six months ago, apple/swift-package-manager#4135- just before that, [a linux user reported this bug with lld 13](https://forums.swift.org/…
-
xcode cannot active a bridging header when I developing a swift5.9 pod and create a cpp file.
but xcode will active a bridge header when I create a cpp file in app project.
how should I config …
-
SwiftGen has multiple errors with concurrency in Swift 6. Specifically, all of the Storyboard functions result in the following error:
`Call to main actor-isolated initializer 'init(name:bundle:)' in…
-
##### Description
The swift5 generator generates code that won't compile under Swift 6. All static variables generate. This can be already seen as a warning when _Strict Concurrency_ mode is activa…
-
### [REQUIRED] Step 1: Describe your environment
* Unity version: 2022.3.39f1
* Google Mobile Ads Unity plugin version: 9.2.0
* Plugin installation method: .unitypackage (Unity package …
-
> Movie Open API 를 사용해서 URLSession 으로 서버 통신을 진행할 것이다.
> async/await 를 사용해서 비동기 처리를 동기적으로 사용해보자.
-
**Describe the bug**
The following function crashes the compiler:
```swift
func setEnumOverrideIfExists(for key: String, in override: [String: Any], target: inout T) where T.RawValue == UInt {
…
-
### How frequently does the bug occur?
Always
### Description
With CGPoint confirming protocol`CustomPersistable`, crashed with Xcode 16 Release Candidate, Swift 6, but not exist with Xcode 15.4, S…
ziiip updated
3 weeks ago
-
Hi!
I'm working on implementing custom Eve characteristics for ESP8266 based HomeKit firmware that works without any bridge via Wi-Fi.
**Characteristics that i'm looking for: Temperature offset,…
-
大佬,在Xcode15,swift5.9环境下报错:Stored properties cannot be marked unavailable with '@available'
这个怎么解决,要一个个的去删除吗?