Platform macros when importing C libraries with swiftpm?
|
|
0
|
51
|
January 30, 2025
|
Creating a Mac/Linux multiplatform Swift package wrapping a static C library
|
|
2
|
703
|
January 9, 2025
|
Saw video of someone trying Swift and having trouble calling a C func
|
|
7
|
382
|
January 6, 2025
|
How to import Swift function into C while using 'swiftc' only?
|
|
6
|
167
|
October 11, 2024
|
Cross-Platform 'libuv' Wrapper Proof of Concept
|
|
3
|
197
|
October 11, 2024
|
Using c binding/linking with the package.swift and getting an error with linking to the folder
|
|
1
|
72
|
October 10, 2024
|
Shipping .a library in Swift Package
|
|
1
|
83
|
September 25, 2024
|
Raw Pointer Address
|
|
0
|
118
|
September 23, 2024
|
How to get a list of include paths?
|
|
4
|
108
|
September 20, 2024
|
Pros and cons of Unmanaged, UnsafePointers and Data?
|
|
3
|
225
|
September 18, 2024
|
Making a high level raylib binding with Swift for a game engine; does Swift PM support C linking?
|
|
2
|
407
|
August 24, 2024
|
Dependencies between packages written in C
|
|
0
|
325
|
June 30, 2024
|
Pakage.swift specify include folder and static libarary file (.a)
|
|
0
|
349
|
May 30, 2024
|
Passing FILE to fopen
|
|
11
|
1546
|
May 17, 2024
|
Runtime crash in optimised build wrapping C++ library
|
|
0
|
226
|
May 10, 2024
|
How to compile Swift with Scons?
|
|
0
|
486
|
May 10, 2024
|
Is there a way to declare/import C type as a noncopyable struct in Swift
|
|
4
|
386
|
March 13, 2024
|
@_documentation(visibility: ...) for c Files
|
|
5
|
1502
|
January 26, 2024
|
Is it possible to generate a static or dynamic Swift library called by C code?
|
|
9
|
818
|
January 17, 2024
|
Linking swift to C - in github actions
|
|
1
|
298
|
January 17, 2024
|
Accessing address of a C global const variable - cannot pass immutable value as inout argument
|
|
7
|
511
|
January 16, 2024
|
How to define opaque typealias to link implementation-only type (C-enum use case)
|
|
9
|
627
|
January 10, 2024
|
Swift Package Manager cannot find header file
|
|
0
|
398
|
November 30, 2023
|
Header 'libintl.h' not found - Struggling with System Library Dependency
|
|
2
|
674
|
October 20, 2023
|
C static library wrapped with a binary xcframework and Swift PM
|
|
2
|
1102
|
August 9, 2023
|
Data race when concurrently calling C function using global variables
|
|
11
|
704
|
August 3, 2023
|
Applying Swift macros to C types
|
|
2
|
884
|
June 22, 2023
|
Using C in Swift away from Xcode
|
|
17
|
5386
|
May 7, 2023
|
Swift, libpng and error handling
|
|
2
|
923
|
April 18, 2023
|
Same-type requirement makes generic parameters 'T' and 'Pointee' equivalent; this is an error in Swift 6 warning
|
|
2
|
4139
|
February 2, 2023
|