apple / apple/swift-distributed-tracing
Support for FreeBSD?
- Dominant language
- Swift
- Stars
- 320
- Forks
- 57
- Avg merge
- 4d 5h
- Merged PRs (30d)
- 1
Description
Compiling this on FreeBSD results in a lot of errors along the lines of:
```
error: cannot convert value of type 'UnsafeMutablePointer' (aka 'UnsafeMutablePointer') to expected argument type 'UnsafeMutablePointer' (aka 'UnsafeMutablePointer>')
```
These look quite similar to the errors that was preventing swift-log to compile, and they were resolved in https://github.com/apple/swift-log/commit/8f634e4e682819a9aa857fca8c88ef899fb64d75
Contributor guide
Research direction
Start by reproducing the FreeBSD compilation errors described in the issue and compare the relevant fix in the referenced swift-log commit. Identify the affected source locations from the compiler output, then verify that swift-distributed-tracing compiles successfully on FreeBSD.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100