Skip to content

Commit 349d2cf

Browse files
committed
build file changes
1 parent f6cb9da commit 349d2cf

File tree

2 files changed

+35
-25
lines changed

2 files changed

+35
-25
lines changed

Foundation.xcodeproj/project.pbxproj

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// !$*UTF8*$!
1+
// !$*UTF8*$!
22
{
33
archiveVersion = 1;
44
classes = {
@@ -41,7 +41,6 @@
4141
5B13B3351C582D4C00651CE2 /* TestNSKeyedUnarchiver.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A597EF1C33A9E500295652 /* TestNSKeyedUnarchiver.swift */; };
4242
5B13B3361C582D4C00651CE2 /* TestNSLocale.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61A395F91C2484490029B337 /* TestNSLocale.swift */; };
4343
5B13B3371C582D4C00651CE2 /* TestNotificationCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61F8AE7C1C180FC600FB62F0 /* TestNotificationCenter.swift */; };
44-
5B13B3381C582D4C00651CE2 /* TestNotificationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EF673AB1C28B527006212A3 /* TestNotificationQueue.swift */; };
4544
5B13B3391C582D4C00651CE2 /* TestNSNull.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6F17921C48631C00935030 /* TestNSNull.swift */; };
4645
5B13B33A1C582D4C00651CE2 /* TestNSNumber.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA66F63F1BF1619600136161 /* TestNSNumber.swift */; };
4746
5B13B33B1C582D4C00651CE2 /* TestNumberFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B6F17931C48631C00935030 /* TestNumberFormatter.swift */; };
@@ -303,11 +302,13 @@
303302
5BF7AEC01BCD51F9008F214A /* NSUUID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BDC3F4B1BCC5DCB00ED97BB /* NSUUID.swift */; };
304303
5BF7AEC11BCD51F9008F214A /* NSValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BDC3F4C1BCC5DCB00ED97BB /* NSValue.swift */; };
305304
5FE52C951D147D1C00F7D270 /* TestNSTextCheckingResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FE52C941D147D1C00F7D270 /* TestNSTextCheckingResult.swift */; };
305+
61445AE51F67A73100F8C143 /* TestNotificationQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61445AE41F67A73100F8C143 /* TestNotificationQueue.swift */; };
306306
61E0117D1C1B5590000037DD /* RunLoop.swift in Sources */ = {isa = PBXBuildFile; fileRef = EADE0B761BD15DFF00C49C64 /* RunLoop.swift */; };
307307
61E0117E1C1B55B9000037DD /* Timer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BDC3F481BCC5DCB00ED97BB /* Timer.swift */; };
308308
61E0117F1C1B5990000037DD /* CFRunLoop.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B5D88D81BBC9AD800234F36 /* CFRunLoop.c */; };
309309
61E011811C1B5998000037DD /* CFMessagePort.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B5D88DC1BBC9AEC00234F36 /* CFMessagePort.c */; };
310310
61E011821C1B599A000037DD /* CFMachPort.c in Sources */ = {isa = PBXBuildFile; fileRef = 5B5D88D01BBC9AAC00234F36 /* CFMachPort.c */; };
311+
61EE04551F208805002051A2 /* NativeProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61EE04541F208805002051A2 /* NativeProtocol.swift */; };
311312
63DCE9D21EAA430100E9CB02 /* ISO8601DateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63DCE9D11EAA430100E9CB02 /* ISO8601DateFormatter.swift */; };
312313
63DCE9D41EAA432400E9CB02 /* TestISO8601DateFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 63DCE9D31EAA432400E9CB02 /* TestISO8601DateFormatter.swift */; };
313314
684C79011F62B611005BD73E /* TestNSNumberBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684C79001F62B611005BD73E /* TestNSNumberBridging.swift */; };
@@ -327,12 +328,11 @@
327328
B933A79E1F3055F700FE6846 /* NSString-UTF32-BE-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = B933A79C1F3055F600FE6846 /* NSString-UTF32-BE-data.txt */; };
328329
B933A79F1F3055F700FE6846 /* NSString-UTF32-LE-data.txt in Resources */ = {isa = PBXBuildFile; fileRef = B933A79D1F3055F600FE6846 /* NSString-UTF32-LE-data.txt */; };
329330
B951B5EC1F4E2A2000D8B332 /* TestNSLock.swift in Sources */ = {isa = PBXBuildFile; fileRef = B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */; };
330-
B9974B961EDF4A22007F15B8 /* TransferState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B8F1EDF4A22007F15B8 /* TransferState.swift */; };
331331
B9974B971EDF4A22007F15B8 /* MultiHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B901EDF4A22007F15B8 /* MultiHandle.swift */; };
332332
B9974B981EDF4A22007F15B8 /* libcurlHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */; };
333333
B9974B991EDF4A22007F15B8 /* HTTPURLProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */; };
334334
B9974B9A1EDF4A22007F15B8 /* HTTPMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */; };
335-
B9974B9B1EDF4A22007F15B8 /* HTTPBodySource.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */; };
335+
B9974B9B1EDF4A22007F15B8 /* BodySource.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B941EDF4A22007F15B8 /* BodySource.swift */; };
336336
B9974B9C1EDF4A22007F15B8 /* EasyHandle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9974B951EDF4A22007F15B8 /* EasyHandle.swift */; };
337337
BD8042161E09857800487EB8 /* TestLengthFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8042151E09857800487EB8 /* TestLengthFormatter.swift */; };
338338
BDBB65901E256BFA001A7286 /* TestEnergyFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDBB658F1E256BFA001A7286 /* TestEnergyFormatter.swift */; };
@@ -763,11 +763,12 @@
763763
5BF7AEC21BCD568D008F214A /* ForSwiftFoundationOnly.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ForSwiftFoundationOnly.h; sourceTree = "<group>"; };
764764
5E5835F31C20C9B500C81317 /* TestThread.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestThread.swift; sourceTree = "<group>"; };
765765
5EB6A15C1C188FC40037DCB8 /* TestJSONSerialization.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestJSONSerialization.swift; sourceTree = "<group>"; };
766-
5EF673AB1C28B527006212A3 /* TestNotificationQueue.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNotificationQueue.swift; sourceTree = "<group>"; };
767766
5FE52C941D147D1C00F7D270 /* TestNSTextCheckingResult.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSTextCheckingResult.swift; sourceTree = "<group>"; };
767+
61445AE41F67A73100F8C143 /* TestNotificationQueue.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestNotificationQueue.swift; sourceTree = "<group>"; };
768768
61A395F91C2484490029B337 /* TestNSLocale.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNSLocale.swift; sourceTree = "<group>"; };
769769
61D6C9EE1C1DFE9500DEF583 /* TestTimer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestTimer.swift; sourceTree = "<group>"; };
770770
61E0117B1C1B554D000037DD /* TestRunLoop.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestRunLoop.swift; sourceTree = "<group>"; };
771+
61EE04541F208805002051A2 /* NativeProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NativeProtocol.swift; sourceTree = "<group>"; };
771772
61F8AE7C1C180FC600FB62F0 /* TestNotificationCenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestNotificationCenter.swift; sourceTree = "<group>"; };
772773
63DCE9D11EAA430100E9CB02 /* ISO8601DateFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ISO8601DateFormatter.swift; sourceTree = "<group>"; };
773774
63DCE9D31EAA432400E9CB02 /* TestISO8601DateFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestISO8601DateFormatter.swift; sourceTree = "<group>"; };
@@ -797,13 +798,12 @@
797798
B933A79C1F3055F600FE6846 /* NSString-UTF32-BE-data.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "NSString-UTF32-BE-data.txt"; sourceTree = "<group>"; };
798799
B933A79D1F3055F600FE6846 /* NSString-UTF32-LE-data.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "NSString-UTF32-LE-data.txt"; sourceTree = "<group>"; };
799800
B951B5EB1F4E2A2000D8B332 /* TestNSLock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestNSLock.swift; sourceTree = "<group>"; };
800-
B9974B8F1EDF4A22007F15B8 /* TransferState.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TransferState.swift; path = http/TransferState.swift; sourceTree = "<group>"; };
801-
B9974B901EDF4A22007F15B8 /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MultiHandle.swift; path = http/MultiHandle.swift; sourceTree = "<group>"; };
802-
B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = libcurlHelpers.swift; path = http/libcurlHelpers.swift; sourceTree = "<group>"; };
801+
B9974B901EDF4A22007F15B8 /* MultiHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiHandle.swift; sourceTree = "<group>"; };
802+
B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = libcurlHelpers.swift; sourceTree = "<group>"; };
803803
B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPURLProtocol.swift; path = http/HTTPURLProtocol.swift; sourceTree = "<group>"; };
804804
B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPMessage.swift; path = http/HTTPMessage.swift; sourceTree = "<group>"; };
805-
B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = HTTPBodySource.swift; path = http/HTTPBodySource.swift; sourceTree = "<group>"; };
806-
B9974B951EDF4A22007F15B8 /* EasyHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = EasyHandle.swift; path = http/EasyHandle.swift; sourceTree = "<group>"; };
805+
B9974B941EDF4A22007F15B8 /* BodySource.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BodySource.swift; sourceTree = "<group>"; };
806+
B9974B951EDF4A22007F15B8 /* EasyHandle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EasyHandle.swift; sourceTree = "<group>"; };
807807
BD8042151E09857800487EB8 /* TestLengthFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestLengthFormatter.swift; sourceTree = "<group>"; };
808808
BDBB658F1E256BFA001A7286 /* TestEnergyFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestEnergyFormatter.swift; sourceTree = "<group>"; };
809809
BDFDF0A61DFF5B3E00C04CC5 /* TestPersonNameComponents.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestPersonNameComponents.swift; sourceTree = "<group>"; };
@@ -993,13 +993,17 @@
993993
5B1FD9C71D6D162D0080E83C /* Session */ = {
994994
isa = PBXGroup;
995995
children = (
996+
617F57F11F1F5C5F0004F3F0 /* ftp */,
997+
617F57F01F1F5C4B0004F3F0 /* libcurl */,
996998
E4F889331E9CF04D008A70EB /* http */,
997999
5B1FD9C81D6D16580080E83C /* Configuration.swift */,
9981000
5B1FD9CE1D6D16580080E83C /* URLSession.swift */,
9991001
5B1FD9CF1D6D16580080E83C /* URLSessionConfiguration.swift */,
10001002
5B1FD9D01D6D16580080E83C /* URLSessionDelegate.swift */,
10011003
5B1FD9D11D6D16580080E83C /* URLSessionTask.swift */,
10021004
5B1FD9D21D6D16580080E83C /* TaskRegistry.swift */,
1005+
61EE04541F208805002051A2 /* NativeProtocol.swift */,
1006+
B9974B941EDF4A22007F15B8 /* BodySource.swift */,
10031007
);
10041008
name = Session;
10051009
path = URLSession;
@@ -1352,6 +1356,16 @@
13521356
path = Foundation;
13531357
sourceTree = "<group>";
13541358
};
1359+
617F57F01F1F5C4B0004F3F0 /* libcurl */ = {
1360+
isa = PBXGroup;
1361+
children = (
1362+
B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */,
1363+
B9974B951EDF4A22007F15B8 /* EasyHandle.swift */,
1364+
B9974B901EDF4A22007F15B8 /* MultiHandle.swift */,
1365+
);
1366+
path = libcurl;
1367+
sourceTree = "<group>";
1368+
};
13551369
9F4ADBCF1ECD4F56001F0B3D /* xdgTestHelper */ = {
13561370
isa = PBXGroup;
13571371
children = (
@@ -1366,12 +1380,7 @@
13661380
isa = PBXGroup;
13671381
children = (
13681382
B9974B921EDF4A22007F15B8 /* HTTPURLProtocol.swift */,
1369-
B9974B8F1EDF4A22007F15B8 /* TransferState.swift */,
1370-
B9974B901EDF4A22007F15B8 /* MultiHandle.swift */,
1371-
B9974B911EDF4A22007F15B8 /* libcurlHelpers.swift */,
13721383
B9974B931EDF4A22007F15B8 /* HTTPMessage.swift */,
1373-
B9974B941EDF4A22007F15B8 /* HTTPBodySource.swift */,
1374-
B9974B951EDF4A22007F15B8 /* EasyHandle.swift */,
13751384
);
13761385
name = http;
13771386
sourceTree = "<group>";
@@ -1463,7 +1472,6 @@
14631472
D3A597EF1C33A9E500295652 /* TestNSKeyedUnarchiver.swift */,
14641473
61A395F91C2484490029B337 /* TestNSLocale.swift */,
14651474
61F8AE7C1C180FC600FB62F0 /* TestNotificationCenter.swift */,
1466-
5EF673AB1C28B527006212A3 /* TestNotificationQueue.swift */,
14671475
5B6F17921C48631C00935030 /* TestNSNull.swift */,
14681476
EA66F63F1BF1619600136161 /* TestNSNumber.swift */,
14691477
684C79001F62B611005BD73E /* TestNSNumberBridging.swift */,
@@ -1506,6 +1514,7 @@
15061514
5B6F17961C48631C00935030 /* TestUtils.swift */,
15071515
03B6F5831F15F339004F25AF /* TestURLProtocol.swift */,
15081516
3E55A2321F52463B00082000 /* TestUnit.swift */,
1517+
61445AE41F67A73100F8C143 /* TestNotificationQueue.swift */,
15091518
);
15101519
name = Tests;
15111520
sourceTree = "<group>";
@@ -2215,7 +2224,6 @@
22152224
EADE0BB31BD15E0000C49C64 /* NSRegularExpression.swift in Sources */,
22162225
EADE0BA41BD15E0000C49C64 /* LengthFormatter.swift in Sources */,
22172226
5BDC3FCA1BCF176100ED97BB /* NSCFArray.swift in Sources */,
2218-
B9974B961EDF4A22007F15B8 /* TransferState.swift in Sources */,
22192227
EADE0BB21BD15E0000C49C64 /* Progress.swift in Sources */,
22202228
EADE0B961BD15DFF00C49C64 /* DateIntervalFormatter.swift in Sources */,
22212229
5B5BFEAC1E6CC0C200AC8D9E /* NSCFBoolean.swift in Sources */,
@@ -2225,7 +2233,7 @@
22252233
EADE0BB81BD15E0000C49C64 /* Process.swift in Sources */,
22262234
5BF7AEB31BCD51F9008F214A /* NSObjCRuntime.swift in Sources */,
22272235
5BD31D3F1D5D19D600563814 /* Dictionary.swift in Sources */,
2228-
B9974B9B1EDF4A22007F15B8 /* HTTPBodySource.swift in Sources */,
2236+
B9974B9B1EDF4A22007F15B8 /* BodySource.swift in Sources */,
22292237
5B94E8821C430DE70055C035 /* NSStringAPI.swift in Sources */,
22302238
5B0163BB1D024EB7003CCD96 /* DateComponents.swift in Sources */,
22312239
5BF7AEAB1BCD51F9008F214A /* NSDictionary.swift in Sources */,
@@ -2260,6 +2268,7 @@
22602268
EADE0BA61BD15E0000C49C64 /* MassFormatter.swift in Sources */,
22612269
5BECBA3A1D1CAE9A00B39B1F /* NSMeasurement.swift in Sources */,
22622270
5BF7AEB21BCD51F9008F214A /* NSNumber.swift in Sources */,
2271+
61EE04551F208805002051A2 /* NativeProtocol.swift in Sources */,
22632272
B9974B991EDF4A22007F15B8 /* HTTPURLProtocol.swift in Sources */,
22642273
5BCD03821D3EE35C00E3FF9B /* TimeZone.swift in Sources */,
22652274
EADE0BBC1BD15E0000C49C64 /* URLCache.swift in Sources */,
@@ -2377,14 +2386,14 @@
23772386
isa = PBXSourcesBuildPhase;
23782387
buildActionMask = 2147483647;
23792388
files = (
2389+
61445AE51F67A73100F8C143 /* TestNotificationQueue.swift in Sources */,
23802390
159884921DCC877700E3314C /* TestHTTPCookieStorage.swift in Sources */,
23812391
5FE52C951D147D1C00F7D270 /* TestNSTextCheckingResult.swift in Sources */,
23822392
5B13B3451C582D4C00651CE2 /* TestNSString.swift in Sources */,
23832393
1520469B1D8AEABE00D02E36 /* HTTPServer.swift in Sources */,
23842394
B90C57BC1EEEEA5A005208AE /* TestThread.swift in Sources */,
23852395
B90C57BB1EEEEA5A005208AE /* TestFileManager.swift in Sources */,
23862396
A058C2021E529CF100B07AA1 /* TestMassFormatter.swift in Sources */,
2387-
5B13B3381C582D4C00651CE2 /* TestNotificationQueue.swift in Sources */,
23882397
CC5249C01D341D23007CB54D /* TestUnitConverter.swift in Sources */,
23892398
5B13B3331C582D4C00651CE2 /* TestJSONSerialization.swift in Sources */,
23902399
5B13B33C1C582D4C00651CE2 /* TestNSOrderedSet.swift in Sources */,
@@ -2992,3 +3001,4 @@
29923001
};
29933002
rootObject = 5B5D88541BBC938800234F36 /* Project object */;
29943003
}
3004+

build.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,18 +424,18 @@
424424
'Foundation/NSURLRequest.swift',
425425
'Foundation/URLResponse.swift',
426426
'Foundation/URLSession/Configuration.swift',
427-
'Foundation/URLSession/http/EasyHandle.swift',
428-
'Foundation/URLSession/http/HTTPBodySource.swift',
427+
'Foundation/URLSession/libcurl/EasyHandle.swift',
428+
'Foundation/URLSession/libcurl/MultiHandle.swift',
429+
'Foundation/URLSession/libcurl/libcurlHelpers.swift',
430+
'Foundation/URLSession/BodySource.swift',
431+
'Foundation/URLSession/NativeProtocol.swift',
429432
'Foundation/URLSession/http/HTTPMessage.swift',
430-
'Foundation/URLSession/http/MultiHandle.swift',
431433
'Foundation/URLSession/URLSession.swift',
432434
'Foundation/URLSession/URLSessionConfiguration.swift',
433435
'Foundation/URLSession/URLSessionDelegate.swift',
434436
'Foundation/URLSession/URLSessionTask.swift',
435437
'Foundation/URLSession/TaskRegistry.swift',
436-
'Foundation/URLSession/http/TransferState.swift',
437-
'Foundation/URLSession/http/libcurlHelpers.swift',
438-
'Foundation/URLSession/http/HTTPURLProtocol.swift',
438+
'Foundation/URLSession/http/HTTPURLProtocol.swift',
439439
'Foundation/UserDefaults.swift',
440440
'Foundation/NSUUID.swift',
441441
'Foundation/NSValue.swift',

0 commit comments

Comments
 (0)