[Pitch] Restrict pointer conversion to C interoperability
|
|
21
|
1186
|
August 10, 2023
|
Import of C++ module appears within extern "C" language linkage specification
|
|
4
|
1092
|
July 1, 2023
|
Is it possible to use the os module Logging C API Collection from Swift without hacks?
|
|
0
|
225
|
June 21, 2023
|
Using a dynamically linked C library (.dylib) from SPM
|
|
8
|
2954
|
May 14, 2023
|
[Pitch] Import C structs with ARC pointer members
|
|
9
|
1878
|
May 9, 2023
|
Swift, libpng and error handling
|
|
2
|
533
|
April 18, 2023
|
Add API that makes it easier to interoperate with C callbacks
|
|
22
|
1798
|
January 29, 2023
|
How do I initialize a C struct from a Data object?
|
|
6
|
617
|
January 1, 2023
|
Is there a way to differentiate Swift types and C types at runtime?
|
|
5
|
378
|
December 10, 2022
|
Use a C/C++ library with function pointer callbacks in Swift with async/await
|
|
27
|
1229
|
November 17, 2022
|
How to use a C static library(libJavaScriptCore.a) with Swift on Linux?
|
|
10
|
1484
|
July 24, 2022
|
Relating C++ Interoperability to Former Objective-C interoperability - (Providing Swift overlays for C++ standard library types GSoC)
|
|
12
|
1221
|
April 4, 2022
|
Efficiently converting from Data to UnsafePointer<CChar>?
|
|
7
|
1602
|
March 9, 2022
|
Shared library constructors in Swift
|
|
12
|
2119
|
November 14, 2021
|
Swift and C interoperability, passing Swift reference to C function
|
|
2
|
1289
|
February 23, 2020
|
Should anyone be using @_silgen_name outside of the standard library developers?
|
|
23
|
2959
|
August 13, 2021
|
Is DEBUG macro automatically defined?
|
|
2
|
1400
|
June 14, 2021
|
Sugaring C APIs
|
|
7
|
969
|
April 30, 2021
|
SwiftPM C Library Wrapper Can’t Find Library (auto-link?)
|
|
13
|
1934
|
April 27, 2021
|
Strings passed to SQLite C API are often incorrect
|
|
6
|
1753
|
January 1, 2021
|
Getting a string allocated in a C function via char** parameter?
|
|
3
|
914
|
December 31, 2020
|
Using C code from Swift causes EXC_BAD_ACCESS
|
|
19
|
1508
|
December 9, 2020
|
Why does Xcode require an unsafeFlag to find certain headers but `swift build` doesn't?
|
|
14
|
1997
|
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
|
1842
|
July 16, 2020
|
Using va_list in C function with a Swift String raises EXC_BAD_ACCESS
|
|
3
|
1906
|
July 14, 2020
|
Calling C++ constructors -- looking for feedback on my approach
|
|
21
|
1894
|
June 9, 2020
|
Using Swift libraries in other languages
|
|
9
|
1466
|
May 24, 2020
|
Objective-C Helper Headers in Swift Packages
|
|
1
|
931
|
February 9, 2020
|
How to use C++ standard library via Swift C++ interoperability
|
|
7
|
2127
|
January 12, 2020
|
How to make C Struct with dispatch_queue_t member accessible in Swift
|
|
4
|
901
|
October 16, 2019
|