Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jun 13, 2024
1 parent d834052 commit 7ed3605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Perception/Internal/RuntimeWarning.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func runtimeWarn(
let dso = getSwiftUIDSO()
#endif

@_transparent
private func getSwiftUIDSO() -> UnsafeMutableRawPointer {
let count = _dyld_image_count()
for i in 0..<count {
Expand Down

0 comments on commit 7ed3605

Please sign in to comment.