Skip to content

Commit f93e251

Browse files
committed
WIP
1 parent fcfc766 commit f93e251

29 files changed

+77
-3032
lines changed

Tests/Tests.xcodeproj/project.pbxproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,8 @@
567567
SDKROOT = auto;
568568
SKIP_INSTALL = YES;
569569
STRING_CATALOG_GENERATE_SYMBOLS = YES;
570-
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
570+
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator";
571+
SUPPORTS_MACCATALYST = YES;
571572
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
572573
SWIFT_APPROACHABLE_CONCURRENCY = YES;
573574
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -576,7 +577,7 @@
576577
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
577578
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
578579
SWIFT_VERSION = 5.0;
579-
TARGETED_DEVICE_FAMILY = "1,2,7";
580+
TARGETED_DEVICE_FAMILY = "1,2,3,4,7";
580581
VERSIONING_SYSTEM = "apple-generic";
581582
VERSION_INFO_PREFIX = "";
582583
XROS_DEPLOYMENT_TARGET = 26.0;
@@ -636,15 +637,16 @@
636637
SDKROOT = auto;
637638
SKIP_INSTALL = YES;
638639
STRING_CATALOG_GENERATE_SYMBOLS = YES;
639-
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator macosx xros xrsimulator";
640+
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator xros xrsimulator";
641+
SUPPORTS_MACCATALYST = YES;
640642
SWIFT_APPROACHABLE_CONCURRENCY = YES;
641643
SWIFT_COMPILATION_MODE = wholemodule;
642644
SWIFT_EMIT_LOC_STRINGS = YES;
643645
SWIFT_INSTALL_MODULE = YES;
644646
SWIFT_INSTALL_OBJC_HEADER = NO;
645647
SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES;
646648
SWIFT_VERSION = 5.0;
647-
TARGETED_DEVICE_FAMILY = "1,2,7";
649+
TARGETED_DEVICE_FAMILY = "1,2,3,4,7";
648650
VERSIONING_SYSTEM = "apple-generic";
649651
VERSION_INFO_PREFIX = "";
650652
XROS_DEPLOYMENT_TARGET = 26.0;

build/macos.xcarchive/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>ArchiveVersion</key>
66
<integer>2</integer>
77
<key>CreationDate</key>
8-
<date>2025-07-30T15:22:32Z</date>
8+
<date>2025-07-30T15:32:00Z</date>
99
<key>Name</key>
1010
<string>SwiftUIIntrospectTestFramework</string>
1111
<key>SchemeName</key>
Binary file not shown.

build/macos.xcarchive/Products/Library/Frameworks/TestFramework.framework/Modules

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// swift-interface-format-version: 1.0
2+
// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.14.8 clang-1700.3.14.6)
3+
// swift-module-flags: -target arm64-apple-watchos26.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature InferSendableFromCaptures -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InferIsolatedConformances -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name TestFramework
4+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2
5+
import Foundation
6+
import Swift
7+
import _Concurrency
8+
import _StringProcessing
9+
import _SwiftConcurrencyShims
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// swift-interface-format-version: 1.0
2+
// swift-compiler-version: Apple Swift version 6.2 effective-5.10 (swiftlang-6.2.0.14.8 clang-1700.3.14.6)
3+
// swift-module-flags: -target arm64-apple-watchos26.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature InferSendableFromCaptures -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature MemberImportVisibility -enable-upcoming-feature InferIsolatedConformances -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name TestFramework
4+
// swift-module-flags-ignorable: -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2
5+
import Foundation
6+
import Swift
7+
import _Concurrency
8+
import _StringProcessing
9+
import _SwiftConcurrencyShims

0 commit comments

Comments
 (0)