Skip to content

Commit c395e96

Browse files
committed
Normalize swift-tools-version to 6.3.3 (fleet ruling 2026-07-10)
One manifest per package, pure 6.3.3 line. Fleet compile gate: the 395-member institute-ALL workspace build passed post-bump. Claude-Session: https://claude.ai/code/session_01BYnNsRb9tr41cy36oWDFLU
1 parent b2326e5 commit c395e96

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/repro/cross-package/base/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 6.3.3
22
// Base package for the cross-package debug-info-mangler repro.
33
// Provides the spec namespace root + the load-bearing namespace TYPEALIAS
44
// (mirrors swift-pdf-standard's `public typealias PDF = ISO_32000`).

.github/repro/cross-package/crash/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 6.3.3
22
// Crash package for the cross-package debug-info-mangler repro.
33
// Extends the OTHER package's typealias-sugared namespace with nested
44
// protocols and forms their existentials at a debug-info-emitting site

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.3.1
1+
// swift-tools-version: 6.3.3
22

33
import PackageDescription
44

0 commit comments

Comments
 (0)