Update dependency apple/swift-system to from: "1.8.1" - #94
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
June 26, 2024 00:16
6ead9d8 to
41781a4
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
July 24, 2024 00:43
41781a4 to
176b429
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
October 19, 2024 07:10
176b429 to
023f719
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
February 17, 2025 23:06
023f719 to
01689b9
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
February 19, 2025 03:35
01689b9 to
61ece55
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
May 29, 2025 01:55
61ece55 to
a9b420f
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
July 24, 2025 23:59
a9b420f to
9f04422
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
July 30, 2025 06:48
9f04422 to
7595d28
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
August 4, 2025 03:26
7595d28 to
1df27a2
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
September 15, 2025 20:01
1df27a2 to
7313238
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
January 14, 2026 02:35
7313238 to
4f0d5df
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
June 5, 2026 23:02
4f0d5df to
3d8c4b3
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
June 12, 2026 03:15
3d8c4b3 to
b51a2ff
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
June 12, 2026 20:10
b51a2ff to
2f4425a
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
June 13, 2026 01:37
2f4425a to
d44b216
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
July 7, 2026 20:29
d44b216 to
4f306e7
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
July 8, 2026 02:41
4f306e7 to
38d1de4
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
July 21, 2026 21:36
38d1de4 to
43ecd21
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
August 4, 2026 18:55
43ecd21 to
f300daa
Compare
renovate
Bot
force-pushed
the
renovate/apple-swift-system-1.x
branch
from
August 14, 2026 03:43
f300daa to
a2d2543
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
from: "1.2.1"→from: "1.8.1"Release Notes
apple/swift-system (apple/swift-system)
v1.8.1Compare Source
This bug-fix release restores compatibility with older macOS SDKs, as well as with single-threaded WASI runtimes.
What's Changed
New Contributors
Full Changelog: apple/swift-system@1.8.0...1.8.1
v1.8.0Compare Source
This release enables the
duplicate(as:options:)andpipe(options:)wrappers for Darwin targets (see https://github.com/apple/swift-system/blob/main/Proposals/0007-FileDescriptor-dup3-pipe2.md), and fixes several build issues that collectively enable a switch to the Swift 6 language mode.What's Changed
dup3andpipe2wrappers for Darwin by @glessard in #345New Contributors
Full Changelog: apple/swift-system@1.7.5...1.8.0
v1.7.5Compare Source
This bug fix release improves the implementations of
EquatableandHashablefor structStat.Other changes involve adjustments to continuous integration along with a minor test fix for Android.
What's Changed
Statequality by @jrflat in #355Stat.generationNumbertoUInt64by @jrflat in #356Full Changelog: apple/swift-system@1.7.4...1.7.5
v1.7.4Compare Source
What's Changed
v1.7.3Compare Source
This release contains build configuration fixes, and IORing bug fixes.
The
.closeOnExecflag is also added to the Windows version ofOpenOptions.What's Changed
New Contributors
Full Changelog: apple/swift-system@1.7.2...1.7.3
v1.7.2Compare Source
This is a bug fix for build issues arising when client packages enable the
MemberImportVisibilityupcoming feature.What's Changed
Full Changelog: apple/swift-system@1.7.1...1.7.2
v1.7.1Compare Source
This bug fix is for a build issue with FreeBSD older than version 15.0.
What's Changed
O_CLOFORKon older FreeBSD by @kkebo in #319Full Changelog: apple/swift-system@1.7.0...1.7.1
v1.7.0Compare Source
This release adds the implementations of two proposals: Stat and support for dup3 and pipe2.
Additionally, 1.7.0 builds and tests for more platforms, including Android and FreeBSD.
This release requires Swift 6.1 or later.
What's Changed
Features
dup3andpipe2by @glessard and @jakepetroules in #303, #274 and #312Platform support and testing improvements
New Contributors
Full Changelog: apple/swift-system@1.6.5...1.7.0
v1.6.6Compare Source
This change allows future improvements to the Windows importer without forcing the abandonment of the release/1.6.0 branch. It is already included in the 1.7.x tags.
What's Changed
Full Changelog: apple/swift-system@1.6.5...1.6.6
v1.6.5: : IORing bug fixCompare Source
What's Changed
Full Changelog: apple/swift-system@1.6.4...1.6.5
v1.6.4Compare Source
This release fixes two issues in our Windows implementation.
What's Changed
Full Changelog: apple/swift-system@1.6.3...1.6.4
v1.6.3Compare Source
This release fixes a bug in the Windows version of
FileDescriptor.duplicate(as:).What's Changed
Full Changelog: apple/swift-system@1.6.2...1.6.3
v1.6.2Compare Source
Bug-fix release to fix a build error on Amazon Linux 2.
An important non-feature is the adoption of the availability macro, with thanks to @rauhul.
What's Changed
Full Changelog: apple/swift-system@1.6.1...1.6.2
v1.6.1Compare Source
What's Changed
New Contributors
Full Changelog: apple/swift-system@1.6.0...1.6.1
v1.6.0Compare Source
What's Changed
New Contributors
Full Changelog: apple/swift-system@1.5.0...1.6.0
v1.5.0Compare Source
This release includes a few changes for Windows support. In particular, @jakepetroules added support for extended path handling in Win32 API, which by itself justifies a minor version change.
What's Changed
\\?\prefix to Win32 calls for extended length path handling by @jakepetroules in #226New Contributors
Full Changelog: apple/swift-system@1.4.2...1.5.0
v1.4.2: System 1.4.2Compare Source
This release adds preliminary support for FreeBSD and OpenBSD targets.
What's Changed
New Contributors
Full Changelog: apple/swift-system@1.4.1...1.4.2
v1.4.1: System 1.4.1Compare Source
This is a bug-fix release for Windows targets.
What's Changed
GetTempPathWinstead ofGetTempPath2W, as it is more widely available.New Contributors
Full Changelog: apple/swift-system@1.4.0...1.4.1
v1.4.0: System 1.4.0Compare Source
This release adds
Sendableconformances toFilePathand its family of types.What's New
FilePathpipe()function for WindowsWhat's Changed
New Contributors
Full Changelog: apple/swift-system@1.3.2...1.4.0
v1.3.2: System 1.3.2Compare Source
This release fixes a security issue in the
Decodableimplementation ofFilePath.What's Fixed
FilePathdecoding. Internal invariants ofFilePathare now enforced in the initializer used by theDecodableprotocol,FilePath.init(from:).New Contributors
Full Changelog: apple/swift-system@1.3.1...1.3.2
v1.3.1: System 1.3.1Compare Source
This release addresses build issues
What's Fixed
String.init(platformString:)is now a disfavored overload, in order to work around a Swift language issue.CMakeLists.txtfiles from consideration by the Swift Package Manager.New Contributors
Full Changelog: apple/swift-system@1.3.0...1.3.1
v1.3.0: System 1.3.0Compare Source
1.3.0 release
This release primarily addresses a number of platform support issues.
What's New
What's Changed
Collectionconformance of theSystemStringhas been improved. This makes it compatible with the Swift 6.0 standard library, in whichArray'sreplaceSubrange()has become stricter about the correctness of theCollectiontypes it handles.New Contributors
Full Changelog: apple/swift-system@1.2.1...1.3.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.