Skip to content

Commit

Permalink
Remove Foundation import from FakeSendable
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Apr 15, 2024
1 parent b6c3083 commit 7bbcf68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/PassKit/FakeSendable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
/// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
/// THE SOFTWARE.

import Foundation

// This is a temporary fix until RoutesBuilder and EmptyPayload are not Sendable
struct FakeSendable<T>: @unchecked Sendable {
let value: T
Expand Down

0 comments on commit 7bbcf68

Please sign in to comment.