Skip to content

Update dependency apple/swift-system to from: "1.8.1" - #94

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apple-swift-system-1.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/apple-swift-system-1.x

Conversation

@renovate

@renovate renovate Bot commented May 16, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
apple/swift-system minor from: "1.2.1"from: "1.8.1"

Release Notes

apple/swift-system (apple/swift-system)

v1.8.1

Compare 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.0

Compare Source

This release enables the duplicate(as:options:) and pipe(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

New Contributors

Full Changelog: apple/swift-system@1.7.5...1.8.0

v1.7.5

Compare Source

This bug fix release improves the implementations of Equatable and Hashable for struct Stat.
Other changes involve adjustments to continuous integration along with a minor test fix for Android.

What's Changed

Full Changelog: apple/swift-system@1.7.4...1.7.5

v1.7.4

Compare Source

What's Changed

v1.7.3

Compare Source

This release contains build configuration fixes, and IORing bug fixes.
The .closeOnExec flag is also added to the Windows version of OpenOptions.

What's Changed

New Contributors

Full Changelog: apple/swift-system@1.7.2...1.7.3

v1.7.2

Compare Source

This is a bug fix for build issues arising when client packages enable the MemberImportVisibility upcoming feature.

What's Changed

Full Changelog: apple/swift-system@1.7.1...1.7.2

v1.7.1

Compare Source

This bug fix is for a build issue with FreeBSD older than version 15.0.

What's Changed

Full Changelog: apple/swift-system@1.7.0...1.7.1

v1.7.0

Compare 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
Platform support and testing improvements

New Contributors

Full Changelog: apple/swift-system@1.6.5...1.7.0

v1.6.6

Compare 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 fix

Compare Source

What's Changed

  • Fix a crash on Linux when work is interleaved between prepare and submit in IORing by @​Catfish-Man in #​309

Full Changelog: apple/swift-system@1.6.4...1.6.5

v1.6.4

Compare 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.3

Compare Source

This release fixes a bug in the Windows version of FileDescriptor.duplicate(as:).

What's Changed

  • [1.6] Fix: FileDescriptor.duplicate(as:) returns an invalid file descriptor on Windows by @​jakepetroules in #​260

Full Changelog: apple/swift-system@1.6.2...1.6.3

v1.6.2

Compare 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.1

Compare Source

What's Changed

New Contributors

Full Changelog: apple/swift-system@1.6.0...1.6.1

v1.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: apple/swift-system@1.5.0...1.6.0

v1.5.0

Compare 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

New Contributors

Full Changelog: apple/swift-system@1.4.2...1.5.0

v1.4.2: System 1.4.2

Compare 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.1

Compare Source

This is a bug-fix release for Windows targets.

What's Changed

  • Use GetTempPathW instead of GetTempPath2W, 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.0

Compare Source

This release adds Sendable conformances to FilePath and its family of types.

What's New

  • Sendable conformances for FilePath
  • Implement FilePath's pipe() function for Windows
  • Support for WASI
  • Support for OpenBSD

What's Changed

New Contributors

Full Changelog: apple/swift-system@1.3.2...1.4.0

v1.3.2: System 1.3.2

Compare Source

This release fixes a security issue in the Decodable implementation of FilePath.

What's Fixed

  • This release fixes FilePath decoding. Internal invariants of FilePath are now enforced in the initializer used by the Decodable protocol, FilePath.init(from:).

New Contributors

Full Changelog: apple/swift-system@1.3.1...1.3.2

v1.3.1: System 1.3.1

Compare 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.
  • Exclude CMakeLists.txt files 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.0

Compare Source

1.3.0 release

This release primarily addresses a number of platform support issues.

What's New

  • Support for visionOS
  • Support for musl libc

What's Changed

  • swift-system now requires Swift 5.8
  • The Collection conformance of the SystemString has been improved. This makes it compatible with the Swift 6.0 standard library, in which Array's replaceSubrange() has become stricter about the correctness of the Collection types it handles.
  • The cmake configuration now understands more spellings for Arm64, improving compatibility with Windows compilers.
  • Adapted two syscall wrappers to support unusual nullability annotations in Android's NDK 26. The package needs this to build against recent NDKs.

New Contributors

Full Changelog: apple/swift-system@1.2.1...1.3.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 6ead9d8 to 41781a4 Compare June 26, 2024 00:16
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.3.0" Update dependency apple/swift-system to from: "1.3.1" Jun 26, 2024
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 41781a4 to 176b429 Compare July 24, 2024 00:43
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.3.1" Update dependency apple/swift-system to from: "1.3.2" Jul 24, 2024
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 176b429 to 023f719 Compare October 19, 2024 07:10
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.3.2" Update dependency apple/swift-system to from: "1.4.0" Oct 19, 2024
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 023f719 to 01689b9 Compare February 17, 2025 23:06
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.4.0" Update dependency apple/swift-system to from: "1.4.1" Feb 17, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 01689b9 to 61ece55 Compare February 19, 2025 03:35
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.4.1" Update dependency apple/swift-system to from: "1.4.2" Feb 19, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 61ece55 to a9b420f Compare May 29, 2025 01:55
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.4.2" Update dependency apple/swift-system to from: "1.5.0" May 29, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from a9b420f to 9f04422 Compare July 24, 2025 23:59
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.5.0" Update dependency apple/swift-system to from: "1.6.0" Jul 24, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 9f04422 to 7595d28 Compare July 30, 2025 06:48
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.6.0" Update dependency apple/swift-system to from: "1.6.1" Jul 30, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 7595d28 to 1df27a2 Compare August 4, 2025 03:26
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.6.1" Update dependency apple/swift-system to from: "1.6.2" Aug 4, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 1df27a2 to 7313238 Compare September 15, 2025 20:01
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.6.2" Update dependency apple/swift-system to from: "1.6.3" Sep 15, 2025
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 7313238 to 4f0d5df Compare January 14, 2026 02:35
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.6.3" Update dependency apple/swift-system to from: "1.6.4" Jan 14, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 4f0d5df to 3d8c4b3 Compare June 5, 2026 23:02
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.6.4" Update dependency apple/swift-system to from: "1.6.5" Jun 5, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 3d8c4b3 to b51a2ff Compare June 12, 2026 03:15
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.6.5" Update dependency apple/swift-system to from: "1.7.0" Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from b51a2ff to 2f4425a Compare June 12, 2026 20:10
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.7.0" Update dependency apple/swift-system to from: "1.7.1" Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 2f4425a to d44b216 Compare June 13, 2026 01:37
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.7.1" Update dependency apple/swift-system to from: "1.7.2" Jun 13, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from d44b216 to 4f306e7 Compare July 7, 2026 20:29
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.7.2" Update dependency apple/swift-system to from: "1.7.3" Jul 7, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 4f306e7 to 38d1de4 Compare July 8, 2026 02:41
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.7.3" Update dependency apple/swift-system to from: "1.7.4" Jul 8, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 38d1de4 to 43ecd21 Compare July 21, 2026 21:36
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.7.4" Update dependency apple/swift-system to from: "1.7.5" Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from 43ecd21 to f300daa Compare August 4, 2026 18:55
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.7.5" Update dependency apple/swift-system to from: "1.8.0" Aug 4, 2026
@renovate
renovate Bot force-pushed the renovate/apple-swift-system-1.x branch from f300daa to a2d2543 Compare August 14, 2026 03:43
@renovate renovate Bot changed the title Update dependency apple/swift-system to from: "1.8.0" Update dependency apple/swift-system to from: "1.8.1" Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants