Skip to content

Fix: Only use unsafe flag on Swift 6.2#411

Merged
czechboy0 merged 1 commit intoapple:mainfrom
czechboy0:hd-fix-unsafe-flag
Feb 16, 2026
Merged

Fix: Only use unsafe flag on Swift 6.2#411
czechboy0 merged 1 commit intoapple:mainfrom
czechboy0:hd-fix-unsafe-flag

Conversation

@czechboy0
Copy link
Copy Markdown
Contributor

Motivation:

Package.swift needs to use tools-version 6.2, as we have dedicated 6.0 and 6.1 manifests.

Here, when building on 6.1, the Package.swift was being picked and an unsafe flag was found, which isn't allowed on 6.1 (only on 6.2+).

Modifications:

Bump Package.swift's tools-version to 6.2.

Result:

Should fix dependees.

@czechboy0 czechboy0 added the 🔨 semver/patch No public API change. label Feb 16, 2026
@kukushechkin kukushechkin added 🆕 semver/minor Adds new public API. 🔨 semver/patch No public API change. and removed 🔨 semver/patch No public API change. labels Feb 16, 2026
@czechboy0 czechboy0 merged commit bbd81b6 into apple:main Feb 16, 2026
72 of 73 checks passed
@czechboy0 czechboy0 deleted the hd-fix-unsafe-flag branch February 16, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🆕 semver/minor Adds new public API. 🔨 semver/patch No public API change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

the target 'Logging' in product 'Logging' contains unsafe build flags

3 participants