Skip to content

Commit 230667c

Browse files
authored
Merge branch 'main' into update-community-sponsors
2 parents 61210e0 + 8115250 commit 230667c

File tree

5 files changed

+50
-16
lines changed

5 files changed

+50
-16
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,10 @@ build:
3333
run:
3434
swift run
3535

36-
# sas 2024-09-07: temporarily disable TSAN, it's triggering on Linux again (not on macOS).
37-
# Probably related to the Swift 6 nightly image we're currently using.
3836
test: xcbeautify
3937
set -o pipefail \
40-
&& swift test --disable-automatic-resolution \
38+
&& swift test --disable-automatic-resolution --sanitize=thread \
4139
2>&1 | ./xcbeautify --renderer github-actions
42-
#test: xcbeautify
43-
# set -o pipefail \
44-
# && swift test --disable-automatic-resolution --sanitize=thread \
45-
# 2>&1 | ./xcbeautify --renderer github-actions
4640

4741
test-query-performance: xcbeautify
4842
set -o pipefail \

Package.resolved

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/ChartData/rfs6-errors.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
"toolchainId" : "com.apple.dt.Xcode",
6464
"toolchainLabel" : "Swift 6.0 Xcode 16.0 RC (16A242)",
6565
"value" : 57164
66+
},
67+
{
68+
"date" : "2024-10-15",
69+
"toolchainId" : "com.apple.dt.Xcode",
70+
"toolchainLabel" : "Swift 6.0 Xcode 16.0 (16A242d)",
71+
"value" : 78080
6672
}
6773
]
6874
},
@@ -130,6 +136,12 @@
130136
"toolchainId" : "com.apple.dt.Xcode",
131137
"toolchainLabel" : "Swift 6.0 Xcode 16.0 RC (16A242)",
132138
"value" : 1502
139+
},
140+
{
141+
"date" : "2024-10-15",
142+
"toolchainId" : "com.apple.dt.Xcode",
143+
"toolchainLabel" : "Swift 6.0 Xcode 16.0 (16A242d)",
144+
"value" : 1443
133145
}
134146
]
135147
},
@@ -197,6 +209,12 @@
197209
"toolchainId" : "com.apple.dt.Xcode",
198210
"toolchainLabel" : "Swift 6.0 Xcode 16.0 RC (16A242)",
199211
"value" : 452
212+
},
213+
{
214+
"date" : "2024-10-15",
215+
"toolchainId" : "com.apple.dt.Xcode",
216+
"toolchainLabel" : "Swift 6.0 Xcode 16.0 (16A242d)",
217+
"value" : 396
200218
}
201219
]
202220
}

Resources/ChartData/rfs6-events.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,9 @@
2626
{
2727
"date": "2024-09-09",
2828
"value": "Xcode 16 RC released"
29+
},
30+
{
31+
"date": "2024-09-16",
32+
"value": "Xcode 16 released"
2933
}
3034
]

Resources/ChartData/rfs6-packages.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
"toolchainId" : "com.apple.dt.Xcode",
6464
"toolchainLabel" : "Swift 6.0 Xcode 16.0 RC (16A242)",
6565
"value" : 1556
66+
},
67+
{
68+
"date" : "2024-10-15",
69+
"toolchainId" : "com.apple.dt.Xcode",
70+
"toolchainLabel" : "Swift 6.0 Xcode 16.0 (16A242d)",
71+
"value" : 1596
6672
}
6773
]
6874
},
@@ -130,6 +136,12 @@
130136
"toolchainId" : "com.apple.dt.Xcode",
131137
"toolchainLabel" : "Swift 6.0 Xcode 16.0 RC (16A242)",
132138
"value" : 22
139+
},
140+
{
141+
"date" : "2024-10-15",
142+
"toolchainId" : "com.apple.dt.Xcode",
143+
"toolchainLabel" : "Swift 6.0 Xcode 16.0 (16A242d)",
144+
"value" : 23
133145
}
134146
]
135147
},
@@ -197,6 +209,12 @@
197209
"toolchainId" : "com.apple.dt.Xcode",
198210
"toolchainLabel" : "Swift 6.0 Xcode 16.0 RC (16A242)",
199211
"value" : 10
212+
},
213+
{
214+
"date" : "2024-10-15",
215+
"toolchainId" : "com.apple.dt.Xcode",
216+
"toolchainLabel" : "Swift 6.0 Xcode 16.0 (16A242d)",
217+
"value" : 11
200218
}
201219
]
202220
}

0 commit comments

Comments
 (0)