Commit 2f893d4
committed
Drop unused SystemPackage import from FileSystemTests
Motivation:
swift-system 1.7.0 exposes a new type named `FileType`, which is ambiguous with `NIOFS.FileType` when both modules are imported in the same file. This causes a compile-time error when building `FileSystemTests.swift` in the `NIOFSIntegrationTests` target.
Modifications:
Drop the unused `SystemPackage` import in `FileSystemTests.swift`.
Result:
`NIOFSIntegrationTests` builds against swift-system 1.7.0 and later.1 parent 7586225 commit 2f893d4
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
0 commit comments