-
| Library | Class | Member | Platforms |
|:---------|:-----------------|:---------------------|:-----------------|
| firestore | annotations | DocumentId | Android, …
-
I'm unable to build CEF.swift using Cartridge as it fails compiling at the steps below.
This is true for environments on both macOS 10.15 (Xcode 11.6) and macOS 11.0 (Xcode 12.0 beta 5).
`The foll…
-
With this dependency graph:
![transition](https://github.com/bazelbuild/rules_swift/assets/283886/5a547b4b-462e-4c8d-a469-885ded97c54e)
Where `opt_wrapper` applies a transition to `lib2` (a `swi…
keith updated
7 months ago
-
The current v7 implementation of the Dispatcher protocol requires function wrappers, which create significant noise and maintenance burden.
[SE-0299](https://github.com/apple/swift-evolution/blob/m…
-
### Describe the bug
When running `swift package` the following error is produced:
```
/nix/store/mvdqpiimfqrv44ihhd4aq104w89qca6i-swift-wrapper-5.8/bin/swift: line 33: exec: swift-package: not fou…
-
| | |
|------------------|-----------------|
|Previous ID | SR-14411 |
|Radar | None |
|Original Reporter | jactmp (JIRA…
-
Java [enum types](https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html) are encoded as Java classes with various constants for their runtime value. At present, Java2Swift imports these just l…
-
Hi AudioFlux Team,
First, thank you for developing AudioFlux; it seems like a powerful tool for audio and music analysis. I have successfully used AudioFlux with Python, but I am currently working …
-
Source: git@github.com:zenangst/Versions.git
Makefile
```
SWIFTOMATIC=/Users/poupou/Downloads/swift-o-matic-0
SWIFT_BIN = $(SWIFTOMATIC)/bin/swift/bin
SWIFT_LIB = $(SWIFTOMATIC)/bin/swift/lib…
-
As noted in the "Future Scope" section of the property hooks RFC, [reusable package hooks](https://wiki.php.net/rfc/property-hooks#reusable_hooks) are not part of the first RFC, but the authors @iluuu…