1- // swift-tools-version: 5.9
1+ // swift-tools-version: 6.0
22//
33// Package.swift
44//
5- // Created by Iurii Khvorost <
[email protected] > on
2023/10/10 .
6- // Copyright © 2023 Iurii Khvorost. All rights reserved.
5+ // Created by Iurii Khvorost <
[email protected] > on
2024/07/25 .
6+ // Copyright © 2024 Iurii Khvorost. All rights reserved.
77//
88// Permission is hereby granted, free of charge, to any person obtaining a copy
99// of this software and associated documentation files (the "Software"), to deal
@@ -40,7 +40,7 @@ let package = Package(
4040 . library( name: " ReactBridge " , targets: [ " ReactBridge " ] )
4141 ] ,
4242 dependencies: [
43- . package ( url: " https://github.com/swiftlang/swift-syntax.git " , from: " 600 .0.1 " )
43+ . package ( url: " https://github.com/swiftlang/swift-syntax.git " , from: " 602 .0.0 " )
4444 ] ,
4545 targets: [
4646 . macro(
@@ -54,7 +54,9 @@ let package = Package(
5454 name: " ReactBridge " ,
5555 dependencies: [ " ReactBridgeMacros " , " ReactBridgeUtils " ]
5656 ) ,
57- . target( name: " ReactBridgeUtils " ) ,
57+ . target(
58+ name: " ReactBridgeUtils "
59+ ) ,
5860 . testTarget(
5961 name: " ReactBridgeTests " ,
6062 dependencies: [
@@ -63,5 +65,5 @@ let package = Package(
6365 ]
6466 ) ,
6567 ] ,
66- swiftLanguageVersions : [ . v5 ]
68+ swiftLanguageModes : [ . v6 ]
6769)
0 commit comments