Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
swift-image:
- name: swiftlang/swift:nightly-main-jammy
- name: swiftlang/swift:nightly-6.2-jammy
config:
- mode: "debug"
- mode: "release"
Expand Down
6 changes: 3 additions & 3 deletions Benchmarks/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Benchmarks/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
.default(enabledTraits: ["IDNA_SUPPORT", "NIO_BYTE_BUFFER_SUPPORT"]),
],
dependencies: [
.package(url: "https://github.com/mahdibm/swift-idna.git", from: "1.0.0-beta.7"),
.package(url: "https://github.com/mahdibm/swift-idna.git", from: "1.0.0-beta.14"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.82.0"),
],
targets: [
Expand Down Expand Up @@ -88,13 +88,13 @@ var settings: [SwiftSetting] {
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("StrictMemorySafety"),
.enableExperimentalFeature(
"AvailabilityMacro=endpointApplePlatforms 26:macOS 26, iOS 26, tvOS 26, watchOS 26, visionOS 26"
"AvailabilityMacro=swiftEndpointApplePlatforms 26:macOS 26, iOS 26, tvOS 26, watchOS 26, visionOS 26"
),
.enableExperimentalFeature(
"AvailabilityMacro=endpointApplePlatforms 15:macOS 15, iOS 18, tvOS 18, watchOS 11, visionOS 2"
"AvailabilityMacro=swiftEndpointApplePlatforms 15:macOS 15, iOS 18, tvOS 18, watchOS 11, visionOS 2"
),
.enableExperimentalFeature(
"AvailabilityMacro=endpointApplePlatforms 13:macOS 13, iOS 16, tvOS 16, watchOS 9"
"AvailabilityMacro=swiftEndpointApplePlatforms 13:macOS 13, iOS 16, tvOS 16, watchOS 9"
),
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 40009727,
"min": 30000000
"max": 30000000,
"min": 20004863
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"mallocCountTotal": 3
"mallocCountTotal": 2
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 30015487,
"min": 30000000
"max": 30000000,
"min": 20000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 140115967,
"max": 140000000,
"min": 110034943
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 200015871,
"min": 180000000
"max": 240000000,
"min": 210000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 250000000,
"max": 240123903,
"min": 240000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 150000000,
"min": 120000000
"max": 180092927,
"min": 160000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 120061951,
"min": 100007935
"max": 160000000,
"min": 140000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 200015871,
"max": 200000000,
"min": 190000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 190000000,
"max": 180092927,
"min": 180000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 190000000,
"max": 200000000,
"min": 180000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 2000000000,
"max": 1640000000,
"min": 1530000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 210000000,
"max": 180092927,
"min": 180000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 140115967,
"max": 140000000,
"min": 110034943
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 140115967,
"max": 120061951,
"min": 110034943
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 150077439,
"min": 140000000
"max": 160038911,
"min": 150000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 150077439,
"min": 140000000
"max": 160038911,
"min": 150000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 150000000,
"min": 140000000
"max": 160038911,
"min": 150000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 100007935,
"max": 110000000,
"min": 100000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 140115967,
"min": 140000000
"max": 180000000,
"min": 160000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 160038911,
"min": 150000000
"max": 170000383,
"min": 160000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 150000000,
"min": 130000000
"max": 170000383,
"min": 150077439
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 160000000,
"min": 140115967
"max": 170000000,
"min": 150077439
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 220069887,
"max": 220000000,
"min": 210000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 940000000,
"min": 810000000
"max": 860000000,
"min": 800000000
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"cpuUser": {
"max": 200000000,
"min": 180000000
"max": 200015871,
"min": 200000000
}
}
6 changes: 3 additions & 3 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
.default(enabledTraits: ["IDNA_SUPPORT", "NIO_BYTE_BUFFER_SUPPORT"]),
],
dependencies: [
.package(url: "https://github.com/swift-dns/swift-idna.git", from: "1.0.0-beta.7"),
.package(url: "https://github.com/swift-dns/swift-idna.git", from: "1.0.0-beta.14"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.82.0"),
],
targets: [
Expand Down Expand Up @@ -86,13 +86,13 @@ var settings: [SwiftSetting] {
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("StrictMemorySafety"),
.enableExperimentalFeature(
"AvailabilityMacro=endpointApplePlatforms 26:macOS 26, iOS 26, tvOS 26, watchOS 26, visionOS 26"
"AvailabilityMacro=swiftEndpointApplePlatforms 26:macOS 26, iOS 26, tvOS 26, watchOS 26, visionOS 26"
),
.enableExperimentalFeature(
"AvailabilityMacro=endpointApplePlatforms 15:macOS 15, iOS 18, tvOS 18, watchOS 11, visionOS 2"
"AvailabilityMacro=swiftEndpointApplePlatforms 15:macOS 15, iOS 18, tvOS 18, watchOS 11, visionOS 2"
),
.enableExperimentalFeature(
"AvailabilityMacro=endpointApplePlatforms 13:macOS 13, iOS 16, tvOS 16, watchOS 9"
"AvailabilityMacro=swiftEndpointApplePlatforms 13:macOS 13, iOS 16, tvOS 16, watchOS 9"
),
]
}
Loading
Loading