[Pitch] Import C structs with ARC pointer members
|
|
5
|
464
|
March 31, 2023
|
Safe memory optimization: explicit stack allocation, static arrays, ascii
|
|
91
|
3902
|
February 6, 2023
|
Add API that makes it easier to interoperate with C callbacks
|
|
22
|
1425
|
January 29, 2023
|
Pointer undefined behavior
|
|
13
|
252
|
January 21, 2023
|
How do I initialize a C struct from a Data object?
|
|
6
|
328
|
January 1, 2023
|
Is there a way to differentiate Swift types and C types at runtime?
|
|
5
|
269
|
December 10, 2022
|
Use a C/C++ library with function pointer callbacks in Swift with async/await
|
|
27
|
726
|
November 17, 2022
|
Using C headers with the package manager
|
|
19
|
464
|
September 24, 2022
|
How to use a C static library(libJavaScriptCore.a) with Swift on Linux?
|
|
10
|
997
|
July 24, 2022
|
Relating C++ Interoperability to Former Objective-C interoperability - (Providing Swift overlays for C++ standard library types GSoC)
|
|
12
|
1079
|
April 4, 2022
|
Efficiently converting from Data to UnsafePointer<CChar>?
|
|
7
|
1033
|
March 9, 2022
|
Using a dynamically linked C library (.dylib) from SPM
|
|
5
|
2025
|
February 28, 2022
|
Shared library constructors in Swift
|
|
12
|
1973
|
November 14, 2021
|
Swift and C interoperability, passing Swift reference to C function
|
|
2
|
1100
|
February 23, 2020
|
Should anyone be using @_silgen_name outside of the standard library developers?
|
|
23
|
2473
|
August 13, 2021
|
Is DEBUG macro automatically defined?
|
|
2
|
1009
|
June 14, 2021
|
Sugaring C APIs
|
|
7
|
860
|
April 30, 2021
|
SwiftPM C Library Wrapper Can’t Find Library (auto-link?)
|
|
13
|
1549
|
April 27, 2021
|
Strings passed to SQLite C API are often incorrect
|
|
6
|
1399
|
January 1, 2021
|
Getting a string allocated in a C function via char** parameter?
|
|
3
|
791
|
December 31, 2020
|
Using C code from Swift causes EXC_BAD_ACCESS
|
|
19
|
1208
|
December 9, 2020
|
Why does Xcode require an unsafeFlag to find certain headers but `swift build` doesn't?
|
|
14
|
1711
|
July 19, 2020
|
[SPM] PackageDescription 5.3 does not recognize .hpp headers as such and asks for them to be excluded or used as resources
|
|
5
|
1644
|
July 16, 2020
|
Using va_list in C function with a Swift String raises EXC_BAD_ACCESS
|
|
3
|
1610
|
July 14, 2020
|
Calling C++ constructors -- looking for feedback on my approach
|
|
21
|
1712
|
June 9, 2020
|
Using Swift libraries in other languages
|
|
9
|
1248
|
May 24, 2020
|
Objective-C Helper Headers in Swift Packages
|
|
1
|
751
|
February 9, 2020
|
How to use C++ standard library via Swift C++ interoperability
|
|
7
|
1918
|
January 12, 2020
|
How to make C Struct with dispatch_queue_t member accessible in Swift
|
|
4
|
736
|
October 16, 2019
|
Ncurses on Linux
|
|
5
|
1221
|
August 1, 2019
|