Skip to content

Commit

Permalink
Remove exported Foundation import to fix DocC builds
Browse files Browse the repository at this point in the history
  • Loading branch information
diederich authored and freak4pc committed Oct 19, 2022
1 parent d69aab9 commit d7b896f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Operators/Internal/Timer.swift
Expand Up @@ -14,7 +14,6 @@

// Only support 64bit
#if !(os(iOS) && (arch(i386) || arch(arm))) && canImport(Combine)
@_exported import Foundation // Clang module
import Combine
import Foundation

Expand Down

0 comments on commit d7b896f

Please sign in to comment.