Skip to content

Commit

Permalink
update a bunch of headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ndurell committed Dec 18, 2024
1 parent d1d2a72 commit 5410017
Show file tree
Hide file tree
Showing 17 changed files with 47 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from Swift Issue Reporting v1.3.0 on 11/15/2024
/// https://github.com/pointfreeco/swift-issue-reporting/tree/1.3.0

/// A type that can report issues.
public protocol IssueReporter: Sendable {
/// Called when an issue is reported.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ extension IssueReporter where Self == _RuntimeWarningReporter {
/// fault-level messages to the console.
///
/// Use ``IssueReporter/runtimeWarning`` to create one of these values.
/// Copied verbatim from xctest dynamic overlay v1.3.0 on 11/15/2024
/// https://github.com/pointfreeco/xctest-dynamic-overlay/tree/1.3.0

public struct _RuntimeWarningReporter: IssueReporter {
#if canImport(os)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1
/// Changes from TCA: added Klaviyo imports

import Dispatch
@testable import KlaviyoSwift
@testable import KlaviyoSDKDependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1
/// Changes from TCA: added KlaviyoSDKDependencies import

import KlaviyoSDKDependencies

#if compiler(>=6)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1

// MARK: Equatable

func _isEqual(_ lhs: Any, _ rhs: Any) -> Bool? {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1

#if canImport(Combine)
import Combine
#endif
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1

@testable import KlaviyoSDKDependencies
@testable import KlaviyoSwift

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/// Copied with changes from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1
/// Changes from TCA: added KlaviyoSDKDependencies import

@testable import KlaviyoSDKDependencies

/// A value that represents either a success or a failure. This type differs from Swift's `Result`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/// Copied with changes from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1
/// Changes from TCA: added KlaviyoSDKDependencies import, also likely made similar changes as we done to main store and root store.

import Combine
import Foundation
@_spi(Internals) @testable import KlaviyoSwift
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1

import XCTestDynamicOverlay
@testable import KlaviyoSDKDependencies

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1

import XCTestDynamicOverlay
@testable import KlaviyoSDKDependencies

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from TCA v1.16.1 on 11/14/2024
/// https://github.com/pointfreeco/swift-composable-architecture/tree/1.16.1

import Foundation
@_spi(CurrentTestCase) import XCTestDynamicOverlay
@testable import KlaviyoSDKDependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from swift-custom-dump v1.3.2 on 11/15/2024
/// https://github.com/pointfreeco/swift-custom-dump/tree/1.3.2

#if canImport(CoreLocation)
import CoreLocation
import KlaviyoSDKDependencies
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from swift-custom-dump v1.3.2 on 11/15/2024
/// https://github.com/pointfreeco/swift-custom-dump/tree/1.3.2

import Foundation
import KlaviyoSDKDependencies

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from swift-custom-dump v1.3.2 on 11/15/2024
/// https://github.com/pointfreeco/swift-custom-dump/tree/1.3.2

import Foundation
@testable import KlaviyoSDKDependencies

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// Copied verbatim from swift-custom-dump v1.3.2 on 11/15/2024
/// https://github.com/pointfreeco/swift-custom-dump/tree/1.3.2

import Foundation
import KlaviyoSDKDependencies

Expand Down

This file was deleted.

0 comments on commit 5410017

Please sign in to comment.