Commit Graph

20 Commits

Author SHA1 Message Date
Jon Reid
f0518b5899
swift: fix warning about executableTarget 2024-03-18 09:15:06 -07:00
Jon Reid
31afd92d95
a - Apply SwiftFormat 2022-06-10 11:30:11 -07:00
Jon Reid
dc09a06cda
Swift: Apply AppCode inspection "redundant return" 2021-12-07 21:24:21 -08:00
Jon Reid
7c615c077f
Swift: Apply AppCode inspection "unnecessary self" 2021-12-07 21:23:35 -08:00
Jon Reid
f82c067544
Swift: Apply AppCode inspection "unnecessary parentheses" 2021-12-07 21:23:21 -08:00
Abizer Nasir
080738a8b2 Update the Swift starting point
- Ignore the generated Xcode project from the repositiory
- Bump the swift tools version to 5.5 (supported by Xcode 13+)
- Tidy the Tests. LinuxMain, XCTestManifests and the allTests array are no longer needed as tests
- are auto-discovered on non-apple platforms
2021-11-21 17:41:38 +00:00
Jon Reid
746bb0e467
t Switch order of assertion arguments 2021-08-20 22:07:10 -07:00
Jon Reid
2d88244807
t Remove another semicolon 2021-08-20 22:06:19 -07:00
Jon Reid
8eab172f25
d Add Swift-specific readme 2021-08-20 21:51:36 -07:00
Jon Reid
3ef1dc16fb
t Update allTests so newer, simpler style 2021-08-20 21:28:56 -07:00
Jon Reid
f26e495403
t Define test as throws 2021-08-20 21:27:52 -07:00
Jon Reid
31825b2410
t Remove semicolons from test 2021-08-20 21:27:23 -07:00
Jon Reid
569b40fc1d
r Follow more standard Swift formatting around spaces 2021-08-20 18:56:48 -07:00
Jon Reid
84287f428b
e Update Swift Package Manager version 2021-08-20 18:49:34 -07:00
Jon Reid
0ba7fabfb3
Swift: Delete unusual blank lines 2019-12-29 13:31:55 -08:00
Jon Reid
9152b48215
Swift: Update to package manager 5.1 2019-12-29 13:27:49 -08:00
Maciej Witaszek
1d3a8d887e Moved Swift code into package 2016-10-27 13:08:11 +07:00
Hamish Rickerby
910e5d8a59 Fixed copy/paste errors in test data
- Fixed copy/paste errors in items
- Removed unnecessary comment blocks
2016-09-23 15:04:52 +10:00
Hamish Rickerby
9c63a7732a Updated for Swift 3
Process enum has been replaced with CommandLine in Swift 3. Changed main.swift to reflect this.
2016-09-21 20:53:52 +10:00
Pascal Batty
3d8c1f96bc Add Swift port 2016-01-26 15:34:33 +01:00