File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed
Tests/ErrorReportingTests Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11// swift-tools-version:5.3
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
4+ // Copyright (c) native.dev.br. All rights reserved.
5+ // Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
6+
47import PackageDescription
58
69let package = Package (
Original file line number Diff line number Diff line change 1+ // Copyright (c) native.dev.br. All rights reserved.
2+ // Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
3+
14import Foundation
25
36public struct ErrorReporting {
Original file line number Diff line number Diff line change 1+ // Copyright (c) native.dev.br. All rights reserved.
2+ // Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
3+
14import Foundation
25
36/// Key used to lookup the user info's NSError for the internal representation of the error.
Original file line number Diff line number Diff line change 1+ // Copyright (c) native.dev.br. All rights reserved.
2+ // Licensed under the Apache 2.0 License. See LICENSE file in the project root for full license information.
3+
14import SnapshotTesting
25import XCTest
36
You can’t perform that action at this time.
0 commit comments