Skip to content

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
@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