Build Information
Successful build of RegularExpressionDecoder, reference master (38a13a
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 23:15:21 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 RegularExpressionDecoder -destination platform=macOS,arch=arm64 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/flight-school/regularexpressiondecoder.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/regularexpressiondecoder
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 38a13ab Use GitHub Actions for CI/CD (#1)
Cloned https://github.com/flight-school/regularexpressiondecoder.git
Revision (git rev-parse @):
38a13abea850d901c04b3431b1bf5b08bcae43b2
SUCCESS checkout https://github.com/flight-school/regularexpressiondecoder.git at master
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/flight-school/regularexpressiondecoder.git
https://github.com/flight-school/regularexpressiondecoder.git
{
"dependencies" : [
],
"manifest_display_name" : "RegularExpressionDecoder",
"name" : "RegularExpressionDecoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RegularExpressionDecoder",
"targets" : [
"RegularExpressionDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RegularExpressionDecoderTests",
"module_type" : "SwiftTarget",
"name" : "RegularExpressionDecoderTests",
"path" : "Tests",
"sources" : [
"RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
],
"target_dependencies" : [
"RegularExpressionDecoder"
],
"type" : "test"
},
{
"c99name" : "RegularExpressionDecoder",
"module_type" : "SwiftTarget",
"name" : "RegularExpressionDecoder",
"path" : "Sources",
"product_memberships" : [
"RegularExpressionDecoder"
],
"sources" : [
"RegularExpressionDecoder/KeyedDecodingContainer.swift",
"RegularExpressionDecoder/RegularExpressionDecoder.swift",
"RegularExpressionDecoder/RegularExpressionPattern.swift",
"RegularExpressionDecoder/SingleValueDecodingContainer.swift",
"RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "RegularExpressionDecoder",
"name" : "RegularExpressionDecoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RegularExpressionDecoder",
"targets" : [
"RegularExpressionDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RegularExpressionDecoderTests",
"module_type" : "SwiftTarget",
"name" : "RegularExpressionDecoderTests",
"path" : "Tests",
"sources" : [
"RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
],
"target_dependencies" : [
"RegularExpressionDecoder"
],
"type" : "test"
},
{
"c99name" : "RegularExpressionDecoder",
"module_type" : "SwiftTarget",
"name" : "RegularExpressionDecoder",
"path" : "Sources",
"product_memberships" : [
"RegularExpressionDecoder"
],
"sources" : [
"RegularExpressionDecoder/KeyedDecodingContainer.swift",
"RegularExpressionDecoder/RegularExpressionDecoder.swift",
"RegularExpressionDecoder/RegularExpressionPattern.swift",
"RegularExpressionDecoder/SingleValueDecodingContainer.swift",
"RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "RegularExpressionDecoder",
"schemes" : [
"RegularExpressionDecoder"
],
"targets" : [
"RegularExpressionDecoder",
"RegularExpressionDecoderPackageDescription",
"RegularExpressionDecoderPackageTests",
"RegularExpressionDecoderTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RegularExpressionDecoder -destination platform=macOS,arch=arm64 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 RegularExpressionDecoder -destination platform=macOS,arch=arm64 "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 'RegularExpressionDecoder' in project 'RegularExpressionDecoder' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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: 51201618766457a511bb353995ad00c3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/51201618766457a511bb353995ad00c3.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.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/RegularExpressionDecoder.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/RegularExpressionDecoder Versions/Current/RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/RegularExpressionDecoder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/RegularExpressionDecoder
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Resources Versions/Current/Resources (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Resources
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/Current A (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyMetadataFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyStaticMetadataFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Modules Versions/Current/Modules (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Headers Versions/Current/Headers (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.LinkFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-OutputFileMap.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftConstValuesFileList (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftConstValuesFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Headers (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Resources (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj/RegularExpressionDecoder_Info.plist (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj/RegularExpressionDecoder_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Resources/Info.plist
SwiftDriver RegularExpressionDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
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 RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ KeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745536516470766-swift-frontend-RegularExpressionDecoder-KeyedDecodingContainer.swift-arm64_apple_macos10.10-o-Onone-672136054.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3892 seconds (5.3525 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0224 ( 7.9%) 0.0196 ( 18.4%) 0.0421 ( 10.8%) 2.4677 ( 46.1%) parse-and-resolve-imports
0.0214 ( 7.6%) 0.0187 ( 17.5%) 0.0401 ( 10.3%) 2.4658 ( 46.1%) Import resolution
0.0013 ( 0.5%) 0.0053 ( 4.9%) 0.0066 ( 1.7%) 0.1185 ( 2.2%) load-stdlib
0.0689 ( 24.4%) 0.0184 ( 17.3%) 0.0873 ( 22.4%) 0.0873 ( 1.6%) build-rewrite-system
0.0407 ( 14.4%) 0.0097 ( 9.1%) 0.0504 ( 12.9%) 0.0504 ( 0.9%) perform-sema
0.0407 ( 14.4%) 0.0096 ( 9.0%) 0.0503 ( 12.9%) 0.0503 ( 0.9%) Type checking and Semantic analysis
0.0241 ( 8.5%) 0.0060 ( 5.6%) 0.0301 ( 7.7%) 0.0301 ( 0.6%) typecheck-stmt
0.0173 ( 6.1%) 0.0037 ( 3.5%) 0.0210 ( 5.4%) 0.0210 ( 0.4%) typecheck-decl
0.0108 ( 3.8%) 0.0077 ( 7.2%) 0.0185 ( 4.7%) 0.0185 ( 0.3%) import-clang-decl
0.0072 ( 2.5%) 0.0035 ( 3.3%) 0.0107 ( 2.7%) 0.0107 ( 0.2%) IRGen
0.0063 ( 2.2%) 0.0016 ( 1.5%) 0.0079 ( 2.0%) 0.0079 ( 0.1%) precheck-target
0.0060 ( 2.1%) 0.0011 ( 1.0%) 0.0071 ( 1.8%) 0.0071 ( 0.1%) SILGen
0.0055 ( 1.9%) 0.0008 ( 0.7%) 0.0063 ( 1.6%) 0.0063 ( 0.1%) typecheck-expr
0.0059 ( 2.1%) 0.0001 ( 0.1%) 0.0060 ( 1.5%) 0.0060 ( 0.1%) SIL optimization
0.0033 ( 1.2%) 0.0006 ( 0.5%) 0.0039 ( 1.0%) 0.0039 ( 0.1%) SILGen-function
0.0006 ( 0.2%) 0.0003 ( 0.2%) 0.0009 ( 0.2%) 0.0009 ( 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%) 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%) 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.2826 (100.0%) 0.1066 (100.0%) 0.3892 (100.0%) 5.3525 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6265 seconds (4.1909 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0234 (100.0%) 0.6031 (100.0%) 1.6265 (100.0%) 4.1909 (100.0%) Building Target
1.0234 (100.0%) 0.6031 (100.0%) 1.6265 (100.0%) 4.1909 (100.0%) Total
SwiftCompile normal arm64 Compiling\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745536516470921-swift-frontend-RegularExpressionDecoder-UnkeyedDecodingContainer.swift-arm64_apple_macos10.10-o-Onone-4111768880.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.4936 seconds (5.2705 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.6277 ( 47.1%) 0.4912 ( 47.2%) 2.1190 ( 47.2%) 2.4725 ( 46.9%) parse-and-resolve-imports
1.6268 ( 47.1%) 0.4907 ( 47.1%) 2.1175 ( 47.1%) 2.4711 ( 46.9%) Import resolution
0.0728 ( 2.1%) 0.0116 ( 1.1%) 0.0844 ( 1.9%) 0.0844 ( 1.6%) build-rewrite-system
0.0014 ( 0.0%) 0.0061 ( 0.6%) 0.0076 ( 0.2%) 0.0716 ( 1.4%) load-stdlib
0.0233 ( 0.7%) 0.0076 ( 0.7%) 0.0309 ( 0.7%) 0.0326 ( 0.6%) perform-sema
0.0232 ( 0.7%) 0.0076 ( 0.7%) 0.0308 ( 0.7%) 0.0326 ( 0.6%) Type checking and Semantic analysis
0.0163 ( 0.5%) 0.0064 ( 0.6%) 0.0227 ( 0.5%) 0.0244 ( 0.5%) typecheck-decl
0.0110 ( 0.3%) 0.0081 ( 0.8%) 0.0191 ( 0.4%) 0.0191 ( 0.4%) import-clang-decl
0.0146 ( 0.4%) 0.0021 ( 0.2%) 0.0167 ( 0.4%) 0.0167 ( 0.3%) typecheck-stmt
0.0062 ( 0.2%) 0.0038 ( 0.4%) 0.0100 ( 0.2%) 0.0106 ( 0.2%) IRGen
0.0092 ( 0.3%) 0.0012 ( 0.1%) 0.0104 ( 0.2%) 0.0104 ( 0.2%) typecheck-expr
0.0064 ( 0.2%) 0.0011 ( 0.1%) 0.0075 ( 0.2%) 0.0075 ( 0.1%) precheck-target
0.0054 ( 0.2%) 0.0016 ( 0.2%) 0.0070 ( 0.2%) 0.0070 ( 0.1%) SILGen
0.0048 ( 0.1%) 0.0006 ( 0.1%) 0.0053 ( 0.1%) 0.0053 ( 0.1%) SIL optimization
0.0027 ( 0.1%) 0.0009 ( 0.1%) 0.0036 ( 0.1%) 0.0036 ( 0.1%) SILGen-function
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 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%) perform-whole-module-type-checking
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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
3.4527 (100.0%) 1.0409 (100.0%) 4.4936 (100.0%) 5.2705 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.7378 seconds (4.1893 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.6461 (100.0%) 1.0917 (100.0%) 3.7378 (100.0%) 4.1893 (100.0%) Building Target
2.6461 (100.0%) 1.0917 (100.0%) 3.7378 (100.0%) 4.1893 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745536516470707-swift-frontend-RegularExpressionDecoder-SingleValueDecodingContainer.swift-arm64_apple_macos10.10-o-Onone-334652240.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3199 seconds (5.3132 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0218 ( 10.3%) 0.0221 ( 20.6%) 0.0439 ( 13.7%) 2.4987 ( 47.0%) parse-and-resolve-imports
0.0210 ( 9.9%) 0.0212 ( 19.7%) 0.0422 ( 13.2%) 2.4969 ( 47.0%) Import resolution
0.0728 ( 34.3%) 0.0197 ( 18.3%) 0.0925 ( 28.9%) 0.0925 ( 1.7%) build-rewrite-system
0.0013 ( 0.6%) 0.0044 ( 4.1%) 0.0057 ( 1.8%) 0.0892 ( 1.7%) load-stdlib
0.0201 ( 9.5%) 0.0076 ( 7.0%) 0.0277 ( 8.7%) 0.0278 ( 0.5%) perform-sema
0.0201 ( 9.5%) 0.0075 ( 7.0%) 0.0276 ( 8.6%) 0.0277 ( 0.5%) Type checking and Semantic analysis
0.0110 ( 5.2%) 0.0090 ( 8.4%) 0.0200 ( 6.3%) 0.0200 ( 0.4%) import-clang-decl
0.0134 ( 6.3%) 0.0045 ( 4.2%) 0.0179 ( 5.6%) 0.0179 ( 0.3%) typecheck-stmt
0.0086 ( 4.0%) 0.0038 ( 3.6%) 0.0124 ( 3.9%) 0.0124 ( 0.2%) precheck-target
0.0077 ( 3.6%) 0.0031 ( 2.9%) 0.0108 ( 3.4%) 0.0109 ( 0.2%) typecheck-decl
0.0039 ( 1.8%) 0.0025 ( 2.3%) 0.0064 ( 2.0%) 0.0064 ( 0.1%) IRGen
0.0033 ( 1.6%) 0.0009 ( 0.8%) 0.0042 ( 1.3%) 0.0042 ( 0.1%) SILGen
0.0036 ( 1.7%) 0.0000 ( 0.0%) 0.0036 ( 1.1%) 0.0036 ( 0.1%) SIL optimization
0.0019 ( 0.9%) 0.0003 ( 0.3%) 0.0022 ( 0.7%) 0.0022 ( 0.0%) typecheck-expr
0.0012 ( 0.6%) 0.0005 ( 0.4%) 0.0017 ( 0.5%) 0.0017 ( 0.0%) SILGen-function
0.0007 ( 0.3%) 0.0003 ( 0.3%) 0.0010 ( 0.3%) 0.0010 ( 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%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2123 (100.0%) 0.1076 (100.0%) 0.3199 (100.0%) 5.3132 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6211 seconds (4.1893 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0135 (100.0%) 0.6076 (100.0%) 1.6211 (100.0%) 4.1893 (100.0%) Building Target
1.0135 (100.0%) 0.6076 (100.0%) 1.6211 (100.0%) 4.1893 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ RegularExpressionDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745536516470915-swift-frontend-RegularExpressionDecoder-RegularExpressionDecoder.swift-arm64_apple_macos10.10-o-Onone-1035854832.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5096 seconds (5.4685 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0288 ( 8.5%) 0.0314 ( 18.5%) 0.0603 ( 11.8%) 2.5282 ( 46.2%) parse-and-resolve-imports
0.0281 ( 8.3%) 0.0305 ( 18.0%) 0.0586 ( 11.5%) 2.5265 ( 46.2%) Import resolution
0.0710 ( 20.9%) 0.0213 ( 12.6%) 0.0923 ( 18.1%) 0.0923 ( 1.7%) build-rewrite-system
0.0122 ( 3.6%) 0.0357 ( 21.1%) 0.0479 ( 9.4%) 0.0706 ( 1.3%) load-stdlib
0.0399 ( 11.7%) 0.0094 ( 5.5%) 0.0492 ( 9.7%) 0.0493 ( 0.9%) perform-sema
0.0398 ( 11.7%) 0.0094 ( 5.5%) 0.0492 ( 9.6%) 0.0492 ( 0.9%) Type checking and Semantic analysis
0.0259 ( 7.6%) 0.0076 ( 4.5%) 0.0335 ( 6.6%) 0.0335 ( 0.6%) typecheck-decl
0.0235 ( 6.9%) 0.0035 ( 2.1%) 0.0269 ( 5.3%) 0.0270 ( 0.5%) typecheck-stmt
0.0200 ( 5.9%) 0.0034 ( 2.0%) 0.0235 ( 4.6%) 0.0235 ( 0.4%) typecheck-expr
0.0112 ( 3.3%) 0.0083 ( 4.9%) 0.0195 ( 3.8%) 0.0195 ( 0.4%) import-clang-decl
0.0139 ( 4.1%) 0.0031 ( 1.8%) 0.0169 ( 3.3%) 0.0169 ( 0.3%) SILGen
0.0088 ( 2.6%) 0.0040 ( 2.4%) 0.0128 ( 2.5%) 0.0128 ( 0.2%) IRGen
0.0070 ( 2.1%) 0.0016 ( 0.9%) 0.0086 ( 1.7%) 0.0086 ( 0.2%) SILGen-function
0.0071 ( 2.1%) 0.0001 ( 0.1%) 0.0072 ( 1.4%) 0.0072 ( 0.1%) SIL optimization
0.0014 ( 0.4%) 0.0001 ( 0.1%) 0.0015 ( 0.3%) 0.0016 ( 0.0%) precheck-target
0.0007 ( 0.2%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0006 ( 0.2%) 0.0000 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) typecheck-expr-pattern
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%) SIL verification, post-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%) 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.3400 (100.0%) 0.1696 (100.0%) 0.5096 (100.0%) 5.4685 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6796 seconds (4.1912 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0611 (100.0%) 0.6185 (100.0%) 1.6796 (100.0%) 4.1912 (100.0%) Building Target
1.0611 (100.0%) 0.6185 (100.0%) 1.6796 (100.0%) 4.1912 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745536516472623-swift-frontend-RegularExpressionDecoder-all-arm64_apple_macos10.10-swiftmodule-Onone-2914154558.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2683 seconds (5.8998 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0233 ( 13.9%) 0.0246 ( 24.6%) 0.0479 ( 17.9%) 2.8250 ( 47.9%) parse-and-resolve-imports
0.0225 ( 13.3%) 0.0236 ( 23.6%) 0.0461 ( 17.2%) 2.8231 ( 47.9%) Import resolution
0.0013 ( 0.8%) 0.0047 ( 4.7%) 0.0060 ( 2.2%) 0.0730 ( 1.2%) load-stdlib
0.0295 ( 17.5%) 0.0058 ( 5.8%) 0.0353 ( 13.2%) 0.0353 ( 0.6%) perform-sema
0.0295 ( 17.5%) 0.0057 ( 5.7%) 0.0352 ( 13.1%) 0.0352 ( 0.6%) Type checking and Semantic analysis
0.0293 ( 17.4%) 0.0057 ( 5.7%) 0.0349 ( 13.0%) 0.0350 ( 0.6%) typecheck-decl
0.0081 ( 4.8%) 0.0126 ( 12.6%) 0.0207 ( 7.7%) 0.0258 ( 0.4%) SIL optimization
0.0022 ( 1.3%) 0.0101 ( 10.2%) 0.0124 ( 4.6%) 0.0169 ( 0.3%) Serialization, swiftmodule
0.0111 ( 6.6%) 0.0022 ( 2.2%) 0.0132 ( 4.9%) 0.0133 ( 0.2%) SILGen
0.0051 ( 3.0%) 0.0014 ( 1.4%) 0.0065 ( 2.4%) 0.0065 ( 0.1%) build-rewrite-system
0.0016 ( 1.0%) 0.0021 ( 2.1%) 0.0037 ( 1.4%) 0.0037 ( 0.1%) import-clang-decl
0.0031 ( 1.8%) 0.0004 ( 0.4%) 0.0035 ( 1.3%) 0.0035 ( 0.1%) SILGen-function
0.0001 ( 0.1%) 0.0008 ( 0.8%) 0.0009 ( 0.3%) 0.0015 ( 0.0%) Serialization, swiftdoc
0.0009 ( 0.6%) 0.0003 ( 0.3%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) typecheck-expr
0.0005 ( 0.3%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) Serialization, swiftsourceinfo
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%) 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%) 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%) 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.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.1684 (100.0%) 0.0999 (100.0%) 0.2683 (100.0%) 5.8998 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1461 seconds (2.9958 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0817 (100.0%) 0.0644 (100.0%) 0.1461 (100.0%) 2.9958 (100.0%) Building Target
0.0817 (100.0%) 0.0644 (100.0%) 0.1461 (100.0%) 2.9958 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ RegularExpressionPattern.swift /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745536516471813-swift-frontend-RegularExpressionDecoder-RegularExpressionPattern.swift-arm64_apple_macos10.10-o-Onone-3211597183.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1729 seconds (5.6787 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 20.1%) 0.0194 ( 28.4%) 0.0404 ( 23.4%) 2.7355 ( 48.2%) parse-and-resolve-imports
0.0203 ( 19.5%) 0.0186 ( 27.2%) 0.0389 ( 22.5%) 2.7339 ( 48.1%) Import resolution
0.0016 ( 1.5%) 0.0097 ( 14.1%) 0.0112 ( 6.5%) 0.1270 ( 2.2%) load-stdlib
0.0122 ( 11.7%) 0.0037 ( 5.4%) 0.0159 ( 9.2%) 0.0159 ( 0.3%) perform-sema
0.0122 ( 11.6%) 0.0037 ( 5.4%) 0.0158 ( 9.1%) 0.0158 ( 0.3%) Type checking and Semantic analysis
0.0084 ( 8.1%) 0.0028 ( 4.1%) 0.0112 ( 6.5%) 0.0112 ( 0.2%) typecheck-expr
0.0080 ( 7.6%) 0.0026 ( 3.9%) 0.0106 ( 6.1%) 0.0106 ( 0.2%) typecheck-stmt
0.0044 ( 4.2%) 0.0037 ( 5.4%) 0.0081 ( 4.7%) 0.0081 ( 0.1%) IRGen
0.0037 ( 3.6%) 0.0011 ( 1.6%) 0.0048 ( 2.8%) 0.0048 ( 0.1%) build-rewrite-system
0.0035 ( 3.4%) 0.0009 ( 1.4%) 0.0044 ( 2.6%) 0.0044 ( 0.1%) typecheck-decl
0.0034 ( 3.3%) 0.0001 ( 0.2%) 0.0036 ( 2.1%) 0.0036 ( 0.1%) SIL optimization
0.0029 ( 2.8%) 0.0005 ( 0.8%) 0.0034 ( 2.0%) 0.0034 ( 0.1%) SILGen
0.0019 ( 1.8%) 0.0004 ( 0.5%) 0.0022 ( 1.3%) 0.0023 ( 0.0%) SILGen-function
0.0008 ( 0.7%) 0.0012 ( 1.8%) 0.0020 ( 1.2%) 0.0020 ( 0.0%) import-clang-decl
0.0001 ( 0.1%) 0.0000 ( 0.0%) 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%) 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%) 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%) 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.1045 (100.0%) 0.0684 (100.0%) 0.1729 (100.0%) 5.6787 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2007 seconds (3.0123 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1390 (100.0%) 0.0616 (100.0%) 0.2007 (100.0%) 3.0123 (100.0%) Building Target
0.1390 (100.0%) 0.0616 (100.0%) 0.2007 (100.0%) 3.0123 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/RegularExpressionDecoder/RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for RegularExpressionDecoder (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriver\ Compilation\ Requirements RegularExpressionDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
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 RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.framework/Versions/A/Headers/RegularExpressionDecoder-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Headers/RegularExpressionDecoder-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.abi.json (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftmodule (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftdoc (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftsourceinfo (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Modules/RegularExpressionDecoder.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling RegularExpressionPattern.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling RegularExpressionDecoder.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.swift (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
SwiftDriver\ Compilation RegularExpressionDecoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
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 RegularExpressionDecoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.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/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder-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/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder normal (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.LinkFileList -install_name @rpath/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder
ExtractAppIntentsMetadata (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
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 RegularExpressionDecoder --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier RegularExpressionDecoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/RegularExpressionDecoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RegularExpressionDecoder.build/Debug/RegularExpressionDecoder.build/Objects-normal/arm64/RegularExpressionDecoder.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 16:15:20.888 appintentsmetadataprocessor[707:3993] Starting appintentsmetadataprocessor export
2025-04-24 16:15:20.890 appintentsmetadataprocessor[707:3993] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder.tbd (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/RegularExpressionDecoder.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RegularExpressionDecoder.framework/RegularExpressionDecoder.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder.tbd (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RegularExpressionDecoder.framework/Versions/A/RegularExpressionDecoder.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/RegularExpressionDecoder.framework/RegularExpressionDecoder.tbd
/Users/admin/builder/spi-builder-workspace/RegularExpressionDecoder.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'RegularExpressionDecoder' from project 'RegularExpressionDecoder')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RegularExpressionDecoder",
"name" : "RegularExpressionDecoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RegularExpressionDecoder",
"targets" : [
"RegularExpressionDecoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RegularExpressionDecoderTests",
"module_type" : "SwiftTarget",
"name" : "RegularExpressionDecoderTests",
"path" : "Tests",
"sources" : [
"RegularExpressionDecoderTests/RegularExpressionDecodingTests.swift"
],
"target_dependencies" : [
"RegularExpressionDecoder"
],
"type" : "test"
},
{
"c99name" : "RegularExpressionDecoder",
"module_type" : "SwiftTarget",
"name" : "RegularExpressionDecoder",
"path" : "Sources",
"product_memberships" : [
"RegularExpressionDecoder"
],
"sources" : [
"RegularExpressionDecoder/KeyedDecodingContainer.swift",
"RegularExpressionDecoder/RegularExpressionDecoder.swift",
"RegularExpressionDecoder/RegularExpressionPattern.swift",
"RegularExpressionDecoder/SingleValueDecodingContainer.swift",
"RegularExpressionDecoder/UnkeyedDecodingContainer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.