File tree Expand file tree Collapse file tree 7 files changed +69
-4
lines changed
CommandLineTool/CommandLineTool
CommandLineToolPackage/Sources/CommandLineToolPackage Expand file tree Collapse file tree 7 files changed +69
-4
lines changed Original file line number Diff line number Diff line change 14
14
soundness :
15
15
name : Soundness
16
16
uses : swiftlang/github-workflows/.github/workflows/soundness.yml@main
17
+ with :
18
+ license_header_check_project_name : " Swift"
Original file line number Diff line number Diff line change
1
+ @@===----------------------------------------------------------------------===@@
2
+ @@
3
+ @@ This source file is part of the Swift 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 http://swift.org/LICENSE.txt for license information
9
+ @@ See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ @@
11
+ @@===----------------------------------------------------------------------===@@
Original file line number Diff line number Diff line change
1
+ **/*.mlmodel
2
+ **/*.pbxproj
3
+ **/*.png
4
+ **/*.strings
5
+ **/*.xcbuildrules
6
+ **/*.xcspec
7
+ **/*.xcworkspacedata
8
+ **/Package.swift
9
+ .dir-locals.el
10
+ .editorconfig
11
+ CODEOWNERS
12
+ Package.swift
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
1
2
//
2
- // ProductTypesTests.swift
3
- // SWBCoreTests
3
+ // This source file is part of the Swift open source project
4
4
//
5
- // Copyright © 2024 Apple Inc. All rights reserved.
5
+ // Copyright (c) 2025 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
6
7
//
8
+ // See http://swift.org/LICENSE.txt for license information
9
+ // See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ //===----------------------------------------------------------------------===//
7
12
8
13
import Testing
9
14
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift open source project
4
+ //
5
+ // Copyright (c) 2025 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
7
+ //
8
+ // See http://swift.org/LICENSE.txt for license information
9
+ // See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ //===----------------------------------------------------------------------===//
12
+
1
13
int main () {
2
14
return 0 ;
3
15
}
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the Swift open source project
4
+ //
5
+ // Copyright (c) 2025 Apple Inc. and the Swift project authors
6
+ // Licensed under Apache License v2.0 with Runtime Library Exception
7
+ //
8
+ // See http://swift.org/LICENSE.txt for license information
9
+ // See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ //
11
+ //===----------------------------------------------------------------------===//
12
+
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env bash
1
+ #! /bin/bash
2
+ # #===----------------------------------------------------------------------===##
3
+ # #
4
+ # # This source file is part of the Swift open source project
5
+ # #
6
+ # # Copyright (c) 2025 Apple Inc. and the Swift project authors
7
+ # # Licensed under Apache License v2.0 with Runtime Library Exception
8
+ # #
9
+ # # See http://swift.org/LICENSE.txt for license information
10
+ # # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
11
+ # #
12
+ # #===----------------------------------------------------------------------===##
2
13
3
14
set -euo pipefail
4
15
You can’t perform that action at this time.
0 commit comments