The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Regex, reference 0.2.0 (6b16b0), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 09:50:24 UTC.

Swift 6 data race errors: 7

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Regex -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/getGuaka/Regex.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/getGuaka/Regex
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 6b16b03 Merge pull request #2 from getGuaka/swift-4
Cloned https://github.com/getGuaka/Regex.git
Revision (git rev-parse @):
6b16b0384b8d34d93ee3a81d4031996771c8c062
SUCCESS checkout https://github.com/getGuaka/Regex.git at 0.2.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/getGuaka/Regex.git
https://github.com/getGuaka/Regex.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Regex",
  "name" : "Regex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Regex",
      "targets" : [
        "Regex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "CaptureResult.swift",
        "InternalRegex.swift",
        "Regex.swift",
        "StringExtensions.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Regex: /Users/admin/builder/spi-builder-workspace
resolved source packages: Regex
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Regex",
  "name" : "Regex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Regex",
      "targets" : [
        "Regex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "CaptureResult.swift",
        "InternalRegex.swift",
        "Regex.swift",
        "StringExtensions.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Regex"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Regex -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Regex -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  Regex: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: caef4ff02133ffbcf0929a2ec72e3d0c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/caef4ff02133ffbcf0929a2ec72e3d0c.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.DependencyMetadataFileList (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.DependencyStaticMetadataFileList (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-OutputFileMap.json (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftFileList (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_const_extract_protocols.json (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftConstValuesFileList (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.modulemap (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.LinkFileList (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Regex.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.modulemap (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver Regex normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Regex -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CaptureResult.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/CaptureResult.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/CaptureResult.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StringExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/StringExtensions.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/StringExtensions.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/Regex.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/Regex.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ Regex (in target 'Regex' from project 'Regex')
EmitSwiftModule normal arm64 (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: warning: static property 'basic' produces an empty option set
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: use [] to silence this warning
    public static let basic =            RegexOptions(rawValue: 0)
                      ^                              ~~~~~~~~~~~~~
                                                     ([])
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:19:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended =         RegexOptions(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:19:23: note: add '@MainActor' to make static property 'extended' part of global actor 'MainActor'
    public static let extended =         RegexOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended =         RegexOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:20:23: warning: static property 'caseInsensitive' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let caseInsensitive =  RegexOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:20:23: note: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
    public static let caseInsensitive =  RegexOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let caseInsensitive =  RegexOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:21:23: warning: static property 'resultOnly' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resultOnly =       RegexOptions(rawValue: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:21:23: note: add '@MainActor' to make static property 'resultOnly' part of global actor 'MainActor'
    public static let resultOnly =       RegexOptions(rawValue: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resultOnly =       RegexOptions(rawValue: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:22:23: warning: static property 'newLineSensitive' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let newLineSensitive = RegexOptions(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:22:23: note: add '@MainActor' to make static property 'newLineSensitive' part of global actor 'MainActor'
    public static let newLineSensitive = RegexOptions(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let newLineSensitive = RegexOptions(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:34:23: warning: static property 'FirstCharacterNotAtBeginningOfLine' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let FirstCharacterNotAtBeginningOfLine = MatchOptions(rawValue: REG_NOTBOL)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:27:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:34:23: note: add '@MainActor' to make static property 'FirstCharacterNotAtBeginningOfLine' part of global actor 'MainActor'
    public static let FirstCharacterNotAtBeginningOfLine = MatchOptions(rawValue: REG_NOTBOL)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let FirstCharacterNotAtBeginningOfLine = MatchOptions(rawValue: REG_NOTBOL)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:35:23: warning: static property 'LastCharacterNotAtEndOfLine' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let LastCharacterNotAtEndOfLine =        MatchOptions(rawValue: REG_NOTEOL)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:27:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:35:23: note: add '@MainActor' to make static property 'LastCharacterNotAtEndOfLine' part of global actor 'MainActor'
    public static let LastCharacterNotAtEndOfLine =        MatchOptions(rawValue: REG_NOTEOL)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let LastCharacterNotAtEndOfLine =        MatchOptions(rawValue: REG_NOTEOL)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ InternalRegex.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/InternalRegex.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/InternalRegex.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Types.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: warning: static property 'basic' produces an empty option set
    public static let basic =            RegexOptions(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:18:23: note: use [] to silence this warning
    public static let basic =            RegexOptions(rawValue: 0)
                      ^                              ~~~~~~~~~~~~~
                                                     ([])
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:19:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended =         RegexOptions(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:19:23: note: add '@MainActor' to make static property 'extended' part of global actor 'MainActor'
    public static let extended =         RegexOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:19:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended =         RegexOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:20:23: warning: static property 'caseInsensitive' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let caseInsensitive =  RegexOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:20:23: note: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
    public static let caseInsensitive =  RegexOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:20:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let caseInsensitive =  RegexOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:21:23: warning: static property 'resultOnly' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let resultOnly =       RegexOptions(rawValue: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:21:23: note: add '@MainActor' to make static property 'resultOnly' part of global actor 'MainActor'
    public static let resultOnly =       RegexOptions(rawValue: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:21:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let resultOnly =       RegexOptions(rawValue: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:22:23: warning: static property 'newLineSensitive' is not concurrency-safe because non-'Sendable' type 'RegexOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let newLineSensitive = RegexOptions(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:11:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:22:23: note: add '@MainActor' to make static property 'newLineSensitive' part of global actor 'MainActor'
    public static let newLineSensitive = RegexOptions(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:22:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let newLineSensitive = RegexOptions(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:34:23: warning: static property 'FirstCharacterNotAtBeginningOfLine' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let FirstCharacterNotAtBeginningOfLine = MatchOptions(rawValue: REG_NOTBOL)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:27:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:34:23: note: add '@MainActor' to make static property 'FirstCharacterNotAtBeginningOfLine' part of global actor 'MainActor'
    public static let FirstCharacterNotAtBeginningOfLine = MatchOptions(rawValue: REG_NOTBOL)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let FirstCharacterNotAtBeginningOfLine = MatchOptions(rawValue: REG_NOTBOL)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:35:23: warning: static property 'LastCharacterNotAtEndOfLine' is not concurrency-safe because non-'Sendable' type 'MatchOptions' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let LastCharacterNotAtEndOfLine =        MatchOptions(rawValue: REG_NOTEOL)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:27:15: note: consider making struct 'MatchOptions' conform to the 'Sendable' protocol
public struct MatchOptions: OptionSet {
              ^
                                     , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:35:23: note: add '@MainActor' to make static property 'LastCharacterNotAtEndOfLine' part of global actor 'MainActor'
    public static let LastCharacterNotAtEndOfLine =        MatchOptions(rawValue: REG_NOTEOL)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/Types.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let LastCharacterNotAtEndOfLine =        MatchOptions(rawValue: REG_NOTEOL)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Regex (in target 'Regex' from project 'Regex')
SwiftDriver\ Compilation\ Requirements Regex normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Regex -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Regex-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-Swift.h (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Regex-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.abi.json (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftmodule (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftdoc (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftsourceinfo (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Regex.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling StringExtensions.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling CaptureResult.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling Types.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling InternalRegex.swift (in target 'Regex' from project 'Regex')
SwiftDriver\ Compilation Regex normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Regex -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.o normal (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.o
ExtractAppIntentsMetadata (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Regex --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Regex --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Regex.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Regex.build/Debug-appletvos/Regex.build/Objects-normal/arm64/Regex.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 02:50:23.809 appintentsmetadataprocessor[712:3991] Starting appintentsmetadataprocessor export
2025-04-24 02:50:23.849 appintentsmetadataprocessor[712:3991] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.o (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Regex.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Regex",
  "name" : "Regex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Regex",
      "targets" : [
        "Regex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4"
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "CaptureResult.swift",
        "InternalRegex.swift",
        "Regex.swift",
        "StringExtensions.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.