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 master (166728), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 11:28:56 UTC.

Swift 6 data race errors: 10

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/crossroadlabs/Regex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crossroadlabs/Regex
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1667287 Updated changelog. Prepared 1.2.0 release
Cloned https://github.com/crossroadlabs/Regex.git
Revision (git rev-parse @):
166728756082a9cac6e4aed3ebbce8e41cb3a945
SUCCESS checkout https://github.com/crossroadlabs/Regex.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/crossroadlabs/Regex.git
https://github.com/crossroadlabs/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"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "GroupRangeUtils.swift",
        "Match.swift",
        "MatchSequence.swift",
        "PlatformTypes.swift",
        "Regex.swift",
        "RegexOptions.swift",
        "String+Regex.swift",
        "Utils.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
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Regex",
  "name" : "Regex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Regex",
      "targets" : [
        "Regex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "GroupRangeUtils.swift",
        "Match.swift",
        "MatchSequence.swift",
        "PlatformTypes.swift",
        "Regex.swift",
        "RegexOptions.swift",
        "String+Regex.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Regex",
    "schemes" : [
      "Regex-iOS",
      "Regex-OSX",
      "Regex-tvOS",
      "Regex-watchOS"
    ],
    "targets" : [
      "Regex-OSX",
      "RegexTests-OSX",
      "Regex-iOS",
      "RegexTests-iOS",
      "Regex-tvOS",
      "RegexTests-tvOS",
      "Regex-watchOS"
    ]
  }
}
{
  "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: 21d04acf4db15725c21d960bbefd0d2d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/21d04acf4db15725c21d960bbefd0d2d.xcbuilddata
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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/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.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/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.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
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_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.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.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
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\ Match.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/Match.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/Match.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/Utils.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/Utils.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/RegexOptions.swift:42: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: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:42:23: note: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
    public static let caseInsensitive = RegexOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let caseInsensitive = RegexOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:47:23: warning: static property 'allowCommentsAndWhitespace' 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 allowCommentsAndWhitespace = RegexOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:47:23: note: add '@MainActor' to make static property 'allowCommentsAndWhitespace' part of global actor 'MainActor'
    public static let allowCommentsAndWhitespace = RegexOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allowCommentsAndWhitespace = RegexOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:52:23: warning: static property 'ignoreMetacharacters' 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 ignoreMetacharacters = RegexOptions(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:52:23: note: add '@MainActor' to make static property 'ignoreMetacharacters' part of global actor 'MainActor'
    public static let ignoreMetacharacters = RegexOptions(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoreMetacharacters = RegexOptions(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:57:23: warning: static property 'dotMatchesLineSeparators' 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 dotMatchesLineSeparators = RegexOptions(rawValue: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:57:23: note: add '@MainActor' to make static property 'dotMatchesLineSeparators' part of global actor 'MainActor'
    public static let dotMatchesLineSeparators = RegexOptions(rawValue: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dotMatchesLineSeparators = RegexOptions(rawValue: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:62:23: warning: static property 'anchorsMatchLines' 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 anchorsMatchLines = RegexOptions(rawValue: 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:62:23: note: add '@MainActor' to make static property 'anchorsMatchLines' part of global actor 'MainActor'
    public static let anchorsMatchLines = RegexOptions(rawValue: 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let anchorsMatchLines = RegexOptions(rawValue: 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:67:23: warning: static property 'useUnixLineSeparators' 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 useUnixLineSeparators = RegexOptions(rawValue: 32)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:67:23: note: add '@MainActor' to make static property 'useUnixLineSeparators' part of global actor 'MainActor'
    public static let useUnixLineSeparators = RegexOptions(rawValue: 32)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useUnixLineSeparators = RegexOptions(rawValue: 32)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:72:23: warning: static property 'useUnicodeWordBoundaries' 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 useUnicodeWordBoundaries = RegexOptions(rawValue: 64)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:72:23: note: add '@MainActor' to make static property 'useUnicodeWordBoundaries' part of global actor 'MainActor'
    public static let useUnicodeWordBoundaries = RegexOptions(rawValue: 64)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useUnicodeWordBoundaries = RegexOptions(rawValue: 64)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:78:23: warning: static property 'default' 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 `default`:RegexOptions = [caseInsensitive]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:78:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`:RegexOptions = [caseInsensitive]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`:RegexOptions = [caseInsensitive]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension NSRegularExpression.Options : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: note: add '@retroactive' to silence this warning
extension NSRegularExpression.Options : Hashable {
^                                       ~~~~~~~~
                                        @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:109:13: warning: let 'nsToRegexOptionsMap' is not concurrency-safe because non-'Sendable' type '[NSRegularExpression.Options : RegexOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
private let nsToRegexOptionsMap:[NSRegularExpression.Options: RegexOptions] = [
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:109:13: note: add '@MainActor' to make let 'nsToRegexOptionsMap' part of global actor 'MainActor'
private let nsToRegexOptionsMap:[NSRegularExpression.Options: RegexOptions] = [
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:109:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let nsToRegexOptionsMap:[NSRegularExpression.Options: RegexOptions] = [
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:119:13: warning: let 'regexToNSOptionsMap' is not concurrency-safe because non-'Sendable' type '[RegexOptions : NSRegularExpression.Options]' may have shared mutable state; this is an error in the Swift 6 language mode
private let regexToNSOptionsMap:[RegexOptions: NSRegularExpression.Options] = nsToRegexOptionsMap.reduce([:]) { (dict, kv) in
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:119:13: note: add '@MainActor' to make let 'regexToNSOptionsMap' part of global actor 'MainActor'
private let regexToNSOptionsMap:[RegexOptions: NSRegularExpression.Options] = nsToRegexOptionsMap.reduce([:]) { (dict, kv) in
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:119:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let regexToNSOptionsMap:[RegexOptions: NSRegularExpression.Options] = nsToRegexOptionsMap.reduce([:]) { (dict, kv) in
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ String+Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/String+Regex.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/String+Regex.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

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

/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:42: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: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:42:23: note: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
    public static let caseInsensitive = RegexOptions(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let caseInsensitive = RegexOptions(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:47:23: warning: static property 'allowCommentsAndWhitespace' 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 allowCommentsAndWhitespace = RegexOptions(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:47:23: note: add '@MainActor' to make static property 'allowCommentsAndWhitespace' part of global actor 'MainActor'
    public static let allowCommentsAndWhitespace = RegexOptions(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let allowCommentsAndWhitespace = RegexOptions(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:52:23: warning: static property 'ignoreMetacharacters' 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 ignoreMetacharacters = RegexOptions(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:52:23: note: add '@MainActor' to make static property 'ignoreMetacharacters' part of global actor 'MainActor'
    public static let ignoreMetacharacters = RegexOptions(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoreMetacharacters = RegexOptions(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:57:23: warning: static property 'dotMatchesLineSeparators' 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 dotMatchesLineSeparators = RegexOptions(rawValue: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:57:23: note: add '@MainActor' to make static property 'dotMatchesLineSeparators' part of global actor 'MainActor'
    public static let dotMatchesLineSeparators = RegexOptions(rawValue: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dotMatchesLineSeparators = RegexOptions(rawValue: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:62:23: warning: static property 'anchorsMatchLines' 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 anchorsMatchLines = RegexOptions(rawValue: 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:62:23: note: add '@MainActor' to make static property 'anchorsMatchLines' part of global actor 'MainActor'
    public static let anchorsMatchLines = RegexOptions(rawValue: 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let anchorsMatchLines = RegexOptions(rawValue: 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:67:23: warning: static property 'useUnixLineSeparators' 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 useUnixLineSeparators = RegexOptions(rawValue: 32)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:67:23: note: add '@MainActor' to make static property 'useUnixLineSeparators' part of global actor 'MainActor'
    public static let useUnixLineSeparators = RegexOptions(rawValue: 32)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useUnixLineSeparators = RegexOptions(rawValue: 32)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:72:23: warning: static property 'useUnicodeWordBoundaries' 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 useUnicodeWordBoundaries = RegexOptions(rawValue: 64)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:72:23: note: add '@MainActor' to make static property 'useUnicodeWordBoundaries' part of global actor 'MainActor'
    public static let useUnicodeWordBoundaries = RegexOptions(rawValue: 64)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let useUnicodeWordBoundaries = RegexOptions(rawValue: 64)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:78:23: warning: static property 'default' 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 `default`:RegexOptions = [caseInsensitive]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:78:23: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    public static let `default`:RegexOptions = [caseInsensitive]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let `default`:RegexOptions = [caseInsensitive]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: warning: extension declares a conformance of imported type 'Options' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension NSRegularExpression.Options : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:84:1: note: add '@retroactive' to silence this warning
extension NSRegularExpression.Options : Hashable {
^                                       ~~~~~~~~
                                        @retroactive Hashable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:109:13: warning: let 'nsToRegexOptionsMap' is not concurrency-safe because non-'Sendable' type '[NSRegularExpression.Options : RegexOptions]' may have shared mutable state; this is an error in the Swift 6 language mode
private let nsToRegexOptionsMap:[NSRegularExpression.Options: RegexOptions] = [
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:109:13: note: add '@MainActor' to make let 'nsToRegexOptionsMap' part of global actor 'MainActor'
private let nsToRegexOptionsMap:[NSRegularExpression.Options: RegexOptions] = [
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:109:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let nsToRegexOptionsMap:[NSRegularExpression.Options: RegexOptions] = [
            ^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:119:13: warning: let 'regexToNSOptionsMap' is not concurrency-safe because non-'Sendable' type '[RegexOptions : NSRegularExpression.Options]' may have shared mutable state; this is an error in the Swift 6 language mode
private let regexToNSOptionsMap:[RegexOptions: NSRegularExpression.Options] = nsToRegexOptionsMap.reduce([:]) { (dict, kv) in
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:25:15: note: consider making struct 'RegexOptions' conform to the 'Sendable' protocol
public struct RegexOptions : OptionSet {
              ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:119:13: note: add '@MainActor' to make let 'regexToNSOptionsMap' part of global actor 'MainActor'
private let regexToNSOptionsMap:[RegexOptions: NSRegularExpression.Options] = nsToRegexOptionsMap.reduce([:]) { (dict, kv) in
            ^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Regex/RegexOptions.swift:119:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private let regexToNSOptionsMap:[RegexOptions: NSRegularExpression.Options] = nsToRegexOptionsMap.reduce([:]) { (dict, kv) in
            ^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PlatformTypes.swift /Users/admin/builder/spi-builder-workspace/Sources/Regex/PlatformTypes.swift (in target 'Regex' from project 'Regex')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Regex/PlatformTypes.swift (in target 'Regex' from project 'Regex')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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.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/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/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 String+Regex.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling PlatformTypes.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling MatchSequence.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling Utils.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling Match.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling Regex.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling RegexOptions.swift (in target 'Regex' from project 'Regex')
SwiftDriverJobDiscovery normal arm64 Compiling GroupRangeUtils.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 04:28:55.964 appintentsmetadataprocessor[714:4000] Starting appintentsmetadataprocessor export
2025-04-24 04:28:56.006 appintentsmetadataprocessor[714:4000] 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"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RegexTests",
      "module_type" : "SwiftTarget",
      "name" : "RegexTests",
      "path" : "Tests/RegexTests",
      "sources" : [
        "RegexTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Regex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Regex",
      "module_type" : "SwiftTarget",
      "name" : "Regex",
      "path" : "Sources/Regex",
      "product_memberships" : [
        "Regex"
      ],
      "sources" : [
        "GroupRangeUtils.swift",
        "Match.swift",
        "MatchSequence.swift",
        "PlatformTypes.swift",
        "Regex.swift",
        "RegexOptions.swift",
        "String+Regex.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.