Skip to content

Commit a4c26e3

Browse files
stmontgomerybriancroomdennisweissmannejvaughangrynspan
committed
Initial commit for open source
Co-authored-by: Brian Croom <[email protected]> Co-authored-by: Dennis Weissmann <[email protected]> Co-authored-by: Ethan Vaughan <[email protected]> Co-authored-by: Jonathan Grynspan <[email protected]> Co-authored-by: Sean Olszewski <[email protected]> Co-authored-by: Stuart Montgomery <[email protected]> Co-authored-by: Suzy Schlottach Ratcliff <[email protected]>
0 parents  commit a4c26e3

File tree

145 files changed

+22756
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+22756
-0
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Bug Report
2+
description: Something isn't working as expected
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
validations:
9+
required: true
10+
- type: textarea
11+
attributes:
12+
label: Expected behavior
13+
description: What you expected to happen.
14+
validations:
15+
required: false
16+
- type: textarea
17+
attributes:
18+
label: Actual behavior
19+
description: What actually happened.
20+
validations:
21+
required: false
22+
- type: textarea
23+
attributes:
24+
label: Steps to reproduce
25+
placeholder: |
26+
1. ...
27+
2. ...
28+
validations:
29+
required: false
30+
- type: input
31+
attributes:
32+
label: swift-testing version/commit hash
33+
validations:
34+
required: false
35+
- type: textarea
36+
attributes:
37+
label: Swift & OS version (output of `swift --version ; uname -a`)
38+
validations:
39+
required: false
+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Feature Request
2+
description: A suggestion for a new feature
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
validations:
9+
required: true
10+
- type: textarea
11+
attributes:
12+
label: Expected behavior
13+
description: What you expected to happen.
14+
validations:
15+
required: false
16+
- type: textarea
17+
attributes:
18+
label: Actual behavior
19+
description: What actually happened.
20+
validations:
21+
required: false
22+
- type: textarea
23+
attributes:
24+
label: Steps to reproduce
25+
placeholder: |
26+
1. ...
27+
2. ...
28+
validations:
29+
required: false
30+
- type: input
31+
attributes:
32+
label: swift-testing version/commit hash
33+
validations:
34+
required: false
35+
- type: textarea
36+
attributes:
37+
label: Swift & OS version (output of `swift --version && uname -a`)
38+
validations:
39+
required: false

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
_[One line description of your change]_
2+
3+
### Motivation:
4+
5+
_[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_
6+
7+
### Modifications:
8+
9+
_[Describe the modifications you've done.]_
10+
11+
### Result:
12+
13+
_[After your change, what will change.]_

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.DS_Store
2+
/.build
3+
/Packages
4+
/*.xcodeproj
5+
xcuserdata/
6+
DerivedData/
7+
.swiftpm/config/registries.json
8+
.swiftpm/xcode/package.xcworkspace/
9+
.swiftpm/xcode/xcuserdata/
10+
.netrc
11+
.vs
12+
.docc-build/
13+
Package.resolved
14+
*.profraw

.swiftpm/Testing.xctestplan

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "BF6DCB8A-163C-4014-93D6-96B417187A12",
5+
"name" : "Test Scheme Action",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"codeCoverage" : false
13+
},
14+
"testTargets" : [
15+
{
16+
"target" : {
17+
"containerPath" : "container:",
18+
"identifier" : "TestingTests",
19+
"name" : "TestingTests"
20+
}
21+
},
22+
{
23+
"target" : {
24+
"containerPath" : "container:",
25+
"identifier" : "TestingMacrosTests",
26+
"name" : "TestingMacrosTests"
27+
}
28+
}
29+
],
30+
"version" : 1
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "1430"
4+
version = "1.7">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "Testing"
18+
BuildableName = "Testing"
19+
BlueprintName = "Testing"
20+
ReferencedContainer = "container:">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
<BuildActionEntry
24+
buildForTesting = "YES"
25+
buildForRunning = "YES"
26+
buildForProfiling = "YES"
27+
buildForArchiving = "YES"
28+
buildForAnalyzing = "YES">
29+
<BuildableReference
30+
BuildableIdentifier = "primary"
31+
BlueprintIdentifier = "InternalSupport"
32+
BuildableName = "InternalSupport"
33+
BlueprintName = "InternalSupport"
34+
ReferencedContainer = "container:">
35+
</BuildableReference>
36+
</BuildActionEntry>
37+
<BuildActionEntry
38+
buildForTesting = "YES"
39+
buildForRunning = "YES"
40+
buildForProfiling = "NO"
41+
buildForArchiving = "NO"
42+
buildForAnalyzing = "YES">
43+
<BuildableReference
44+
BuildableIdentifier = "primary"
45+
BlueprintIdentifier = "TestingTests"
46+
BuildableName = "TestingTests"
47+
BlueprintName = "TestingTests"
48+
ReferencedContainer = "container:">
49+
</BuildableReference>
50+
</BuildActionEntry>
51+
</BuildActionEntries>
52+
</BuildAction>
53+
<TestAction
54+
buildConfiguration = "Debug"
55+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
56+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
57+
shouldUseLaunchSchemeArgsEnv = "YES">
58+
<TestPlans>
59+
<TestPlanReference
60+
reference = "container:.swiftpm/Testing.xctestplan"
61+
default = "YES">
62+
</TestPlanReference>
63+
</TestPlans>
64+
<Testables>
65+
<TestableReference
66+
skipped = "NO">
67+
<BuildableReference
68+
BuildableIdentifier = "primary"
69+
BlueprintIdentifier = "TestingTests"
70+
BuildableName = "TestingTests"
71+
BlueprintName = "TestingTests"
72+
ReferencedContainer = "container:">
73+
</BuildableReference>
74+
</TestableReference>
75+
<TestableReference
76+
skipped = "NO">
77+
<BuildableReference
78+
BuildableIdentifier = "primary"
79+
BlueprintIdentifier = "TestingMacrosTests"
80+
BuildableName = "TestingMacrosTests"
81+
BlueprintName = "TestingMacrosTests"
82+
ReferencedContainer = "container:">
83+
</BuildableReference>
84+
</TestableReference>
85+
</Testables>
86+
</TestAction>
87+
<LaunchAction
88+
buildConfiguration = "Debug"
89+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
90+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
91+
launchStyle = "0"
92+
useCustomWorkingDirectory = "NO"
93+
ignoresPersistentStateOnLaunch = "NO"
94+
debugDocumentVersioning = "YES"
95+
debugServiceExtension = "internal"
96+
allowLocationSimulation = "YES">
97+
</LaunchAction>
98+
<ProfileAction
99+
buildConfiguration = "Release"
100+
shouldUseLaunchSchemeArgsEnv = "YES"
101+
savedToolIdentifier = ""
102+
useCustomWorkingDirectory = "NO"
103+
debugDocumentVersioning = "YES">
104+
<MacroExpansion>
105+
<BuildableReference
106+
BuildableIdentifier = "primary"
107+
BlueprintIdentifier = "Testing"
108+
BuildableName = "Testing"
109+
BlueprintName = "Testing"
110+
ReferencedContainer = "container:">
111+
</BuildableReference>
112+
</MacroExpansion>
113+
</ProfileAction>
114+
<AnalyzeAction
115+
buildConfiguration = "Debug">
116+
</AnalyzeAction>
117+
<ArchiveAction
118+
buildConfiguration = "Release"
119+
revealArchiveInOrganizer = "YES">
120+
</ArchiveAction>
121+
<InstallAction
122+
buildConfiguration = "Release">
123+
</InstallAction>
124+
</Scheme>

CODEOWNERS

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# This source file is part of the Swift.org open source project
3+
#
4+
# Copyright (c) 2023 Apple Inc. and the Swift project authors
5+
# Licensed under Apache License v2.0 with Runtime Library Exception
6+
#
7+
# See https://swift.org/LICENSE.txt for license information
8+
# See https://swift.org/CONTRIBUTORS.txt for Swift project authors
9+
#
10+
11+
* @stmontgomery @grynspan @dennisweissmann @briancroom @SeanROlszewski @suzannaratcliff

CODE_OF_CONDUCT.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code of Conduct
2+
3+
The code of conduct for this project can be found at https://swift.org/code-of-conduct.
4+
5+
<!-- Copyright (c) 2023 Apple Inc and the Swift Project authors. All Rights Reserved. -->

0 commit comments

Comments
 (0)