Build Information
Successful build of Rexy, reference master (3f4527
), with Swift 6.1 for iOS using Xcode 16.3 on 25 Apr 2025 04:34:30 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=iOS 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vadymmarkov/rexy
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: iOS
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=iOS 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=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 9291d173be366e1d2ea96cadad2912d4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9291d173be366e1d2ea96cadad2912d4.xcbuilddata
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
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
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/Rexy.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Rexy.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Rexy.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Rexy.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Rexy.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Info.plist
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-1745555667743739-swift-frontend-Rexy-all-arm64_apple_ios18.4-swiftmodule-Onone-2831989284.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1644 seconds (2.3430 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0123 ( 13.3%) 0.0204 ( 28.3%) 0.0326 ( 19.8%) 1.0793 ( 46.1%) parse-and-resolve-imports
0.0122 ( 13.2%) 0.0203 ( 28.1%) 0.0324 ( 19.7%) 1.0790 ( 46.1%) Import resolution
0.0017 ( 1.8%) 0.0089 ( 12.3%) 0.0105 ( 6.4%) 0.0946 ( 4.0%) load-stdlib
0.0130 ( 14.1%) 0.0030 ( 4.1%) 0.0160 ( 9.7%) 0.0160 ( 0.7%) perform-sema
0.0130 ( 14.0%) 0.0029 ( 4.1%) 0.0159 ( 9.7%) 0.0159 ( 0.7%) Type checking and Semantic analysis
0.0129 ( 13.9%) 0.0029 ( 4.0%) 0.0158 ( 9.6%) 0.0157 ( 0.7%) typecheck-decl
0.0091 ( 9.9%) 0.0055 ( 7.6%) 0.0146 ( 8.9%) 0.0152 ( 0.6%) SIL optimization
0.0052 ( 5.6%) 0.0014 ( 2.0%) 0.0066 ( 4.0%) 0.0066 ( 0.3%) build-rewrite-system
0.0042 ( 4.5%) 0.0012 ( 1.7%) 0.0054 ( 3.3%) 0.0054 ( 0.2%) typecheck-expr
0.0012 ( 1.3%) 0.0033 ( 4.5%) 0.0045 ( 2.7%) 0.0051 ( 0.2%) Serialization, swiftmodule
0.0041 ( 4.5%) 0.0009 ( 1.2%) 0.0050 ( 3.0%) 0.0050 ( 0.2%) SILGen
0.0021 ( 2.3%) 0.0004 ( 0.5%) 0.0025 ( 1.5%) 0.0025 ( 0.1%) SILGen-function
0.0003 ( 0.3%) 0.0007 ( 1.0%) 0.0010 ( 0.6%) 0.0010 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.7%) 0.0002 ( 0.3%) 0.0009 ( 0.6%) 0.0009 ( 0.0%) precheck-target
0.0002 ( 0.2%) 0.0002 ( 0.2%) 0.0004 ( 0.2%) 0.0003 ( 0.0%) import-clang-decl
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 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%) 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%) perform-whole-module-type-checking
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%) AST verification
0.0923 (100.0%) 0.0721 (100.0%) 0.1644 (100.0%) 2.3430 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0949 seconds (1.2267 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0522 (100.0%) 0.0428 (100.0%) 0.0949 (100.0%) 1.2267 (100.0%) Building Target
0.0522 (100.0%) 0.0428 (100.0%) 0.0949 (100.0%) 1.2267 (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')
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)
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555667744276-swift-frontend-Rexy-EFlags.swift-arm64_apple_ios18.4-o-Onone-4130821688.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1742 seconds (2.0773 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0121 ( 11.9%) 0.0140 ( 19.1%) 0.0261 ( 15.0%) 0.9180 ( 44.2%) parse-and-resolve-imports
0.0120 ( 11.8%) 0.0138 ( 19.0%) 0.0258 ( 14.8%) 0.9177 ( 44.2%) Import resolution
0.0017 ( 1.7%) 0.0089 ( 12.2%) 0.0106 ( 6.1%) 0.1143 ( 5.5%) load-stdlib
0.0434 ( 42.8%) 0.0111 ( 15.2%) 0.0545 ( 31.3%) 0.0544 ( 2.6%) build-rewrite-system
0.0076 ( 7.5%) 0.0060 ( 8.2%) 0.0136 ( 7.8%) 0.0183 ( 0.9%) perform-sema
0.0075 ( 7.4%) 0.0060 ( 8.2%) 0.0135 ( 7.8%) 0.0182 ( 0.9%) Type checking and Semantic analysis
0.0074 ( 7.3%) 0.0058 ( 8.0%) 0.0132 ( 7.6%) 0.0179 ( 0.9%) typecheck-decl
0.0030 ( 3.0%) 0.0034 ( 4.6%) 0.0064 ( 3.7%) 0.0069 ( 0.3%) IRGen
0.0015 ( 1.5%) 0.0011 ( 1.6%) 0.0026 ( 1.5%) 0.0034 ( 0.2%) typecheck-expr
0.0014 ( 1.3%) 0.0012 ( 1.7%) 0.0026 ( 1.5%) 0.0027 ( 0.1%) SILGen
0.0020 ( 2.0%) 0.0000 ( 0.1%) 0.0021 ( 1.2%) 0.0021 ( 0.1%) SIL optimization
0.0010 ( 1.0%) 0.0008 ( 1.0%) 0.0018 ( 1.0%) 0.0018 ( 0.1%) import-clang-decl
0.0005 ( 0.5%) 0.0007 ( 1.0%) 0.0012 ( 0.7%) 0.0013 ( 0.1%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) typecheck-stmt
0.0001 ( 0.1%) 0.0000 ( 0.1%) 0.0001 ( 0.1%) 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%) 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%) 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.1013 (100.0%) 0.0729 (100.0%) 0.1742 (100.0%) 2.0773 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6711 seconds (1.6907 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4046 (100.0%) 0.2665 (100.0%) 0.6711 (100.0%) 1.6907 (100.0%) Building Target
0.4046 (100.0%) 0.2665 (100.0%) 0.6711 (100.0%) 1.6907 (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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555667746558-swift-frontend-Rexy-CFlags.swift-arm64_apple_ios18.4-o-Onone-323661793.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 1.7345 seconds (2.0925 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.5609 ( 46.4%) 0.2424 ( 46.1%) 0.8034 ( 46.3%) 0.9356 ( 44.7%) parse-and-resolve-imports
0.5608 ( 46.4%) 0.2417 ( 45.9%) 0.8025 ( 46.3%) 0.9341 ( 44.6%) Import resolution
0.0016 ( 0.1%) 0.0096 ( 1.8%) 0.0112 ( 0.6%) 0.0931 ( 4.4%) load-stdlib
0.0429 ( 3.5%) 0.0078 ( 1.5%) 0.0507 ( 2.9%) 0.0507 ( 2.4%) build-rewrite-system
0.0098 ( 0.8%) 0.0063 ( 1.2%) 0.0161 ( 0.9%) 0.0197 ( 0.9%) perform-sema
0.0097 ( 0.8%) 0.0063 ( 1.2%) 0.0160 ( 0.9%) 0.0196 ( 0.9%) Type checking and Semantic analysis
0.0095 ( 0.8%) 0.0061 ( 1.2%) 0.0156 ( 0.9%) 0.0193 ( 0.9%) typecheck-decl
0.0033 ( 0.3%) 0.0025 ( 0.5%) 0.0058 ( 0.3%) 0.0064 ( 0.3%) IRGen
0.0031 ( 0.3%) 0.0017 ( 0.3%) 0.0048 ( 0.3%) 0.0053 ( 0.3%) typecheck-expr
0.0019 ( 0.2%) 0.0005 ( 0.1%) 0.0024 ( 0.1%) 0.0026 ( 0.1%) SILGen
0.0024 ( 0.2%) 0.0000 ( 0.0%) 0.0024 ( 0.1%) 0.0024 ( 0.1%) SIL optimization
0.0010 ( 0.1%) 0.0008 ( 0.1%) 0.0018 ( 0.1%) 0.0018 ( 0.1%) import-clang-decl
0.0010 ( 0.1%) 0.0003 ( 0.1%) 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.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-stmt
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%) 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%) 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
1.2083 (100.0%) 0.5262 (100.0%) 1.7345 (100.0%) 2.0925 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4544 seconds (1.6881 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9568 (100.0%) 0.4976 (100.0%) 1.4544 (100.0%) 1.6881 (100.0%) Building Target
0.9568 (100.0%) 0.4976 (100.0%) 1.4544 (100.0%) 1.6881 (100.0%) Total
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)
SwiftCompile normal arm64 Compiling\ Regex.swift /Users/admin/builder/spi-builder-workspace/Sources/Rexy/Regex.swift (in target 'Rexy' from project 'Rexy')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745555667746754-swift-frontend-Rexy-Regex.swift-arm64_apple_ios18.4-o-Onone-152510558.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3590 seconds (2.4210 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0127 ( 5.4%) 0.0216 ( 17.3%) 0.0343 ( 9.6%) 1.0540 ( 43.5%) parse-and-resolve-imports
0.0126 ( 5.4%) 0.0215 ( 17.2%) 0.0341 ( 9.5%) 1.0537 ( 43.5%) Import resolution
0.0118 ( 5.0%) 0.0382 ( 30.6%) 0.0500 ( 13.9%) 0.0727 ( 3.0%) load-stdlib
0.0401 ( 17.1%) 0.0111 ( 8.9%) 0.0512 ( 14.3%) 0.0512 ( 2.1%) build-rewrite-system
0.0279 ( 11.9%) 0.0052 ( 4.2%) 0.0331 ( 9.2%) 0.0331 ( 1.4%) perform-sema
0.0279 ( 11.9%) 0.0052 ( 4.1%) 0.0330 ( 9.2%) 0.0330 ( 1.4%) Type checking and Semantic analysis
0.0226 ( 9.6%) 0.0037 ( 3.0%) 0.0263 ( 7.3%) 0.0263 ( 1.1%) typecheck-stmt
0.0212 ( 9.0%) 0.0042 ( 3.4%) 0.0253 ( 7.1%) 0.0253 ( 1.0%) typecheck-expr
0.0191 ( 8.1%) 0.0042 ( 3.3%) 0.0232 ( 6.5%) 0.0232 ( 1.0%) typecheck-decl
0.0104 ( 4.4%) 0.0009 ( 0.7%) 0.0113 ( 3.1%) 0.0113 ( 0.5%) SIL optimization
0.0082 ( 3.5%) 0.0016 ( 1.3%) 0.0098 ( 2.7%) 0.0098 ( 0.4%) precheck-target
0.0053 ( 2.2%) 0.0037 ( 3.0%) 0.0090 ( 2.5%) 0.0090 ( 0.4%) IRGen
0.0062 ( 2.6%) 0.0010 ( 0.8%) 0.0071 ( 2.0%) 0.0071 ( 0.3%) SILGen
0.0051 ( 2.2%) 0.0008 ( 0.7%) 0.0059 ( 1.7%) 0.0059 ( 0.2%) SILGen-function
0.0018 ( 0.8%) 0.0017 ( 1.3%) 0.0034 ( 1.0%) 0.0034 ( 0.1%) import-clang-decl
0.0015 ( 0.6%) 0.0001 ( 0.1%) 0.0016 ( 0.4%) 0.0016 ( 0.1%) typecheck-for-each
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%) perform-whole-module-type-checking
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%) 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.2343 (100.0%) 0.1247 (100.0%) 0.3590 (100.0%) 2.4210 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.6343 seconds (1.6906 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.4002 (100.0%) 0.2341 (100.0%) 0.6343 (100.0%) 1.6906 (100.0%) Building Target
0.4002 (100.0%) 0.2341 (100.0%) 0.6343 (100.0%) 1.6906 (100.0%) Total
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-1745555667747061-swift-frontend-Rexy-String_Rexy.swift-arm64_apple_ios18.4-o-Onone-1334539517.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1063 seconds (2.7175 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0132 ( 28.3%) 0.0221 ( 37.0%) 0.0353 ( 33.2%) 1.3028 ( 47.9%) parse-and-resolve-imports
0.0131 ( 28.1%) 0.0220 ( 36.8%) 0.0351 ( 33.0%) 1.3026 ( 47.9%) Import resolution
0.0016 ( 3.4%) 0.0079 ( 13.3%) 0.0095 ( 8.9%) 0.0857 ( 3.2%) load-stdlib
0.0040 ( 8.7%) 0.0014 ( 2.4%) 0.0055 ( 5.2%) 0.0055 ( 0.2%) perform-sema
0.0040 ( 8.6%) 0.0014 ( 2.4%) 0.0054 ( 5.1%) 0.0054 ( 0.2%) Type checking and Semantic analysis
0.0022 ( 4.7%) 0.0022 ( 3.6%) 0.0043 ( 4.1%) 0.0043 ( 0.2%) IRGen
0.0024 ( 5.2%) 0.0009 ( 1.5%) 0.0033 ( 3.1%) 0.0033 ( 0.1%) typecheck-expr
0.0019 ( 4.0%) 0.0000 ( 0.0%) 0.0019 ( 1.8%) 0.0019 ( 0.1%) SIL optimization
0.0012 ( 2.6%) 0.0004 ( 0.7%) 0.0016 ( 1.5%) 0.0016 ( 0.1%) typecheck-decl
0.0008 ( 1.7%) 0.0005 ( 0.8%) 0.0013 ( 1.2%) 0.0013 ( 0.0%) typecheck-stmt
0.0008 ( 1.8%) 0.0002 ( 0.3%) 0.0010 ( 1.0%) 0.0010 ( 0.0%) SILGen
0.0004 ( 0.8%) 0.0002 ( 0.4%) 0.0006 ( 0.6%) 0.0006 ( 0.0%) precheck-target
0.0005 ( 1.0%) 0.0001 ( 0.2%) 0.0006 ( 0.6%) 0.0006 ( 0.0%) SILGen-function
0.0001 ( 0.3%) 0.0002 ( 0.4%) 0.0004 ( 0.4%) 0.0004 ( 0.0%) import-clang-decl
0.0003 ( 0.6%) 0.0001 ( 0.1%) 0.0004 ( 0.4%) 0.0004 ( 0.0%) build-rewrite-system
0.0000 ( 0.1%) 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%) 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%) 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.0466 (100.0%) 0.0597 (100.0%) 0.1063 (100.0%) 2.7175 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0688 seconds (1.4126 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0305 (100.0%) 0.0383 (100.0%) 0.0688 (100.0%) 1.4126 (100.0%) Building Target
0.0305 (100.0%) 0.0383 (100.0%) 0.0688 (100.0%) 1.4126 (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 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-1745555667746302-swift-frontend-Rexy-Error.swift-arm64_apple_ios18.4-o-Onone-3829239985.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1666 seconds (2.7383 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0177 ( 20.9%) 0.0277 ( 34.0%) 0.0455 ( 27.3%) 1.2997 ( 47.5%) parse-and-resolve-imports
0.0176 ( 20.7%) 0.0276 ( 33.9%) 0.0452 ( 27.2%) 1.2995 ( 47.5%) Import resolution
0.0016 ( 1.8%) 0.0096 ( 11.8%) 0.0112 ( 6.7%) 0.0744 ( 2.7%) load-stdlib
0.0081 ( 9.5%) 0.0022 ( 2.7%) 0.0103 ( 6.2%) 0.0103 ( 0.4%) build-rewrite-system
0.0077 ( 9.0%) 0.0026 ( 3.2%) 0.0103 ( 6.2%) 0.0103 ( 0.4%) perform-sema
0.0076 ( 8.9%) 0.0026 ( 3.2%) 0.0102 ( 6.1%) 0.0102 ( 0.4%) Type checking and Semantic analysis
0.0056 ( 6.6%) 0.0014 ( 1.8%) 0.0070 ( 4.2%) 0.0070 ( 0.3%) typecheck-stmt
0.0055 ( 6.5%) 0.0014 ( 1.7%) 0.0070 ( 4.2%) 0.0070 ( 0.3%) typecheck-expr
0.0024 ( 2.8%) 0.0024 ( 2.9%) 0.0048 ( 2.9%) 0.0048 ( 0.2%) IRGen
0.0030 ( 3.6%) 0.0015 ( 1.9%) 0.0046 ( 2.7%) 0.0046 ( 0.2%) typecheck-decl
0.0041 ( 4.8%) 0.0001 ( 0.1%) 0.0041 ( 2.5%) 0.0041 ( 0.2%) SIL optimization
0.0017 ( 2.0%) 0.0005 ( 0.7%) 0.0023 ( 1.4%) 0.0023 ( 0.1%) SILGen
0.0010 ( 1.2%) 0.0011 ( 1.4%) 0.0021 ( 1.3%) 0.0021 ( 0.1%) import-clang-decl
0.0012 ( 1.4%) 0.0004 ( 0.5%) 0.0017 ( 1.0%) 0.0017 ( 0.1%) SILGen-function
0.0002 ( 0.2%) 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%) load-all-members
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%) 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.0851 (100.0%) 0.0815 (100.0%) 0.1666 (100.0%) 2.7383 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3650 seconds (1.6875 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1630 (100.0%) 0.2020 (100.0%) 0.3650 (100.0%) 1.6875 (100.0%) Building Target
0.1630 (100.0%) 0.2020 (100.0%) 0.3650 (100.0%) 1.6875 (100.0%) Total
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
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Headers/Rexy-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Headers/Rexy-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Modules/Rexy.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling String+Rexy.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling Error.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling CFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling EFlags.swift (in target 'Rexy' from project 'Rexy')
SwiftDriverJobDiscovery normal arm64 Compiling Regex.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Rexy.build/Objects-normal/arm64/Rexy_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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/Products/Debug-iphoneos/Rexy.framework/Rexy normal (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-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -Os -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Rexy --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/Rexy_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Rexy.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Rexy.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Objects-normal/arm64/Rexy.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 21:34:29.635 appintentsmetadataprocessor[697:3902] Starting appintentsmetadataprocessor export
2025-04-24 21:34:29.637 appintentsmetadataprocessor[697:3902] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Rexy.framework/Rexy -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework.dSYM
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/ssu --bundle-id --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Rexy.build/Debug-iphoneos/Rexy.build/Rexy.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 21:34:29.660 appintentsnltrainingprocessor[699:3904] Parsing options for appintentsnltrainingprocessor
2025-04-24 21:34:29.661 appintentsnltrainingprocessor[699:3904] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Rexy.framework/Rexy -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Rexy.framework/Rexy.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Rexy.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.