Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Aug 8, 2024
1 parent c7b7e3e commit 01edfe5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Utils/Package.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
// swift-tools-version: 6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import Foundation
import PackageDescription

// somehow without this the GH Actions CI fails
extension Foundation.Bundle: @unchecked @retroactive Sendable {}

let package = Package(
name: "Utils",
platforms: [
Expand Down Expand Up @@ -61,7 +65,7 @@ let package = Package(
"Utils",
.product(name: "Testing", package: "swift-testing"),
],
resources: [.copy("Resources")]
resources: [.copy("TestData")]
),
],
swiftLanguageVersions: [.version("6")]
Expand Down

0 comments on commit 01edfe5

Please sign in to comment.