From 7ed360525c42c779f7597ec99408c78edb19c61d Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Thu, 13 Jun 2024 13:59:06 -0700 Subject: [PATCH] Fix CI --- Sources/Perception/Internal/RuntimeWarning.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Perception/Internal/RuntimeWarning.swift b/Sources/Perception/Internal/RuntimeWarning.swift index a2f10da..b9dbd4d 100644 --- a/Sources/Perception/Internal/RuntimeWarning.swift +++ b/Sources/Perception/Internal/RuntimeWarning.swift @@ -47,6 +47,7 @@ func runtimeWarn( let dso = getSwiftUIDSO() #endif + @_transparent private func getSwiftUIDSO() -> UnsafeMutableRawPointer { let count = _dyld_image_count() for i in 0..