This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build Rexy with Swift 6.0 for macOS (Xcode) using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Rexy -destination platform=macos,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended = CFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
    public static let extended = CFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended = CFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Error.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ String+Rexy.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/String+Rexy.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended = CFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
    public static let extended = CFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended = CFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/CFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: warning: static property 'regular' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let regular = [extended]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: note: annotate 'regular' with '@MainActor' if property should only be accessed from the main actor
    public static let regular = [extended]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let regular = [extended]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended = CFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
    public static let extended = CFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended = CFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none = [CFlags]()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    public static let none = [CFlags]()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none = [CFlags]()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let basic = CFlags(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: note: annotate 'basic' with '@MainActor' if property should only be accessed from the main actor
    public static let basic = CFlags(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let basic = CFlags(rawValue: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: warning: static property 'basic' produces an empty option set
    public static let basic = CFlags(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: note: use [] to silence this warning
    public static let basic = CFlags(rawValue: 0)
                      ^             ~~~~~~~~~~~~~
                                    ([])
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: warning: static property 'caseInsensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let caseInsensitive = CFlags(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: note: annotate 'caseInsensitive' with '@MainActor' if property should only be accessed from the main actor
    public static let caseInsensitive = CFlags(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let caseInsensitive = CFlags(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: warning: static property 'ignorePositions' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignorePositions = CFlags(rawValue: 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: note: annotate 'ignorePositions' with '@MainActor' if property should only be accessed from the main actor
    public static let ignorePositions = CFlags(rawValue: 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignorePositions = CFlags(rawValue: 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: warning: static property 'newLineSensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let newLineSensitive = CFlags(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: note: annotate 'newLineSensitive' with '@MainActor' if property should only be accessed from the main actor
    public static let newLineSensitive = CFlags(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let newLineSensitive = CFlags(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: warning: static property 'ignoreSpecialCharacters' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: note: annotate 'ignoreSpecialCharacters' with '@MainActor' if property should only be accessed from the main actor
    public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: warning: static property 'literal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let literal = CFlags(rawValue: 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: note: annotate 'literal' with '@MainActor' if property should only be accessed from the main actor
    public static let literal = CFlags(rawValue: 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let literal = CFlags(rawValue: 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: warning: static property 'endPointer' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let endPointer = CFlags(rawValue: 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: note: annotate 'endPointer' with '@MainActor' if property should only be accessed from the main actor
    public static let endPointer = CFlags(rawValue: 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let endPointer = CFlags(rawValue: 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: warning: static property 'minimal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minimal = CFlags(rawValue: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: note: annotate 'minimal' with '@MainActor' if property should only be accessed from the main actor
    public static let minimal = CFlags(rawValue: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minimal = CFlags(rawValue: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: warning: static property 'nonGreedy' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nonGreedy = CFlags(rawValue: 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: note: annotate 'nonGreedy' with '@MainActor' if property should only be accessed from the main actor
    public static let nonGreedy = CFlags(rawValue: 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nonGreedy = CFlags(rawValue: 9)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.dia -target arm64-apple-macos10.10 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/arm64/EFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: warning: static property 'notBeginningOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notBeginningOfLine = EFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:11:10: note: consider making struct 'EFlags' conform to the 'Sendable' protocol
  struct EFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: note: annotate 'notBeginningOfLine' with '@MainActor' if property should only be accessed from the main actor
    public static let notBeginningOfLine = EFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notBeginningOfLine = EFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: warning: static property 'notEndOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notEndOfLine = EFlags(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:11:10: note: consider making struct 'EFlags' conform to the 'Sendable' protocol
  struct EFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: note: annotate 'notEndOfLine' with '@MainActor' if property should only be accessed from the main actor
    public static let notEndOfLine = EFlags(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notEndOfLine = EFlags(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: warning: static property 'startEnd' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let startEnd = EFlags(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:11:10: note: consider making struct 'EFlags' conform to the 'Sendable' protocol
  struct EFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: note: annotate 'startEnd' with '@MainActor' if property should only be accessed from the main actor
    public static let startEnd = EFlags(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let startEnd = EFlags(rawValue: 4)
                      ^
    nonisolated(unsafe)
SwiftCompile normal x86_64 Compiling\ CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/CFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: warning: static property 'regular' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let regular = [extended]
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: note: annotate 'regular' with '@MainActor' if property should only be accessed from the main actor
    public static let regular = [extended]
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let regular = [extended]
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended = CFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
    public static let extended = CFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended = CFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let none = [CFlags]()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
    public static let none = [CFlags]()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let none = [CFlags]()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let basic = CFlags(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: note: annotate 'basic' with '@MainActor' if property should only be accessed from the main actor
    public static let basic = CFlags(rawValue: 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let basic = CFlags(rawValue: 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: warning: static property 'basic' produces an empty option set
    public static let basic = CFlags(rawValue: 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: note: use [] to silence this warning
    public static let basic = CFlags(rawValue: 0)
                      ^             ~~~~~~~~~~~~~
                                    ([])
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: warning: static property 'caseInsensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let caseInsensitive = CFlags(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: note: annotate 'caseInsensitive' with '@MainActor' if property should only be accessed from the main actor
    public static let caseInsensitive = CFlags(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let caseInsensitive = CFlags(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: warning: static property 'ignorePositions' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignorePositions = CFlags(rawValue: 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: note: annotate 'ignorePositions' with '@MainActor' if property should only be accessed from the main actor
    public static let ignorePositions = CFlags(rawValue: 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignorePositions = CFlags(rawValue: 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: warning: static property 'newLineSensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let newLineSensitive = CFlags(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: note: annotate 'newLineSensitive' with '@MainActor' if property should only be accessed from the main actor
    public static let newLineSensitive = CFlags(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let newLineSensitive = CFlags(rawValue: 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: warning: static property 'ignoreSpecialCharacters' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: note: annotate 'ignoreSpecialCharacters' with '@MainActor' if property should only be accessed from the main actor
    public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: warning: static property 'literal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let literal = CFlags(rawValue: 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: note: annotate 'literal' with '@MainActor' if property should only be accessed from the main actor
    public static let literal = CFlags(rawValue: 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let literal = CFlags(rawValue: 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: warning: static property 'endPointer' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let endPointer = CFlags(rawValue: 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: note: annotate 'endPointer' with '@MainActor' if property should only be accessed from the main actor
    public static let endPointer = CFlags(rawValue: 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let endPointer = CFlags(rawValue: 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: warning: static property 'minimal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minimal = CFlags(rawValue: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: note: annotate 'minimal' with '@MainActor' if property should only be accessed from the main actor
    public static let minimal = CFlags(rawValue: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minimal = CFlags(rawValue: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: warning: static property 'nonGreedy' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nonGreedy = CFlags(rawValue: 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: note: annotate 'nonGreedy' with '@MainActor' if property should only be accessed from the main actor
    public static let nonGreedy = CFlags(rawValue: 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nonGreedy = CFlags(rawValue: 9)
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal x86_64 Emitting\ module\ for\ Rexy (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: warning: static property 'notBeginningOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    POSIX regex matching flags (eflag).
10 |    */
11 |   struct EFlags: OptionSet {
   |          `- note: consider making struct 'EFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
23 |
24 |     /// First character not at beginning of line.
25 |     public static let notBeginningOfLine = EFlags(rawValue: 1)
   |                       |- warning: static property 'notBeginningOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'notBeginningOfLine' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |     /// Last character not at end of line.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: warning: static property 'notEndOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    POSIX regex matching flags (eflag).
10 |    */
11 |   struct EFlags: OptionSet {
   |          `- note: consider making struct 'EFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
26 |
27 |     /// Last character not at end of line.
28 |     public static let notEndOfLine = EFlags(rawValue: 2)
   |                       |- warning: static property 'notEndOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'notEndOfLine' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     /// String start/end in pmatch[0].
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: warning: static property 'startEnd' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    POSIX regex matching flags (eflag).
10 |    */
11 |   struct EFlags: OptionSet {
   |          `- note: consider making struct 'EFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
29 |
30 |     /// String start/end in pmatch[0].
31 |     public static let startEnd = EFlags(rawValue: 4)
   |                       |- warning: static property 'startEnd' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'startEnd' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |   }
33 | }
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
32 |
33 |     /// Use POSIX Extended Regular Expression syntax.
34 |     public static let extended = CFlags(rawValue: 1)
   |                       |- warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
35 |
36 |     /// Do not differentiate case.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:25:23: warning: static property 'regular' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
23 |
24 |     /// Default options
25 |     public static let regular = [extended]
   |                       |- warning: static property 'regular' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'regular' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 |
27 |     // No options
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:28:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
26 |
27 |     // No options
28 |     public static let none = [CFlags]()
   |                       |- warning: static property 'none' is not concurrency-safe because non-'Sendable' type '[Regex.CFlags]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'none' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 |
30 |     /// Use POSIX Basic Regular Expression syntax.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
29 |
30 |     /// Use POSIX Basic Regular Expression syntax.
31 |     public static let basic = CFlags(rawValue: 0)
   |                       |- warning: static property 'basic' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'basic' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 |
33 |     /// Use POSIX Extended Regular Expression syntax.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:31:23: warning: static property 'basic' produces an empty option set
29 |
30 |     /// Use POSIX Basic Regular Expression syntax.
31 |     public static let basic = CFlags(rawValue: 0)
   |                       |- warning: static property 'basic' produces an empty option set
   |                       `- note: use [] to silence this warning
32 |
33 |     /// Use POSIX Extended Regular Expression syntax.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:37:23: warning: static property 'caseInsensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
35 |
36 |     /// Do not differentiate case.
37 |     public static let caseInsensitive = CFlags(rawValue: 2)
   |                       |- warning: static property 'caseInsensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'caseInsensitive' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 |
39 |     /// Do not report position of matches.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:40:23: warning: static property 'ignorePositions' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
38 |
39 |     /// Do not report position of matches.
40 |     public static let ignorePositions = CFlags(rawValue: 3)
   |                       |- warning: static property 'ignorePositions' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'ignorePositions' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     // Newline-sensitive matching.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:43:23: warning: static property 'newLineSensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
41 |
42 |     // Newline-sensitive matching.
43 |     public static let newLineSensitive = CFlags(rawValue: 4)
   |                       |- warning: static property 'newLineSensitive' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'newLineSensitive' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
44 |
45 |     /// Ignore special characters.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:46:23: warning: static property 'ignoreSpecialCharacters' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
44 |
45 |     /// Ignore special characters.
46 |     public static let ignoreSpecialCharacters = CFlags(rawValue: 5)
   |                       |- warning: static property 'ignoreSpecialCharacters' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'ignoreSpecialCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
47 |
48 |     /// Interpret the entire regex argument as a literal string.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:49:23: warning: static property 'literal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
47 |
48 |     /// Interpret the entire regex argument as a literal string.
49 |     public static let literal = CFlags(rawValue: 6)
   |                       |- warning: static property 'literal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'literal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 |
51 |     /// Point to the end of the expression to compile.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:52:23: warning: static property 'endPointer' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
50 |
51 |     /// Point to the end of the expression to compile.
52 |     public static let endPointer = CFlags(rawValue: 7)
   |                       |- warning: static property 'endPointer' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'endPointer' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 |
54 |     /// Compile using minimal repetition.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:55:23: warning: static property 'minimal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
53 |
54 |     /// Compile using minimal repetition.
55 |     public static let minimal = CFlags(rawValue: 8)
   |                       |- warning: static property 'minimal' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'minimal' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
56 |
57 |     /// Make the operators non-greedy by default and greedy when a ? is specified.
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:58:23: warning: static property 'nonGreedy' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |    Flags used to determine the type of compilation (cflag).
10 |    */
11 |   struct CFlags: OptionSet {
   |          `- note: consider making struct 'CFlags' conform to the 'Sendable' protocol
12 |     /// Raw value.
13 |     public let rawValue: Int32
   :
56 |
57 |     /// Make the operators non-greedy by default and greedy when a ? is specified.
58 |     public static let nonGreedy = CFlags(rawValue: 9)
   |                       |- warning: static property 'nonGreedy' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'nonGreedy' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 |   }
60 | }
SwiftCompile normal x86_64 Compiling\ String+Rexy.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/String+Rexy.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended = CFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
    public static let extended = CFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended = CFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal x86_64 Compiling\ Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Regex.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: warning: static property 'extended' is not concurrency-safe because non-'Sendable' type 'Regex.CFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let extended = CFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:11:10: note: consider making struct 'CFlags' conform to the 'Sendable' protocol
  struct CFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: annotate 'extended' with '@MainActor' if property should only be accessed from the main actor
    public static let extended = CFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let extended = CFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
SwiftCompile normal x86_64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Error.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal x86_64 Emitting module for Rexy (in target 'Rexy' from project 'Rexy')
SwiftDriver\ Compilation\ Requirements Rexy normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target x86_64-apple-macos10.10 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-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/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.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/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for Rexy (in target 'Rexy' from project 'Rexy')
SwiftDriver\ Compilation\ Requirements Rexy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.10 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy-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/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.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/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal x86_64 Compiling\ EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal x86_64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.dia -target x86_64-apple-macos10.10 -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -enable-bare-slash-regex -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -module-name Rexy -frontend-parseable-output -disable-clang-spi -target-sdk-version 14.4 -target-sdk-name macosx14.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.o -index-unit-output-path /Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/EFlags.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: warning: static property 'notBeginningOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notBeginningOfLine = EFlags(rawValue: 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:11:10: note: consider making struct 'EFlags' conform to the 'Sendable' protocol
  struct EFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: note: annotate 'notBeginningOfLine' with '@MainActor' if property should only be accessed from the main actor
    public static let notBeginningOfLine = EFlags(rawValue: 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:25:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notBeginningOfLine = EFlags(rawValue: 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: warning: static property 'notEndOfLine' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let notEndOfLine = EFlags(rawValue: 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:11:10: note: consider making struct 'EFlags' conform to the 'Sendable' protocol
  struct EFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: note: annotate 'notEndOfLine' with '@MainActor' if property should only be accessed from the main actor
    public static let notEndOfLine = EFlags(rawValue: 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let notEndOfLine = EFlags(rawValue: 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: warning: static property 'startEnd' is not concurrency-safe because non-'Sendable' type 'Regex.EFlags' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let startEnd = EFlags(rawValue: 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:11:10: note: consider making struct 'EFlags' conform to the 'Sendable' protocol
  struct EFlags: OptionSet {
         ^
                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: note: annotate 'startEnd' with '@MainActor' if property should only be accessed from the main actor
    public static let startEnd = EFlags(rawValue: 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let startEnd = EFlags(rawValue: 4)
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal x86_64 Compiling Regex.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling EFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal x86_64 Compiling Error.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal x86_64 Compiling CFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling CFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal x86_64 Compiling String+Rexy.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling Regex.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling String+Rexy.swift (in target 'Rexy' from project 'Rexy')
SwiftDriver\ Compilation Rexy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target arm64-apple-macos10.10 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy-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/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.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/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Headers/Rexy-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-Swift.h (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -arch x86_64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Headers/Rexy-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.abi.json (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/x86_64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftdoc (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/x86_64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/x86_64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.abi.json (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/x86_64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftdoc (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/x86_64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftmodule (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/x86_64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftsourceinfo (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/Project/x86_64-apple-macos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftsourceinfo (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-unsigned-binaries -strip-deterministic -strip-tool /Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Rexy.framework/Versions/A/Modules/Rexy.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Binary/Rexy normal arm64 (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.LinkFileList -install_name @rpath/Rexy.framework/Versions/A/Rexy -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_lto.o -Xlinker -export_dynamic -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Binary/Rexy
SwiftDriverJobDiscovery normal x86_64 Compiling EFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriver\ Compilation Rexy normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -target x86_64-apple-macos10.10 -enable-bare-slash-regex -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-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/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.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/Rexy.build/Debug/Rexy.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources-normal/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources/x86_64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Binary/Rexy normal x86_64 (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.LinkFileList -install_name @rpath/Rexy.framework/Versions/A/Rexy -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_lto.o -Xlinker -export_dynamic -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftmodule -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Binary/Rexy
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:watchOS Simulator, id:DE04AC0A-986B-4FBA-9496-F35677425C97, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:4BE5427F-5FC7-449C-B254-3F404CE79B2F, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:B1E30F2A-196D-43FB-B903-C3CF777EDD8E, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:2F36C8D1-FB3D-4D85-A931-07B6EFBD4E4F, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:CF595720-5AAE-408E-8353-1C54D9068D3E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:8F6954D5-8415-4A06-8701-3C7F4ACB2488, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F60A3AB2-C846-4E63-9A50-5E6DBD6A2777, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F72F2121-983A-4C32-A0D4-0C7BA61073C9, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:86A5CFD7-08C3-40A4-B2A6-2F3A8CB8BDA5, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:B22A08B0-18B6-43BC-94F1-5C2F83724B73, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:797FC64C-7930-4151-8822-6349FA58EFA0, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:80B3B926-14C6-407B-AD45-937DD9D118A2, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:DCA453EF-4DA0-4BCB-9EDB-B627F480EC88, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:1DD2445B-C99B-432E-99AB-F239A53F76A7, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:63A2100A-3ABC-479B-927E-0927E96A78B0, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:182006EF-3CD1-439B-B898-2FF003963B39, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E86EA00F-56E9-4BD5-BE25-B4AE5E09CD43, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:724EDFB5-2285-4CCF-A274-5CEAC57CE7ED, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:FA8EB545-B4CA-4062-86F4-C39DEAD04F1E, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4C84A4B0-ABA2-4072-B35C-2EF2B0D49AA7, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:82B3845C-C246-4FEC-B1FB-D4892A314D10, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Binary/Rexy normal x86_64 (in target 'Rexy' from project 'Rexy')
(1 failure)
Command line invocation:
    /Applications/Xcode-15.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 Rexy -destination platform=macos,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Rexy' in project 'Rexy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Rexy' from project 'Rexy')
/Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 14.4.99. (in target 'Rexy' from project 'Rexy')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Binary/Rexy normal x86_64 (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target x86_64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.LinkFileList -install_name @rpath/Rexy.framework/Versions/A/Rexy -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_lto.o -Xlinker -export_dynamic -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy.swiftmodule -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Rexy_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Binary/Rexy
clang: error: SDK does not contain 'libarclite' at the path '/Applications/Xcode-15.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_macosx.a'; try increasing the minimum deployment target
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Binary/Rexy normal arm64 (in target 'Rexy' from project 'Rexy')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.LinkFileList -install_name @rpath/Rexy.framework/Versions/A/Rexy -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_lto.o -Xlinker -export_dynamic -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Rexy_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/arm64/Binary/Rexy
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:0000FE00-8C151E3703BE51BE, name:My Mac }
{ platform:watchOS Simulator, id:DE04AC0A-986B-4FBA-9496-F35677425C97, OS:10.4, name:Apple Watch SE (40mm) (2nd generation) }
{ platform:watchOS Simulator, id:4BE5427F-5FC7-449C-B254-3F404CE79B2F, OS:10.4, name:Apple Watch SE (44mm) (2nd generation) }
{ platform:watchOS Simulator, id:B1E30F2A-196D-43FB-B903-C3CF777EDD8E, OS:10.4, name:Apple Watch Series 5 (40mm) }
{ platform:watchOS Simulator, id:2F36C8D1-FB3D-4D85-A931-07B6EFBD4E4F, OS:10.4, name:Apple Watch Series 5 (44mm) }
{ platform:watchOS Simulator, id:CF595720-5AAE-408E-8353-1C54D9068D3E, OS:10.4, name:Apple Watch Series 6 (40mm) }
{ platform:watchOS Simulator, id:8F6954D5-8415-4A06-8701-3C7F4ACB2488, OS:10.4, name:Apple Watch Series 6 (44mm) }
{ platform:watchOS Simulator, id:F60A3AB2-C846-4E63-9A50-5E6DBD6A2777, OS:10.4, name:Apple Watch Series 7 (41mm) }
{ platform:watchOS Simulator, id:F72F2121-983A-4C32-A0D4-0C7BA61073C9, OS:10.4, name:Apple Watch Series 7 (45mm) }
{ platform:watchOS Simulator, id:86A5CFD7-08C3-40A4-B2A6-2F3A8CB8BDA5, OS:10.4, name:Apple Watch Series 9 (41mm) }
{ platform:watchOS Simulator, id:B22A08B0-18B6-43BC-94F1-5C2F83724B73, OS:10.4, name:Apple Watch Series 9 (45mm) }
{ platform:watchOS Simulator, id:797FC64C-7930-4151-8822-6349FA58EFA0, OS:10.4, name:Apple Watch Ultra 2 (49mm) }
{ platform:iOS Simulator, id:80B3B926-14C6-407B-AD45-937DD9D118A2, OS:17.4, name:iPad (10th generation) }
{ platform:iOS Simulator, id:DCA453EF-4DA0-4BCB-9EDB-B627F480EC88, OS:17.4, name:iPad Air (5th generation) }
{ platform:iOS Simulator, id:1DD2445B-C99B-432E-99AB-F239A53F76A7, OS:17.4, name:iPad Pro (11-inch) (4th generation) }
{ platform:iOS Simulator, id:63A2100A-3ABC-479B-927E-0927E96A78B0, OS:17.4, name:iPad Pro (12.9-inch) (6th generation) }
{ platform:iOS Simulator, id:182006EF-3CD1-439B-B898-2FF003963B39, OS:17.4, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:E86EA00F-56E9-4BD5-BE25-B4AE5E09CD43, OS:17.4, name:iPhone 15 }
{ platform:iOS Simulator, id:724EDFB5-2285-4CCF-A274-5CEAC57CE7ED, OS:17.4, name:iPhone 15 Plus }
{ platform:iOS Simulator, id:FA8EB545-B4CA-4062-86F4-C39DEAD04F1E, OS:17.4, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:4C84A4B0-ABA2-4072-B35C-2EF2B0D49AA7, OS:17.4, name:iPhone 15 Pro Max }
{ platform:iOS Simulator, id:82B3845C-C246-4FEC-B1FB-D4892A314D10, OS:17.4, name:iPhone SE (3rd generation) }
** BUILD FAILED **
The following build commands failed:
	Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug/Rexy.build/Objects-normal/x86_64/Binary/Rexy normal x86_64 (in target 'Rexy' from project 'Rexy')
(1 failure)
BUILD FAILURE 6.0 macosXcodebuild
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.