Skip to content

Commit fc614a3

Browse files
authored
Merge pull request #1468 from daveinglis/dinglis/fix-screen-warnings
Fix two trivial build warnings in SWBCore and SWBBuildSystemTests
2 parents e4b3beb + f513374 commit fc614a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/SWBCore/SpecImplementations/Tools/GenerateEmbedInCodeAccessor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
public import SWBUtil
13+
import SWBUtil
1414
import SWBMacro
1515

1616
/// Generates the `embedded_resources.swift` accessor for resources marked `embedInCode`.

Tests/SWBBuildSystemTests/SwiftDriverTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5451,7 +5451,7 @@ fileprivate struct SwiftDriverTests: CoreBasedTests {
54515451
@Test(.requireSDKs(.macOS))
54525452
func basicsSwift4_2() async throws {
54535453
try await withTemporaryDirectory { tmpDirPath in
5454-
let testWorkspace = try TestWorkspace(
5454+
let testWorkspace = TestWorkspace(
54555455
"Test",
54565456
sourceRoot: tmpDirPath.join("Test"),
54575457
projects: [

0 commit comments

Comments
 (0)