Skip to content

Commit

Permalink
Update Sendable.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie authored Apr 12, 2022
1 parent b6cf465 commit 912e853
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/DoggieCore/Concurrency/Sendable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@

#if compiler(>=5.5.2) && canImport(_Concurrency)

@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
extension Decimal: @unchecked Sendable { }

@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
extension URL: @unchecked Sendable { }

Expand Down

0 comments on commit 912e853

Please sign in to comment.