Skip to content

Commit 185a572

Browse files
committed
build: declare FoundationLabCore platform availability
1 parent 84385c8 commit 185a572

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

FoundationLabCore/Package.swift

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
// swift-tools-version: 6.0
1+
// swift-tools-version: 6.2
22

33
import PackageDescription
44

55
let package = Package(
66
name: "FoundationLabCore",
7+
platforms: [
8+
.iOS(.v26),
9+
.macOS(.v26),
10+
.visionOS(.v26)
11+
],
712
products: [
813
.library(
914
name: "FoundationLabCore",

0 commit comments

Comments
 (0)