File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1010 uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111 with :
1212 linux_exclude_swift_versions : ' [{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
13+ enable_windows_checks : false
1314 windows_exclude_swift_versions : ' [{"swift_version": "5.9"}]'
1415 enable_macos_checks : true
1516 macos_exclude_xcode_versions : ' [{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
Original file line number Diff line number Diff line change 1+ @@===----------------------------------------------------------------------===@@
2+ @@
3+ @@ This source file is part of the Swift.org open source project
4+ @@
5+ @@ Copyright (c) YEARS Apple Inc. and the Swift project authors
6+ @@ Licensed under Apache License v2.0 with Runtime Library Exception
7+ @@
8+ @@ See https://swift.org/LICENSE.txt for license information
9+ @@
10+ @@===----------------------------------------------------------------------===@@
Original file line number Diff line number Diff line change 1+ .gitignore
2+ **/.gitignore
3+ .licenseignore
4+ .gitattributes
5+ .git-blame-ignore-revs
6+ .mailfilter
7+ .mailmap
8+ .spi.yml
9+ .swift-format
10+ .editorconfig
11+ .github/*
12+ .build
13+ *.yml
14+ *.yaml
15+ *.cmake
16+ *.cmake.in
17+ Package.swift
18+ **/Package.swift
19+ Package@*.swift
20+ **/Package@*.swift
21+ Package.resolved
22+ **/Package.resolved
23+ .unacceptablelanguageignore
24+ -a*/Snapshots/*
You can’t perform that action at this time.
0 commit comments