Build Information
Successful build of Rexy, reference 1.0.1 (3f4527
), with Swift 6.1 for watchOS using Xcode 16.3 on 25 Apr 2025 04:34:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rexy -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vadymmarkov/rexy.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vadymmarkov/rexy
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 3f45276 Merge pull request #15 from turtlemaster19/master
Cloned https://github.com/vadymmarkov/rexy.git
Revision (git rev-parse @):
3f4527608c5aced62d65ab6b4452cda69b716dbb
SUCCESS checkout https://github.com/vadymmarkov/rexy.git at 1.0.1
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/vadymmarkov/rexy.git
https://github.com/vadymmarkov/rexy.git
{
"dependencies" : [
],
"manifest_display_name" : "Rexy",
"name" : "Rexy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rexy",
"targets" : [
"Rexy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RexyTests",
"module_type" : "SwiftTarget",
"name" : "RexyTests",
"path" : "Tests/RexyTests",
"sources" : [
"CFlagsTests.swift",
"EFlagsTests.swift",
"ErrorTests.swift",
"RegexTests.swift"
],
"target_dependencies" : [
"Rexy"
],
"type" : "test"
},
{
"c99name" : "Rexy",
"module_type" : "SwiftTarget",
"name" : "Rexy",
"path" : "Sources/Rexy",
"product_memberships" : [
"Rexy"
],
"sources" : [
"CFlags.swift",
"EFlags.swift",
"Error.swift",
"Regex.swift",
"String+Rexy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "Rexy",
"name" : "Rexy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rexy",
"targets" : [
"Rexy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RexyTests",
"module_type" : "SwiftTarget",
"name" : "RexyTests",
"path" : "Tests/RexyTests",
"sources" : [
"CFlagsTests.swift",
"EFlagsTests.swift",
"ErrorTests.swift",
"RegexTests.swift"
],
"target_dependencies" : [
"Rexy"
],
"type" : "test"
},
{
"c99name" : "Rexy",
"module_type" : "SwiftTarget",
"name" : "Rexy",
"path" : "Sources/Rexy",
"product_memberships" : [
"Rexy"
],
"sources" : [
"CFlags.swift",
"EFlags.swift",
"Error.swift",
"Regex.swift",
"String+Rexy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Rexy",
"schemes" : [
"Rexy"
],
"targets" : [
"Rexy",
"RexyTestSuite"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Rexy -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Rexy -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'Rexy' in project 'Rexy' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6f1255023aaa6a7b44284b94762cbb39
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6f1255023aaa6a7b44284b94762cbb39.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftConstValuesFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.LinkFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_const_extract_protocols.json (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.LinkFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy-OutputFileMap.json (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftConstValuesFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy-OutputFileMap.json (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Rexy.DependencyStaticMetadataFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Rexy.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Rexy.DependencyMetadataFileList (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Rexy.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Headers (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj/Rexy_Info.plist (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj/Rexy_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Info.plist
SwiftDriver Rexy normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver Rexy normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Rexy (in target 'Rexy' from project 'Rexy')
EmitSwiftModule normal arm64 (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/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: add '@MainActor' to make static property 'notBeginningOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'notEndOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'startEnd' part of global actor 'MainActor'
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)
/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: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'extended' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignorePositions' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'newLineSensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignoreSpecialCharacters' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'literal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'endPointer' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'minimal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nonGreedy' part of global actor 'MainActor'
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693535142-swift-frontend-Rexy-all-arm64_apple_watchos11.4-swiftmodule-Onone-1744013967.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3093 seconds (3.1947 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0141 ( 12.6%) 0.0804 ( 40.6%) 0.0944 ( 30.5%) 1.4905 ( 46.7%) parse-and-resolve-imports
0.0140 ( 12.5%) 0.0802 ( 40.6%) 0.0942 ( 30.5%) 1.4903 ( 46.7%) Import resolution
0.0017 ( 1.5%) 0.0128 ( 6.5%) 0.0145 ( 4.7%) 0.1061 ( 3.3%) load-stdlib
0.0164 ( 14.7%) 0.0050 ( 2.5%) 0.0214 ( 6.9%) 0.0216 ( 0.7%) perform-sema
0.0164 ( 14.7%) 0.0049 ( 2.5%) 0.0213 ( 6.9%) 0.0215 ( 0.7%) Type checking and Semantic analysis
0.0162 ( 14.6%) 0.0049 ( 2.5%) 0.0211 ( 6.8%) 0.0213 ( 0.7%) typecheck-decl
0.0095 ( 8.5%) 0.0015 ( 0.8%) 0.0110 ( 3.6%) 0.0110 ( 0.3%) SIL optimization
0.0062 ( 5.6%) 0.0025 ( 1.3%) 0.0087 ( 2.8%) 0.0087 ( 0.3%) build-rewrite-system
0.0057 ( 5.1%) 0.0021 ( 1.0%) 0.0078 ( 2.5%) 0.0078 ( 0.2%) typecheck-expr
0.0055 ( 4.9%) 0.0018 ( 0.9%) 0.0072 ( 2.3%) 0.0077 ( 0.2%) SILGen
0.0028 ( 2.5%) 0.0007 ( 0.3%) 0.0034 ( 1.1%) 0.0038 ( 0.1%) SILGen-function
0.0013 ( 1.2%) 0.0003 ( 0.2%) 0.0017 ( 0.5%) 0.0017 ( 0.1%) Serialization, swiftmodule
0.0009 ( 0.8%) 0.0003 ( 0.2%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) precheck-target
0.0002 ( 0.2%) 0.0003 ( 0.1%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) import-clang-decl
0.0003 ( 0.3%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) Serialization, swiftdoc
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1115 (100.0%) 0.1978 (100.0%) 0.3093 (100.0%) 3.1947 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1674 seconds (1.6558 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0617 (100.0%) 0.1057 (100.0%) 0.1674 (100.0%) 1.6558 (100.0%) Building Target
0.0617 (100.0%) 0.1057 (100.0%) 0.1674 (100.0%) 1.6558 (100.0%) Total
SwiftCompile normal arm64 Compiling\ CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
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
/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: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'extended' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignorePositions' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'newLineSensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignoreSpecialCharacters' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'literal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'endPointer' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'minimal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nonGreedy' part of global actor 'MainActor'
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693530679-swift-frontend-Rexy-CFlags.swift-arm64_apple_watchos11.4-o-Onone-3765569896.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.0926 seconds (2.5594 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5919 ( 46.2%) 0.3724 ( 45.9%) 0.9643 ( 46.1%) 1.1524 ( 45.0%) parse-and-resolve-imports
0.5917 ( 46.2%) 0.3715 ( 45.8%) 0.9632 ( 46.0%) 1.1505 ( 45.0%) Import resolution
0.0017 ( 0.1%) 0.0166 ( 2.1%) 0.0184 ( 0.9%) 0.0999 ( 3.9%) load-stdlib
0.0474 ( 3.7%) 0.0108 ( 1.3%) 0.0582 ( 2.8%) 0.0582 ( 2.3%) build-rewrite-system
0.0114 ( 0.9%) 0.0113 ( 1.4%) 0.0227 ( 1.1%) 0.0259 ( 1.0%) perform-sema
0.0113 ( 0.9%) 0.0113 ( 1.4%) 0.0226 ( 1.1%) 0.0258 ( 1.0%) Type checking and Semantic analysis
0.0111 ( 0.9%) 0.0112 ( 1.4%) 0.0223 ( 1.1%) 0.0255 ( 1.0%) typecheck-decl
0.0041 ( 0.3%) 0.0022 ( 0.3%) 0.0063 ( 0.3%) 0.0063 ( 0.2%) IRGen
0.0034 ( 0.3%) 0.0022 ( 0.3%) 0.0057 ( 0.3%) 0.0059 ( 0.2%) typecheck-expr
0.0026 ( 0.2%) 0.0000 ( 0.0%) 0.0027 ( 0.1%) 0.0027 ( 0.1%) SIL optimization
0.0021 ( 0.2%) 0.0003 ( 0.0%) 0.0024 ( 0.1%) 0.0024 ( 0.1%) SILGen
0.0011 ( 0.1%) 0.0011 ( 0.1%) 0.0022 ( 0.1%) 0.0022 ( 0.1%) import-clang-decl
0.0011 ( 0.1%) 0.0002 ( 0.0%) 0.0013 ( 0.1%) 0.0013 ( 0.1%) SILGen-function
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) precheck-target
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-stmt
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
1.2814 (100.0%) 0.8112 (100.0%) 2.0926 (100.0%) 2.5594 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7264 seconds (2.0277 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0424 (100.0%) 0.6839 (100.0%) 1.7264 (100.0%) 2.0277 (100.0%) Building Target
1.0424 (100.0%) 0.6839 (100.0%) 1.7264 (100.0%) 2.0277 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693539640-swift-frontend-Rexy-Regex.swift-arm64_apple_watchos11.4-o-Onone-2565481763.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4701 seconds (3.2311 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0138 ( 5.9%) 0.0833 ( 35.3%) 0.0971 ( 20.6%) 1.4389 ( 44.5%) parse-and-resolve-imports
0.0137 ( 5.9%) 0.0831 ( 35.2%) 0.0968 ( 20.6%) 1.4386 ( 44.5%) Import resolution
0.0018 ( 0.8%) 0.0133 ( 5.6%) 0.0151 ( 3.2%) 0.0916 ( 2.8%) load-stdlib
0.0347 ( 14.8%) 0.0089 ( 3.8%) 0.0436 ( 9.3%) 0.0436 ( 1.3%) perform-sema
0.0346 ( 14.8%) 0.0089 ( 3.8%) 0.0435 ( 9.2%) 0.0435 ( 1.3%) Type checking and Semantic analysis
0.0284 ( 12.1%) 0.0066 ( 2.8%) 0.0350 ( 7.4%) 0.0350 ( 1.1%) typecheck-stmt
0.0264 ( 11.3%) 0.0075 ( 3.2%) 0.0339 ( 7.2%) 0.0339 ( 1.1%) typecheck-expr
0.0236 ( 10.1%) 0.0073 ( 3.1%) 0.0309 ( 6.6%) 0.0310 ( 1.0%) typecheck-decl
0.0134 ( 5.7%) 0.0050 ( 2.1%) 0.0185 ( 3.9%) 0.0185 ( 0.6%) build-rewrite-system
0.0117 ( 5.0%) 0.0009 ( 0.4%) 0.0126 ( 2.7%) 0.0130 ( 0.4%) SIL optimization
0.0098 ( 4.2%) 0.0028 ( 1.2%) 0.0126 ( 2.7%) 0.0126 ( 0.4%) precheck-target
0.0068 ( 2.9%) 0.0041 ( 1.7%) 0.0109 ( 2.3%) 0.0109 ( 0.3%) IRGen
0.0064 ( 2.7%) 0.0012 ( 0.5%) 0.0075 ( 1.6%) 0.0076 ( 0.2%) SILGen
0.0052 ( 2.2%) 0.0010 ( 0.4%) 0.0062 ( 1.3%) 0.0062 ( 0.2%) SILGen-function
0.0016 ( 0.7%) 0.0020 ( 0.8%) 0.0036 ( 0.8%) 0.0037 ( 0.1%) import-clang-decl
0.0018 ( 0.8%) 0.0002 ( 0.1%) 0.0020 ( 0.4%) 0.0020 ( 0.1%) typecheck-for-each
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2340 (100.0%) 0.2361 (100.0%) 0.4701 (100.0%) 3.2311 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5794 seconds (2.0203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2672 (100.0%) 0.3122 (100.0%) 0.5794 (100.0%) 2.0203 (100.0%) Building Target
0.2672 (100.0%) 0.3122 (100.0%) 0.5794 (100.0%) 2.0203 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693540808-swift-frontend-Rexy-Error.swift-arm64_apple_watchos11.4-o-Onone-116486857.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3486 seconds (2.6209 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0151 ( 12.2%) 0.0881 ( 39.2%) 0.1033 ( 29.6%) 1.1996 ( 45.8%) parse-and-resolve-imports
0.0150 ( 12.1%) 0.0878 ( 39.1%) 0.1028 ( 29.5%) 1.1991 ( 45.8%) Import resolution
0.0017 ( 1.3%) 0.0114 ( 5.1%) 0.0131 ( 3.8%) 0.0916 ( 3.5%) load-stdlib
0.0457 ( 36.9%) 0.0174 ( 7.8%) 0.0631 ( 18.1%) 0.0631 ( 2.4%) build-rewrite-system
0.0089 ( 7.2%) 0.0037 ( 1.6%) 0.0126 ( 3.6%) 0.0130 ( 0.5%) perform-sema
0.0089 ( 7.2%) 0.0036 ( 1.6%) 0.0125 ( 3.6%) 0.0129 ( 0.5%) Type checking and Semantic analysis
0.0066 ( 5.3%) 0.0022 ( 1.0%) 0.0087 ( 2.5%) 0.0089 ( 0.3%) typecheck-stmt
0.0065 ( 5.2%) 0.0021 ( 0.9%) 0.0086 ( 2.5%) 0.0088 ( 0.3%) typecheck-expr
0.0037 ( 3.0%) 0.0022 ( 1.0%) 0.0060 ( 1.7%) 0.0063 ( 0.2%) typecheck-decl
0.0027 ( 2.2%) 0.0030 ( 1.3%) 0.0056 ( 1.6%) 0.0056 ( 0.2%) IRGen
0.0042 ( 3.4%) 0.0003 ( 0.1%) 0.0045 ( 1.3%) 0.0045 ( 0.2%) SIL optimization
0.0017 ( 1.3%) 0.0018 ( 0.8%) 0.0035 ( 1.0%) 0.0035 ( 0.1%) import-clang-decl
0.0018 ( 1.4%) 0.0004 ( 0.2%) 0.0022 ( 0.6%) 0.0022 ( 0.1%) SILGen
0.0012 ( 0.9%) 0.0003 ( 0.1%) 0.0015 ( 0.4%) 0.0015 ( 0.1%) SILGen-function
0.0003 ( 0.2%) 0.0001 ( 0.1%) 0.0004 ( 0.1%) 0.0005 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1239 (100.0%) 0.2246 (100.0%) 0.3486 (100.0%) 2.6209 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.8216 seconds (2.0172 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4603 (100.0%) 0.3613 (100.0%) 0.8216 (100.0%) 2.0172 (100.0%) Building Target
0.4603 (100.0%) 0.3613 (100.0%) 0.8216 (100.0%) 2.0172 (100.0%) Total
SwiftCompile normal arm64 Compiling\ EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693539999-swift-frontend-Rexy-EFlags.swift-arm64_apple_watchos11.4-o-Onone-472754028.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3719 seconds (3.1334 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0187 ( 14.1%) 0.0873 ( 36.5%) 0.1060 ( 28.5%) 1.4669 ( 46.8%) parse-and-resolve-imports
0.0186 ( 14.0%) 0.0871 ( 36.4%) 0.1057 ( 28.4%) 1.4666 ( 46.8%) Import resolution
0.0128 ( 9.6%) 0.0341 ( 14.3%) 0.0469 ( 12.6%) 0.0865 ( 2.8%) load-stdlib
0.0467 ( 35.1%) 0.0168 ( 7.0%) 0.0635 ( 17.1%) 0.0637 ( 2.0%) build-rewrite-system
0.0084 ( 6.3%) 0.0029 ( 1.2%) 0.0113 ( 3.0%) 0.0113 ( 0.4%) perform-sema
0.0084 ( 6.3%) 0.0029 ( 1.2%) 0.0112 ( 3.0%) 0.0112 ( 0.4%) Type checking and Semantic analysis
0.0082 ( 6.2%) 0.0028 ( 1.2%) 0.0110 ( 2.9%) 0.0110 ( 0.3%) typecheck-decl
0.0036 ( 2.7%) 0.0022 ( 0.9%) 0.0058 ( 1.6%) 0.0058 ( 0.2%) IRGen
0.0016 ( 1.2%) 0.0018 ( 0.8%) 0.0034 ( 0.9%) 0.0034 ( 0.1%) import-clang-decl
0.0016 ( 1.2%) 0.0007 ( 0.3%) 0.0023 ( 0.6%) 0.0023 ( 0.1%) typecheck-expr
0.0020 ( 1.5%) 0.0000 ( 0.0%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) SIL optimization
0.0014 ( 1.1%) 0.0003 ( 0.1%) 0.0017 ( 0.5%) 0.0017 ( 0.1%) SILGen
0.0005 ( 0.4%) 0.0001 ( 0.0%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-stmt
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1329 (100.0%) 0.2390 (100.0%) 0.3719 (100.0%) 3.1334 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6093 seconds (2.0188 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3799 (100.0%) 0.2294 (100.0%) 0.6093 (100.0%) 2.0188 (100.0%) Building Target
0.3799 (100.0%) 0.2294 (100.0%) 0.6093 (100.0%) 2.0188 (100.0%) Total
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
/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: add '@MainActor' to make static property 'notBeginningOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'notEndOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'startEnd' part of global actor 'MainActor'
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 arm64 Compiling\ String+Rexy.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693541807-swift-frontend-Rexy-String_Rexy.swift-arm64_apple_watchos11.4-o-Onone-1396792212.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3055 seconds (2.5972 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0137 ( 13.6%) 0.0835 ( 40.7%) 0.0972 ( 31.8%) 1.2030 ( 46.3%) parse-and-resolve-imports
0.0136 ( 13.5%) 0.0833 ( 40.7%) 0.0969 ( 31.7%) 1.2028 ( 46.3%) Import resolution
0.0017 ( 1.7%) 0.0104 ( 5.1%) 0.0120 ( 3.9%) 0.0906 ( 3.5%) load-stdlib
0.0493 ( 49.1%) 0.0164 ( 8.0%) 0.0657 ( 21.5%) 0.0658 ( 2.5%) build-rewrite-system
0.0050 ( 5.0%) 0.0025 ( 1.2%) 0.0075 ( 2.4%) 0.0080 ( 0.3%) perform-sema
0.0050 ( 4.9%) 0.0025 ( 1.2%) 0.0074 ( 2.4%) 0.0079 ( 0.3%) Type checking and Semantic analysis
0.0025 ( 2.5%) 0.0024 ( 1.2%) 0.0049 ( 1.6%) 0.0049 ( 0.2%) IRGen
0.0028 ( 2.8%) 0.0010 ( 0.5%) 0.0038 ( 1.3%) 0.0039 ( 0.1%) typecheck-expr
0.0016 ( 1.5%) 0.0011 ( 0.5%) 0.0026 ( 0.9%) 0.0029 ( 0.1%) typecheck-decl
0.0019 ( 1.9%) 0.0000 ( 0.0%) 0.0019 ( 0.6%) 0.0019 ( 0.1%) SIL optimization
0.0010 ( 1.0%) 0.0007 ( 0.3%) 0.0016 ( 0.5%) 0.0017 ( 0.1%) typecheck-stmt
0.0005 ( 0.5%) 0.0007 ( 0.3%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) import-clang-decl
0.0009 ( 0.9%) 0.0002 ( 0.1%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) SILGen
0.0005 ( 0.5%) 0.0001 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) SILGen-function
0.0004 ( 0.4%) 0.0002 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1005 (100.0%) 0.2049 (100.0%) 0.3055 (100.0%) 2.5972 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5051 seconds (1.6928 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3452 (100.0%) 0.1599 (100.0%) 0.5051 (100.0%) 1.6928 (100.0%) Building Target
0.3452 (100.0%) 0.1599 (100.0%) 0.5051 (100.0%) 1.6928 (100.0%) Total
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
SwiftCompile normal arm64_32 Compiling\ EFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693541018-swift-frontend-Rexy-EFlags.swift-arm64_32_apple_watchos11.4-o-Onone-2969044750.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3546 seconds (2.5497 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0160 ( 13.1%) 0.0892 ( 38.3%) 0.1052 ( 29.7%) 1.1518 ( 45.2%) parse-and-resolve-imports
0.0159 ( 13.0%) 0.0886 ( 38.1%) 0.1045 ( 29.5%) 1.1503 ( 45.1%) Import resolution
0.0017 ( 1.4%) 0.0119 ( 5.1%) 0.0136 ( 3.8%) 0.0913 ( 3.6%) load-stdlib
0.0481 ( 39.6%) 0.0171 ( 7.3%) 0.0652 ( 18.4%) 0.0652 ( 2.6%) build-rewrite-system
0.0092 ( 7.6%) 0.0062 ( 2.6%) 0.0154 ( 4.3%) 0.0230 ( 0.9%) perform-sema
0.0092 ( 7.5%) 0.0061 ( 2.6%) 0.0153 ( 4.3%) 0.0229 ( 0.9%) Type checking and Semantic analysis
0.0089 ( 7.3%) 0.0059 ( 2.5%) 0.0148 ( 4.2%) 0.0224 ( 0.9%) typecheck-decl
0.0046 ( 3.8%) 0.0046 ( 2.0%) 0.0092 ( 2.6%) 0.0097 ( 0.4%) IRGen
0.0019 ( 1.6%) 0.0009 ( 0.4%) 0.0028 ( 0.8%) 0.0041 ( 0.2%) typecheck-expr
0.0012 ( 1.0%) 0.0016 ( 0.7%) 0.0028 ( 0.8%) 0.0030 ( 0.1%) import-clang-decl
0.0023 ( 1.9%) 0.0001 ( 0.1%) 0.0024 ( 0.7%) 0.0024 ( 0.1%) SIL optimization
0.0017 ( 1.4%) 0.0004 ( 0.2%) 0.0021 ( 0.6%) 0.0021 ( 0.1%) SILGen
0.0006 ( 0.5%) 0.0001 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) typecheck-stmt
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1217 (100.0%) 0.2329 (100.0%) 0.3546 (100.0%) 2.5497 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.8480 seconds (2.0181 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4664 (100.0%) 0.3816 (100.0%) 0.8480 (100.0%) 2.0181 (100.0%) Building Target
0.4664 (100.0%) 0.3816 (100.0%) 0.8480 (100.0%) 2.0181 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/EFlags.swift (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/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: add '@MainActor' to make static property 'notBeginningOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'notEndOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'startEnd' part of global actor 'MainActor'
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 arm64_32 Compiling\ Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693541217-swift-frontend-Rexy-Regex.swift-arm64_32_apple_watchos11.4-o-Onone-1000299593.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3815 seconds (3.3728 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0145 ( 6.0%) 0.0355 ( 25.6%) 0.0499 ( 13.1%) 1.4833 ( 44.0%) parse-and-resolve-imports
0.0144 ( 5.9%) 0.0353 ( 25.5%) 0.0496 ( 13.0%) 1.4830 ( 44.0%) Import resolution
0.0017 ( 0.7%) 0.0120 ( 8.7%) 0.0137 ( 3.6%) 0.1298 ( 3.8%) load-stdlib
0.0363 ( 14.9%) 0.0089 ( 6.5%) 0.0452 ( 11.8%) 0.0469 ( 1.4%) perform-sema
0.0362 ( 14.9%) 0.0089 ( 6.4%) 0.0451 ( 11.8%) 0.0468 ( 1.4%) Type checking and Semantic analysis
0.0293 ( 12.0%) 0.0059 ( 4.3%) 0.0352 ( 9.2%) 0.0369 ( 1.1%) typecheck-stmt
0.0266 ( 10.9%) 0.0069 ( 5.0%) 0.0334 ( 8.8%) 0.0338 ( 1.0%) typecheck-expr
0.0246 ( 10.1%) 0.0069 ( 5.0%) 0.0315 ( 8.2%) 0.0318 ( 0.9%) typecheck-decl
0.0130 ( 5.3%) 0.0053 ( 3.8%) 0.0182 ( 4.8%) 0.0188 ( 0.6%) build-rewrite-system
0.0100 ( 4.1%) 0.0029 ( 2.1%) 0.0129 ( 3.4%) 0.0132 ( 0.4%) precheck-target
0.0115 ( 4.7%) 0.0003 ( 0.2%) 0.0118 ( 3.1%) 0.0119 ( 0.4%) SIL optimization
0.0074 ( 3.0%) 0.0043 ( 3.1%) 0.0117 ( 3.1%) 0.0117 ( 0.3%) IRGen
0.0075 ( 3.1%) 0.0017 ( 1.2%) 0.0092 ( 2.4%) 0.0095 ( 0.3%) SILGen
0.0060 ( 2.5%) 0.0014 ( 1.0%) 0.0073 ( 1.9%) 0.0076 ( 0.2%) SILGen-function
0.0022 ( 0.9%) 0.0004 ( 0.3%) 0.0026 ( 0.7%) 0.0039 ( 0.1%) typecheck-for-each
0.0019 ( 0.8%) 0.0018 ( 1.3%) 0.0037 ( 1.0%) 0.0037 ( 0.1%) import-clang-decl
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2431 (100.0%) 0.1385 (100.0%) 0.3815 (100.0%) 3.3728 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4502 seconds (2.0206 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.2358 (100.0%) 0.2144 (100.0%) 0.4502 (100.0%) 2.0206 (100.0%) Building Target
0.2358 (100.0%) 0.2144 (100.0%) 0.4502 (100.0%) 2.0206 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Rexy (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693542940-swift-frontend-Rexy-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-1113342178.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.1066 seconds (2.5327 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5929 ( 46.6%) 0.3803 ( 45.6%) 0.9732 ( 46.2%) 1.1576 ( 45.7%) parse-and-resolve-imports
0.5928 ( 46.6%) 0.3797 ( 45.5%) 0.9725 ( 46.2%) 1.1556 ( 45.6%) Import resolution
0.0127 ( 1.0%) 0.0330 ( 4.0%) 0.0458 ( 2.2%) 0.0844 ( 3.3%) load-stdlib
0.0149 ( 1.2%) 0.0088 ( 1.1%) 0.0237 ( 1.1%) 0.0298 ( 1.2%) perform-sema
0.0148 ( 1.2%) 0.0088 ( 1.1%) 0.0236 ( 1.1%) 0.0297 ( 1.2%) Type checking and Semantic analysis
0.0147 ( 1.2%) 0.0087 ( 1.0%) 0.0233 ( 1.1%) 0.0294 ( 1.2%) typecheck-decl
0.0092 ( 0.7%) 0.0068 ( 0.8%) 0.0159 ( 0.8%) 0.0167 ( 0.7%) SIL optimization
0.0047 ( 0.4%) 0.0024 ( 0.3%) 0.0071 ( 0.3%) 0.0074 ( 0.3%) typecheck-expr
0.0013 ( 0.1%) 0.0038 ( 0.5%) 0.0052 ( 0.2%) 0.0059 ( 0.2%) Serialization, swiftmodule
0.0054 ( 0.4%) 0.0003 ( 0.0%) 0.0057 ( 0.3%) 0.0057 ( 0.2%) build-rewrite-system
0.0045 ( 0.4%) 0.0006 ( 0.1%) 0.0051 ( 0.2%) 0.0051 ( 0.2%) SILGen
0.0023 ( 0.2%) 0.0003 ( 0.0%) 0.0026 ( 0.1%) 0.0026 ( 0.1%) SILGen-function
0.0003 ( 0.0%) 0.0008 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) Serialization, swiftdoc
0.0008 ( 0.1%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) precheck-target
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) import-clang-decl
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
1.2718 (100.0%) 0.8348 (100.0%) 2.1066 (100.0%) 2.5327 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.0826 seconds (1.3139 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6482 (100.0%) 0.4344 (100.0%) 1.0826 (100.0%) 1.3139 (100.0%) Building Target
0.6482 (100.0%) 0.4344 (100.0%) 1.0826 (100.0%) 1.3139 (100.0%) Total
EmitSwiftModule normal arm64_32 (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/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: add '@MainActor' to make static property 'notBeginningOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'notEndOfLine' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'startEnd' part of global actor 'MainActor'
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)
/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: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'extended' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignorePositions' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'newLineSensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignoreSpecialCharacters' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'literal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'endPointer' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'minimal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nonGreedy' part of global actor 'MainActor'
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_32 Compiling\ String+Rexy.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555693539924-swift-frontend-Rexy-String_Rexy.swift-arm64_32_apple_watchos11.4-o-Onone-460330957.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3125 seconds (2.5044 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0133 ( 13.4%) 0.0807 ( 37.7%) 0.0940 ( 30.1%) 1.1425 ( 45.6%) parse-and-resolve-imports
0.0132 ( 13.3%) 0.0805 ( 37.6%) 0.0937 ( 30.0%) 1.1422 ( 45.6%) Import resolution
0.0017 ( 1.7%) 0.0127 ( 5.9%) 0.0143 ( 4.6%) 0.1074 ( 4.3%) load-stdlib
0.0480 ( 48.8%) 0.0179 ( 8.4%) 0.0659 ( 21.1%) 0.0659 ( 2.6%) build-rewrite-system
0.0047 ( 4.8%) 0.0044 ( 2.0%) 0.0091 ( 2.9%) 0.0096 ( 0.4%) perform-sema
0.0047 ( 4.8%) 0.0043 ( 2.0%) 0.0090 ( 2.9%) 0.0096 ( 0.4%) Type checking and Semantic analysis
0.0030 ( 3.1%) 0.0054 ( 2.5%) 0.0084 ( 2.7%) 0.0084 ( 0.3%) IRGen
0.0016 ( 1.6%) 0.0026 ( 1.2%) 0.0042 ( 1.4%) 0.0048 ( 0.2%) typecheck-decl
0.0026 ( 2.6%) 0.0013 ( 0.6%) 0.0039 ( 1.2%) 0.0039 ( 0.2%) typecheck-expr
0.0014 ( 1.5%) 0.0013 ( 0.6%) 0.0027 ( 0.9%) 0.0030 ( 0.1%) SILGen
0.0019 ( 2.0%) 0.0002 ( 0.1%) 0.0022 ( 0.7%) 0.0022 ( 0.1%) SIL optimization
0.0010 ( 1.0%) 0.0010 ( 0.5%) 0.0020 ( 0.6%) 0.0020 ( 0.1%) typecheck-stmt
0.0006 ( 0.6%) 0.0008 ( 0.4%) 0.0014 ( 0.4%) 0.0014 ( 0.1%) SILGen-function
0.0004 ( 0.4%) 0.0005 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.0%) import-clang-decl
0.0004 ( 0.4%) 0.0002 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0985 (100.0%) 0.2139 (100.0%) 0.3125 (100.0%) 2.5044 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5503 seconds (1.7136 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3523 (100.0%) 0.1980 (100.0%) 0.5503 (100.0%) 1.7136 (100.0%) Building Target
0.3523 (100.0%) 0.1980 (100.0%) 0.5503 (100.0%) 1.7136 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/String+Rexy.swift (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555694932205-swift-frontend-Rexy-Error.swift-arm64_32_apple_watchos11.4-o-Onone-1468344607.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1684 seconds (0.1687 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0457 ( 40.5%) 0.0170 ( 30.6%) 0.0627 ( 37.2%) 0.0630 ( 37.3%) build-rewrite-system
0.0111 ( 9.9%) 0.0099 ( 17.8%) 0.0210 ( 12.5%) 0.0210 ( 12.4%) parse-and-resolve-imports
0.0111 ( 9.8%) 0.0097 ( 17.5%) 0.0208 ( 12.3%) 0.0208 ( 12.3%) Import resolution
0.0084 ( 7.4%) 0.0033 ( 6.0%) 0.0117 ( 6.9%) 0.0117 ( 6.9%) perform-sema
0.0083 ( 7.4%) 0.0033 ( 5.9%) 0.0116 ( 6.9%) 0.0116 ( 6.9%) Type checking and Semantic analysis
0.0060 ( 5.3%) 0.0019 ( 3.5%) 0.0079 ( 4.7%) 0.0079 ( 4.7%) typecheck-stmt
0.0059 ( 5.2%) 0.0019 ( 3.5%) 0.0078 ( 4.7%) 0.0078 ( 4.7%) typecheck-expr
0.0034 ( 3.0%) 0.0016 ( 2.9%) 0.0050 ( 3.0%) 0.0050 ( 2.9%) typecheck-decl
0.0026 ( 2.3%) 0.0021 ( 3.8%) 0.0047 ( 2.8%) 0.0047 ( 2.8%) IRGen
0.0043 ( 3.8%) 0.0002 ( 0.3%) 0.0044 ( 2.6%) 0.0044 ( 2.6%) SIL optimization
0.0018 ( 1.6%) 0.0020 ( 3.7%) 0.0039 ( 2.3%) 0.0039 ( 2.3%) import-clang-decl
0.0010 ( 0.9%) 0.0015 ( 2.6%) 0.0025 ( 1.5%) 0.0025 ( 1.5%) load-stdlib
0.0018 ( 1.6%) 0.0005 ( 1.0%) 0.0023 ( 1.4%) 0.0023 ( 1.4%) SILGen
0.0012 ( 1.1%) 0.0004 ( 0.7%) 0.0016 ( 1.0%) 0.0016 ( 1.0%) SILGen-function
0.0002 ( 0.2%) 0.0000 ( 0.0%) 0.0003 ( 0.2%) 0.0003 ( 0.2%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.1%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.1129 (100.0%) 0.0555 (100.0%) 0.1684 (100.0%) 0.1687 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6092 seconds (0.6270 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4027 (100.0%) 0.2065 (100.0%) 0.6092 (100.0%) 0.6270 (100.0%) Building Target
0.4027 (100.0%) 0.2065 (100.0%) 0.6092 (100.0%) 0.6270 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Error.swift (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Rexy (in target 'Rexy' from project 'Rexy')
SwiftDriver\ Compilation\ Requirements Rexy normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-16.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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Headers/Rexy-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Headers/Rexy-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-16.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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-16.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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-16.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-watchos/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-16.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-watchos/Rexy.build/Objects-normal/arm64/Rexy.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-16.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-watchos/Rexy.build/Objects-normal/arm64/Rexy.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-16.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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-16.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-watchos/Rexy.build/Objects-normal/arm64/Rexy.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Modules/Rexy.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ CFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555695287403-swift-frontend-Rexy-CFlags.swift-arm64_32_apple_watchos11.4-o-Onone-2711809443.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1310 seconds (0.1310 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0115 ( 14.1%) 0.0151 ( 30.5%) 0.0265 ( 20.3%) 0.0265 ( 20.3%) parse-and-resolve-imports
0.0114 ( 14.0%) 0.0149 ( 30.1%) 0.0263 ( 20.1%) 0.0263 ( 20.1%) Import resolution
0.0113 ( 13.8%) 0.0030 ( 6.0%) 0.0142 ( 10.9%) 0.0142 ( 10.8%) perform-sema
0.0112 ( 13.7%) 0.0029 ( 6.0%) 0.0141 ( 10.8%) 0.0141 ( 10.8%) Type checking and Semantic analysis
0.0109 ( 13.3%) 0.0028 ( 5.7%) 0.0137 ( 10.5%) 0.0137 ( 10.5%) typecheck-decl
0.0085 ( 10.4%) 0.0027 ( 5.5%) 0.0112 ( 8.5%) 0.0112 ( 8.5%) build-rewrite-system
0.0044 ( 5.3%) 0.0032 ( 6.5%) 0.0076 ( 5.8%) 0.0076 ( 5.8%) IRGen
0.0036 ( 4.4%) 0.0010 ( 1.9%) 0.0045 ( 3.5%) 0.0045 ( 3.5%) typecheck-expr
0.0024 ( 2.9%) 0.0005 ( 1.1%) 0.0029 ( 2.2%) 0.0029 ( 2.2%) SILGen
0.0026 ( 3.2%) 0.0000 ( 0.1%) 0.0027 ( 2.0%) 0.0027 ( 2.0%) SIL optimization
0.0011 ( 1.4%) 0.0015 ( 3.0%) 0.0026 ( 2.0%) 0.0026 ( 2.0%) import-clang-decl
0.0009 ( 1.1%) 0.0015 ( 3.0%) 0.0024 ( 1.8%) 0.0024 ( 1.8%) load-stdlib
0.0013 ( 1.6%) 0.0002 ( 0.4%) 0.0015 ( 1.2%) 0.0015 ( 1.2%) SILGen-function
0.0004 ( 0.5%) 0.0000 ( 0.0%) 0.0004 ( 0.3%) 0.0004 ( 0.3%) precheck-target
0.0001 ( 0.2%) 0.0001 ( 0.1%) 0.0002 ( 0.2%) 0.0002 ( 0.2%) typecheck-stmt
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0816 (100.0%) 0.0494 (100.0%) 0.1310 (100.0%) 0.1310 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2618 seconds (0.2726 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1238 (100.0%) 0.1380 (100.0%) 0.2618 (100.0%) 0.2726 (100.0%) Building Target
0.1238 (100.0%) 0.1380 (100.0%) 0.2618 (100.0%) 0.2726 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Rexy/CFlags.swift (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/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: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'basic' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'extended' part of global actor 'MainActor'
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: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: add '@MainActor' to make static property 'caseInsensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignorePositions' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'newLineSensitive' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'ignoreSpecialCharacters' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'literal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'endPointer' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'minimal' part of global actor 'MainActor'
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: add '@MainActor' to make static property 'nonGreedy' part of global actor 'MainActor'
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)
SwiftDriverJobDiscovery normal arm64 Compiling String+Rexy.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64_32 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_32 Compiling Regex.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64_32 Compiling CFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling EFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64_32 Compiling EFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64_32 Compiling Error.swift (in target 'Rexy' from project 'Rexy')
SwiftDriver\ Compilation Rexy normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/Rexy.build/Objects-normal/arm64_32/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-watchos/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-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling CFlags.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 -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Rexy -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/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-watchos/Rexy.build/Objects-normal/arm64_32/Binary/Rexy normal arm64_32 (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.LinkFileList -install_name @rpath/Rexy.framework/Rexy -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_lto.o -rdynamic -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Binary/Rexy
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Binary/Rexy normal arm64 (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.LinkFileList -install_name @rpath/Rexy.framework/Rexy -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy_lto.o -rdynamic -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Binary/Rexy
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Rexy normal arm64\ arm64_32 (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Binary/Rexy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Binary/Rexy -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Rexy
ExtractAppIntentsMetadata (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Rexy --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Rexy --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Rexy.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Rexy.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64/Rexy.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-watchos/Rexy.build/Objects-normal/arm64_32/Rexy.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 21:34:55.795 appintentsmetadataprocessor[704:3973] Starting appintentsmetadataprocessor export
2025-04-24 21:34:55.798 appintentsmetadataprocessor[704:3973] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Rexy (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Rexy -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework.dSYM
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Rexy.framework/Rexy.tbd (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework/Rexy -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Rexy.framework/Rexy.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework (in target 'Rexy' from project 'Rexy')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Rexy.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Rexy",
"name" : "Rexy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Rexy",
"targets" : [
"Rexy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RexyTests",
"module_type" : "SwiftTarget",
"name" : "RexyTests",
"path" : "Tests/RexyTests",
"sources" : [
"CFlagsTests.swift",
"EFlagsTests.swift",
"ErrorTests.swift",
"RegexTests.swift"
],
"target_dependencies" : [
"Rexy"
],
"type" : "test"
},
{
"c99name" : "Rexy",
"module_type" : "SwiftTarget",
"name" : "Rexy",
"path" : "Sources/Rexy",
"product_memberships" : [
"Rexy"
],
"sources" : [
"CFlags.swift",
"EFlags.swift",
"Error.swift",
"Regex.swift",
"String+Rexy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.