|
Using Swift from C++ with Swift Package Manager
|
|
0
|
161
|
August 11, 2025
|
|
How can I use the pimpl idiom with std::unique_ptr with Swift/C++ interop?
|
|
5
|
621
|
August 7, 2025
|
|
C++ interop error: pointer to non-const type with no explicit ownership
|
|
0
|
146
|
August 6, 2025
|
|
Undeclared use of identifier in generated Module-Swift file
|
|
3
|
1734
|
July 28, 2025
|
|
When calling a Swift function that takes two callbacks with arguments, the Swift compiler crashes
|
|
0
|
195
|
July 16, 2025
|
|
Example of SWIFT_SHARED_REFERENCE and std::enable_shared_from_this used together?
|
|
7
|
604
|
July 13, 2025
|
|
Running external binaries from Swift Package (TTS engine): Operation not permitted from Xcode app
|
|
1
|
172
|
July 9, 2025
|
|
`import_owned` compiler warnings when building with C++ library
|
|
3
|
191
|
July 2, 2025
|
|
Accessing Underlying Memory of Data in C++ with New Span APIs
|
|
4
|
487
|
June 16, 2025
|
|
Build errors with C++ interop enabled
|
|
3
|
1068
|
June 10, 2025
|
|
Issues with explicitly instantiated template functions + function pointers to them
|
|
0
|
107
|
June 3, 2025
|
|
Passing std.vector to print crashes, is that expected?
|
|
3
|
319
|
May 30, 2025
|
|
SWIFT_NONCOPYABLE macro questions
|
|
0
|
334
|
May 26, 2025
|
|
Using static binaries with C++ interoperability
|
|
4
|
1565
|
May 23, 2025
|
|
Detect C++ interop mode at compile time
|
|
1
|
159
|
May 6, 2025
|
|
Constexpr is not imported when declared within a namespace
|
|
0
|
136
|
May 6, 2025
|
|
Feature Request: Borrowing `std.shared_ptr.pointee`
|
|
1
|
203
|
May 5, 2025
|
|
Catching Objective-C exceptions
|
|
2
|
623
|
April 27, 2025
|
|
How to delete C++ class instance that uses SWIFT_UNSAFE_REFERENCE
|
|
3
|
257
|
April 23, 2025
|
|
Could C++ have ARC?
|
|
2
|
516
|
April 22, 2025
|
|
Swift file importing .hpp with std::expected with std::string does not compile
|
|
2
|
275
|
April 2, 2025
|
|
[Windows] Error in code generation for instance methods that return structs
|
|
4
|
173
|
March 14, 2025
|
|
Cannot bridge `std::tuple<..>` to Swift
|
|
0
|
131
|
March 6, 2025
|
|
Changes to C++ headers not causing Swift code to recompile
|
|
6
|
321
|
March 5, 2025
|
|
Conform an imported C++ class to ObservableObject
|
|
0
|
91
|
March 3, 2025
|
|
Swift/C++ interoperability: SWIFT_PRIVATE_ATTR compilation error on Ubuntu
|
|
7
|
919
|
February 15, 2025
|
|
Import Swift code as C++ Modules
|
|
0
|
173
|
February 10, 2025
|
|
"Use of undeclared identifier 'Darwin'" when using "in_addr" type
|
|
2
|
261
|
February 9, 2025
|
|
Why cxx-interop slows compilation 3-4 times?
|
|
8
|
5670
|
January 27, 2025
|
|
How to use the SWIFT_NONCOYABLE MACRO and in which heeader file it[s] present
|
|
1
|
194
|
January 14, 2025
|