Skip to content

Commit 8dd81ae

Browse files
committed
Update exclusion lists in package manifests
1 parent 8b703fe commit 8dd81ae

File tree

4 files changed

+24
-28
lines changed

4 files changed

+24
-28
lines changed

Package.swift

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,12 @@ let package = Package(
4444
dependencies: ["_AtomicsShims"],
4545
exclude: [
4646
"CMakeLists.txt",
47-
"AtomicBool.swift.gyb",
48-
"AtomicLazyReference.swift.gyb",
49-
"HighLevelTypes.swift.gyb",
50-
"IntegerConformances.swift.gyb",
51-
"PointerConformances.swift.gyb",
52-
"Primitives.native.swift.gyb",
53-
"Primitives.shims.swift.gyb",
47+
"Conformances/AtomicBool.swift.gyb",
48+
"Conformances/IntegerConformances.swift.gyb",
49+
"Conformances/PointerConformances.swift.gyb",
50+
"Primitives/Primitives.native.swift.gyb",
51+
"Primitives/Primitives.shims.swift.gyb",
52+
"Types/IntegerOperations.swift.gyb",
5453
],
5554
cSettings: _cSettings,
5655
swiftSettings: _swiftSettings

[email protected]

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ let package = Package(
3838
dependencies: ["_AtomicsShims"],
3939
exclude: [
4040
"CMakeLists.txt",
41-
"AtomicBool.swift.gyb",
42-
"AtomicLazyReference.swift.gyb",
43-
"HighLevelTypes.swift.gyb",
44-
"IntegerConformances.swift.gyb",
45-
"PointerConformances.swift.gyb",
46-
"Primitives.native.swift.gyb",
47-
"Primitives.shims.swift.gyb",
41+
"Conformances/AtomicBool.swift.gyb",
42+
"Conformances/IntegerConformances.swift.gyb",
43+
"Conformances/PointerConformances.swift.gyb",
44+
"Primitives/Primitives.native.swift.gyb",
45+
"Primitives/Primitives.shims.swift.gyb",
46+
"Types/IntegerOperations.swift.gyb",
4847
],
4948
cSettings: _cSettings,
5049
swiftSettings: _swiftSettings

[email protected]

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ let package = Package(
3838
dependencies: ["_AtomicsShims"],
3939
exclude: [
4040
"CMakeLists.txt",
41-
"AtomicBool.swift.gyb",
42-
"AtomicLazyReference.swift.gyb",
43-
"HighLevelTypes.swift.gyb",
44-
"IntegerConformances.swift.gyb",
45-
"PointerConformances.swift.gyb",
46-
"Primitives.native.swift.gyb",
47-
"Primitives.shims.swift.gyb",
41+
"Conformances/AtomicBool.swift.gyb",
42+
"Conformances/IntegerConformances.swift.gyb",
43+
"Conformances/PointerConformances.swift.gyb",
44+
"Primitives/Primitives.native.swift.gyb",
45+
"Primitives/Primitives.shims.swift.gyb",
46+
"Types/IntegerOperations.swift.gyb",
4847
],
4948
cSettings: _cSettings,
5049
swiftSettings: _swiftSettings

[email protected]

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ let package = Package(
3838
dependencies: ["_AtomicsShims"],
3939
exclude: [
4040
"CMakeLists.txt",
41-
"AtomicBool.swift.gyb",
42-
"AtomicLazyReference.swift.gyb",
43-
"HighLevelTypes.swift.gyb",
44-
"IntegerConformances.swift.gyb",
45-
"PointerConformances.swift.gyb",
46-
"Primitives.native.swift.gyb",
47-
"Primitives.shims.swift.gyb",
41+
"Conformances/AtomicBool.swift.gyb",
42+
"Conformances/IntegerConformances.swift.gyb",
43+
"Conformances/PointerConformances.swift.gyb",
44+
"Primitives/Primitives.native.swift.gyb",
45+
"Primitives/Primitives.shims.swift.gyb",
46+
"Types/IntegerOperations.swift.gyb",
4847
],
4948
cSettings: _cSettings,
5049
swiftSettings: _swiftSettings

0 commit comments

Comments
 (0)