How to properly link to DLL on Windows
|
|
0
|
18
|
April 3, 2025
|
<unicode/uregex.h> include magically turns into `import ICU`
|
|
2
|
79
|
March 19, 2025
|
Making a raylib binding with Swift for a game engine; does SwiftPM support C linking?
|
|
3
|
532
|
March 16, 2025
|
Pros and cons of Unmanaged, UnsafePointers and Data?
|
|
13
|
465
|
March 12, 2025
|
A question about C interop and enums
|
|
1
|
88
|
March 3, 2025
|
Platform macros when importing C libraries with swiftpm?
|
|
0
|
54
|
January 30, 2025
|
Creating a Mac/Linux multiplatform Swift package wrapping a static C library
|
|
2
|
710
|
January 9, 2025
|
Saw video of someone trying Swift and having trouble calling a C func
|
|
7
|
399
|
January 6, 2025
|
How to import Swift function into C while using 'swiftc' only?
|
|
6
|
185
|
October 11, 2024
|
Cross-Platform 'libuv' Wrapper Proof of Concept
|
|
3
|
201
|
October 11, 2024
|
Using c binding/linking with the package.swift and getting an error with linking to the folder
|
|
1
|
75
|
October 10, 2024
|
Shipping .a library in Swift Package
|
|
1
|
92
|
September 25, 2024
|
Raw Pointer Address
|
|
0
|
119
|
September 23, 2024
|
How to get a list of include paths?
|
|
4
|
111
|
September 20, 2024
|
Dependencies between packages written in C
|
|
0
|
326
|
June 30, 2024
|
Pakage.swift specify include folder and static libarary file (.a)
|
|
0
|
357
|
May 30, 2024
|
Passing FILE to fopen
|
|
11
|
1583
|
May 17, 2024
|
Runtime crash in optimised build wrapping C++ library
|
|
0
|
228
|
May 10, 2024
|
How to compile Swift with Scons?
|
|
0
|
491
|
May 10, 2024
|
Is there a way to declare/import C type as a noncopyable struct in Swift
|
|
4
|
394
|
March 13, 2024
|
@_documentation(visibility: ...) for c Files
|
|
5
|
1540
|
January 26, 2024
|
Is it possible to generate a static or dynamic Swift library called by C code?
|
|
9
|
830
|
January 17, 2024
|
Linking swift to C - in github actions
|
|
1
|
299
|
January 17, 2024
|
Accessing address of a C global const variable - cannot pass immutable value as inout argument
|
|
7
|
518
|
January 16, 2024
|
How to define opaque typealias to link implementation-only type (C-enum use case)
|
|
9
|
643
|
January 10, 2024
|
Swift Package Manager cannot find header file
|
|
0
|
401
|
November 30, 2023
|
Header 'libintl.h' not found - Struggling with System Library Dependency
|
|
2
|
694
|
October 20, 2023
|
C static library wrapped with a binary xcframework and Swift PM
|
|
2
|
1123
|
August 9, 2023
|
Data race when concurrently calling C function using global variables
|
|
11
|
708
|
August 3, 2023
|
Applying Swift macros to C types
|
|
2
|
888
|
June 22, 2023
|