Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Sep 14, 2024
1 parent c615c34 commit a02484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package@swift-6.0.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ let package = Package(
swiftLanguageVersions: [.v6]
)

#if !os(macOS) && !os(WASI)
#if !os(macOS) && !arch(wasm32)
package.products.append(
.library(
name: "DependenciesTestObserver",
Expand Down

0 comments on commit a02484f

Please sign in to comment.