Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Bionic module and new Android overlay in Swift 6 #468

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

finagolfin
Copy link
Contributor

Swift 6 has switched to this new Android overlay, swiftlang/swift#74758, which I've been testing on this repo without a problem using my daily Android CI for weeks now, finagolfin/swift-android-sdk#151.

@@ -44,7 +46,7 @@ internal enum FileSystemObject {
}

#if os(Android) && arch(arm)
return (statObj.st_mode & UInt32(Glibc.S_IFDIR)) != 0 ? .directory : .file
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Glibc scoping on Android armv7 was added for whatever reason in #45, but my testing now shows it isn't needed, so I removed it here and below.

@Lukasa Lukasa added the 🔨 semver/patch No public API change. label Jul 15, 2024
@Lukasa Lukasa merged commit 3eec669 into apple:main Jul 15, 2024
8 of 9 checks passed
@finagolfin finagolfin deleted the droid branch July 15, 2024 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants