issues
search
chinedufn
/
swift-bridge
swift-bridge facilitates Rust and Swift interop.
https://chinedufn.github.io/swift-bridge
Apache License 2.0
842
stars
62
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Design question about using a single bridge file vs. in-line annotations
#300
ryankaplan
opened
3 days ago
0
Support Rust raw identifiers in function names
#299
boozook
opened
1 week ago
1
Missing `Error` impl for `throw MyError` fn
#298
boozook
closed
1 week ago
5
fix: rust-binary-calls-swift-package build on Linux
#297
terraputix
opened
3 weeks ago
0
Support Rust returning `-> Result<_, String>`
#296
brittlewis12
closed
1 month ago
2
Swift warning when returning `-> Result<*, *>` from a Rust method
#295
tmolitor-stud-tu
opened
1 month ago
17
Unresolved FFI Types When Using Binary Target
#294
llbartekll
closed
1 month ago
1
Support 128 bit integers `u128` and `i128`
#293
chinedufn
opened
1 month ago
1
already borrowed: BorrowMutError
#292
annethereshewent
closed
1 month ago
9
println! panics if called after Xcode debug connection was lost
#291
lukbukkit
closed
2 months ago
5
fix: wrongly detect as a virtual manifest
#290
setoelkahfi
closed
2 months ago
1
Use Swift typed throws
#289
chinedufn
opened
2 months ago
3
Minimum Supported Swift Version
#288
chinedufn
opened
2 months ago
0
Support throwing initializers
#287
NiwakaDev
closed
3 months ago
3
Suggestions for handling Arc<String> associated with enum
#286
jessegrosjean
closed
2 months ago
2
Upgrade macOS CI runners
#285
chinedufn
closed
3 months ago
0
Apply input module visibility to output module
#284
jnbooth
closed
3 months ago
2
#[swift_bridge(already_declared)] fails when wrapping an enum in Optional
#283
jnbooth
opened
3 months ago
1
Implement Error for RustStringRef
#282
jnbooth
closed
1 month ago
3
[feature request] export default trait functions in a swift_bridge module?
#281
jct-tympanon
opened
4 months ago
2
SPM setup for rust library
#280
qiweiii
opened
4 months ago
0
Fix dead_code warning when returning Result with bridged type in error case
#278
sax
closed
4 months ago
17
Multi-platform compilation example
#277
sax
opened
5 months ago
1
Support failable initializers
#276
NiwakaDev
closed
3 months ago
3
Compile swift-library for iOS
#275
HS3003991
opened
5 months ago
3
Add parse-bridges CLI subcommand
#274
integer-overflown
closed
5 months ago
6
Fix memory leak for `Option<SwiftType>`
#273
chinedufn
closed
6 months ago
0
Support Option<OpaqueSwiftType>
#272
Bright-Shard
closed
6 months ago
9
not sure my use case would work
#271
extrawurst
opened
6 months ago
4
ffi struct produces warnings on Rust 1.79.0 or +nightly
#270
sax
closed
4 months ago
5
Support `#[swift_bridge(Sendable)]` to implement `Rust Send+Sync` for `Swift Sendable` types
#269
chinedufn
opened
7 months ago
1
Support bridging `Option<SwiftClass>` in `extern "Rust"` function
#268
chinedufn
closed
6 months ago
0
Improve signature support docs
#267
chinedufn
closed
7 months ago
0
Document the ToRustStr protocol
#266
chinedufn
closed
7 months ago
0
Unable to bridge function that receives &str and returns result
#265
sax
opened
7 months ago
1
Swift Option<String> and Option<&str>
#264
chinedufn
closed
7 months ago
0
Cannot for the life of me get Xcode + Cargo to work
#263
AngeloMateus
closed
8 months ago
2
Make extern Swift functions public to prevent stripping in Release builds
#262
jmp-0x7C0
opened
8 months ago
7
Is &Vec<T> supported?
#261
PrismaPhonic
opened
8 months ago
2
Result returns translating incorrectly?
#260
PrismaPhonic
closed
8 months ago
3
Already_declared causes swift generation to never declare Class
#259
PrismaPhonic
opened
8 months ago
1
Cannot use two `#[swift_bridge(..)]` attributes on the same function
#258
chinedufn
opened
8 months ago
0
Add test cases for Option<&T> and fix rust codegen
#257
PrismaPhonic
closed
8 months ago
10
Can't seem to return refs of custom types
#256
PrismaPhonic
closed
8 months ago
11
Book update: Xcode 15 (at least) requires a bridge in order to import into swift
#255
sax
opened
8 months ago
0
Fix `improper_ctypes` warning
#254
chinedufn
closed
8 months ago
0
warning: `extern` block uses type `RustString`, which is not FFI-safe
#253
gabbifish
closed
8 months ago
4
#[swift_bridge::bridge] macro forces module to be private
#252
gabbifish
closed
3 months ago
3
fix: small typos in Vec<-->RustVec docs
#251
gabbifish
closed
9 months ago
1
Fix compilation source in documentation
#250
ItamarMu
closed
9 months ago
1
Next