Lucas Marçal

Results 13 issues of Lucas Marçal

### New Issue Checklist - [ ] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for...

tool: scan

## Enhancement Suggestion / Bug Report [Short description of suggestion or bug] Currently Rome release just ships an x86_64 binary and it makes arm64 machines to use Rosetta `/Users/lucasmarcal/Downloads/rome: Mach-O...

### Description While running `FirebaseApp.configure()` the main thread gets blocked for more than `100ms` on iPhone 15 Pro Max and it's causing our App Startup time to grown. ![Screenshot 2024-04-05...

needs-info
no-recent-activity

*Please do not include your API `secret` or `public_key` in any issue.* --- ### A detailed description of the steps to reproduce the issue While converting some of our dependencies...

XCStrings-tool seems to be pretty promising. Would love to know how to integrate it with non-Apple environment build system like Bazel

enhancement

# Match SPM's default behavior for public headers path When SPM processes a target without an explicit `publicHeadersPath`, it follows these rules: 1. If `publicHeadersPath` is nil and an `include/`...

# Initial Support for System Libraries This PR adds initial support for system libraries in the build system. This implementation focuses on basic system library integration without external package manager...

`--swiftcopt` was removed on Bazel 8, causing Thread Sanitizer builds using rules_xcodeproj to fail.

## Changes This PR adds support for custom toolchains in rules_xcodeproj by replacing hardcoded references to `$DEVELOPER_DIR/Toolchains/XcodeDefault.xctoolchain` with the more flexible `$TOOLCHAIN_DIR` environment variable. This enhancement enables developers to use...

# Enable Swift 6 Language Mode This PR updates Swinject to fully embrace Swift 6.0 and modern Swift concurrency patterns. The changes include both tooling updates and code modernization to...