Skip to content

Commit b69d5fe

Browse files
committed
Add Internal version of InlineArray with no availability limitations
1 parent f0679b3 commit b69d5fe

File tree

4 files changed

+491
-1
lines changed

4 files changed

+491
-1
lines changed

Runtimes/Core/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ add_library(swiftCore
8989
Identifiable.swift
9090
Indices.swift
9191
InlineArray.swift
92+
_InlineArray.swift
9293
InputStream.swift
9394
IntegerParsing.swift
9495
Integers.swift

stdlib/public/core/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ split_embedded_sources(
9494
EMBEDDED Identifiable.swift
9595
EMBEDDED Indices.swift
9696
EMBEDDED InlineArray.swift
97+
EMBEDDED _InlineArray.swift
9798
EMBEDDED InputStream.swift
9899
EMBEDDED IntegerParsing.swift
99100
EMBEDDED Integers.swift

stdlib/public/core/GroupInfo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@
275275
"EmbeddedRuntime.swift",
276276
"EmbeddedStubs.swift",
277277
"EmbeddedPrint.swift",
278-
"InlineArray.swift"
278+
"InlineArray.swift",
279+
"_InlineArray.swift"
279280
],
280281
"Result": [
281282
"Result.swift"

0 commit comments

Comments
 (0)