-
Both [CryptoKit](https://developer.apple.com/documentation/cryptokit) and [RealityKit](https://developer.apple.com/documentation/realitykit) are Swift-only, with no Objective-C binding.
Infrastruct…
-
Convert Objective-C unit tests to Swift unit tests so that all tests are Swift.
For reasons described in https://github.com/googlemaps/google-maps-ios-utils/issues/473, the maintenance and contribu…
-
I'm trying to build RxSwift/RxCocoa (from https://github.com/ReactiveX/RxSwift) with Bazel, and getting some errors I can't quite figure out when trying to import the objc_library target for the RxCoc…
-
I'm not sure if this is a bug or lack of knowledge, but I have a iOS project that is defined as a package. I want to generate documentation for the main target within that package.
At the top of th…
-
I saw there was an existing issue about `apple_core_data_model` at https://github.com/bazelbuild/rules_swift/issues/1160.
But the workaround (`-swiftcopt=-wmo --swiftcopt=-num-threads --swiftcopt=…
-
Hi All,
Great work on the library so far.
We've had a bug report come in re: NetworkStatus instrumentation. NetworkStatus.NetworkStatus.status() -> (Swift.String, Swift.String?, __C.CTCarrier?) …
-
### Description
Given the following BUILD file:
```starlark
load(
"@build_bazel_rules_ios//rules:framework.bzl",
rules_ios_apple_framework = "apple_framework",
)
load(
"@build_ba…
-
### How frequently does the bug occur?
Always
### Description
### Problem
For many Apple Watch Series 3 users, our watchOS app crashes on launch.
For other devices newer than Apple Watch 3, …
-
For about the last 2 months, my Jazzy CI jobs are failing with:
```
Using config file /Users/runner/work/hylo/hylo/.jazzy.yml
Running swift build
Parsing FullPathInFatalErrors.swift (1/2)
Sourc…
-
The SwiftPM build tool plugin `Java2SwiftPlugin` wraps up the specified set of Java classes so they can be used from Swift. It requires a configuration file containing the mapping from specific Java c…