Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide whitespace changes
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Text styles
Change appearance
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
API diff
Created
5 years ago
Diff never expires
Clear
Export
Share
Explain
1 removal
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
13 lines
Copy
3 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
14 lines
Copy
// swift-interface-format-version: 1.0
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)
// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ModuleA
// swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ModuleA
import Foundation
import Foundation
@_exported import ModuleA
@_exported import ModuleA
import Swift
import Swift
Copy
Copied
Copy
Copied
@_hasMissingDesignatedInitializers final public class PublicInterface
{
@_hasMissingDesignatedInitializers final public class PublicInterface
: Swift.Identifiable
{
final public func initialize()
final public func initialize()
final public func deinitialize()
final public func deinitialize()
Copy
Copied
Copy
Copied
final public
func work(on something: Any)
final public
let id: Swift.String
public typealias ID = Swift.String
@objc deinit
@objc deinit
}
}
Saved diffs
Original text
Open file
// swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) // swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ModuleA import Foundation @_exported import ModuleA import Swift @_hasMissingDesignatedInitializers final public class PublicInterface { final public func initialize() final public func deinitialize() final public func work(on something: Any) @objc deinit }
Changed text
Open file
// swift-interface-format-version: 1.0 // swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) // swift-module-flags: -target arm64-apple-ios15.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name ModuleA import Foundation @_exported import ModuleA import Swift @_hasMissingDesignatedInitializers final public class PublicInterface : Swift.Identifiable { final public func initialize() final public func deinitialize() final public let id: Swift.String public typealias ID = Swift.String @objc deinit }
Find difference