The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift_qrcodejs, reference main (817ba2), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 10:27:07 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 swift_qrcodejs-Package -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/EFPrefix/swift_qrcodejs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/swift_qrcodejs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 817ba22 Fix podspec
Cloned https://github.com/EFPrefix/swift_qrcodejs.git
Revision (git rev-parse @):
817ba220a2eba840bae888e7eeb11207bec05f8c
SUCCESS checkout https://github.com/EFPrefix/swift_qrcodejs.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/EFPrefix/swift_qrcodejs.git
https://github.com/EFPrefix/swift_qrcodejs.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift_qrcodejs",
  "name" : "swift_qrcodejs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "QRCodeSwift",
      "targets" : [
        "QRCodeSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QRCodeSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeSwiftTests",
      "path" : "Tests/QRCodeSwiftTests",
      "sources" : [
        "QRCodeSwiftTests.swift"
      ],
      "target_dependencies" : [
        "QRCodeSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QRCodeSwift",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeSwift",
      "path" : "Sources",
      "product_memberships" : [
        "QRCodeSwift"
      ],
      "sources" : [
        "BCH.swift",
        "QR8bitByte.swift",
        "QRBitBuffer.swift",
        "QRCode.swift",
        "QRCodeError.swift",
        "QRCodeModel.swift",
        "QRCodeType.swift",
        "QRErrorCorrectLevel.swift",
        "QRMaskPattern.swift",
        "QRMath.swift",
        "QRMode.swift",
        "QRPatternLocator.swift",
        "QRPointType.swift",
        "QRPolynomial.swift",
        "QRRSBlock.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" : "swift_qrcodejs",
  "name" : "swift_qrcodejs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "QRCodeSwift",
      "targets" : [
        "QRCodeSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QRCodeSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeSwiftTests",
      "path" : "Tests/QRCodeSwiftTests",
      "sources" : [
        "QRCodeSwiftTests.swift"
      ],
      "target_dependencies" : [
        "QRCodeSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QRCodeSwift",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeSwift",
      "path" : "Sources",
      "product_memberships" : [
        "QRCodeSwift"
      ],
      "sources" : [
        "BCH.swift",
        "QR8bitByte.swift",
        "QRBitBuffer.swift",
        "QRCode.swift",
        "QRCodeError.swift",
        "QRCodeModel.swift",
        "QRCodeType.swift",
        "QRErrorCorrectLevel.swift",
        "QRMaskPattern.swift",
        "QRMath.swift",
        "QRMode.swift",
        "QRPatternLocator.swift",
        "QRPointType.swift",
        "QRPolynomial.swift",
        "QRRSBlock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "swift_qrcodejs",
    "schemes" : [
      "swift_qrcodejs-Package"
    ],
    "targets" : [
      "QRCodeSwift",
      "QRCodeSwiftTests",
      "swift_qrcodejsPackageDescription",
      "swift_qrcodejsPackageTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift_qrcodejs-Package -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 swift_qrcodejs-Package -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 'QRCodeSwift' in project 'swift_qrcodejs' (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: 1d1652a1c726ff51def77b7741bcf3d0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/1d1652a1c726ff51def77b7741bcf3d0.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.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/swift_qrcodejs.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/swift_qrcodejs.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/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Resources Versions/Current/Resources (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-OutputFileMap.json (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftConstValuesFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyStaticMetadataFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyMetadataFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_const_extract_protocols.json (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_const_extract_protocols.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/Current A (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.LinkFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.LinkFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/QRCodeSwift Versions/Current/QRCodeSwift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/QRCodeSwift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/QRCodeSwift
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Modules Versions/Current/Modules (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Headers Versions/Current/Headers (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Headers (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Resources (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Resources/Info.plist /Users/admin/builder/spi-builder-workspace/Sources/Info.plist (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Sources/Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Resources/Info.plist
SwiftDriver QRCodeSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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 QRCodeSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.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.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.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/swift_qrcodejs.build/Debug/QRCodeSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_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/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ QR8bitByte.swift,\ QRBitBuffer.swift /Users/admin/builder/spi-builder-workspace/Sources/QR8bitByte.swift /Users/admin/builder/spi-builder-workspace/Sources/QRBitBuffer.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QR8bitByte.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRBitBuffer.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421145274-swift-frontend-QRCodeSwift-QR8bitByte.swift-arm64_apple_macos10.13-o-Onone-2547121584.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6285 seconds (6.2516 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0297 (  8.6%)   0.1017 ( 36.0%)   0.1314 ( 20.9%)   2.9151 ( 46.6%)  parse-and-resolve-imports
   0.0296 (  8.6%)   0.1014 ( 35.9%)   0.1310 ( 20.8%)   2.9147 ( 46.6%)  Import resolution
   0.0933 ( 27.0%)   0.0286 ( 10.1%)   0.1219 ( 19.4%)   0.1222 (  2.0%)  build-rewrite-system
   0.0012 (  0.3%)   0.0026 (  0.9%)   0.0037 (  0.6%)   0.0591 (  0.9%)  load-stdlib
   0.0434 ( 12.6%)   0.0090 (  3.2%)   0.0524 (  8.3%)   0.0524 (  0.8%)  perform-sema
   0.0433 ( 12.5%)   0.0090 (  3.2%)   0.0523 (  8.3%)   0.0523 (  0.8%)  Type checking and Semantic analysis
   0.0364 ( 10.5%)   0.0065 (  2.3%)   0.0429 (  6.8%)   0.0429 (  0.7%)  typecheck-stmt
   0.0128 (  3.7%)   0.0096 (  3.4%)   0.0225 (  3.6%)   0.0224 (  0.4%)  import-clang-decl
   0.0143 (  4.1%)   0.0027 (  1.0%)   0.0170 (  2.7%)   0.0170 (  0.3%)  typecheck-expr
   0.0111 (  3.2%)   0.0035 (  1.2%)   0.0146 (  2.3%)   0.0146 (  0.2%)  typecheck-decl
   0.0071 (  2.1%)   0.0048 (  1.7%)   0.0119 (  1.9%)   0.0119 (  0.2%)  IRGen
   0.0081 (  2.3%)   0.0015 (  0.5%)   0.0096 (  1.5%)   0.0096 (  0.2%)  precheck-target
   0.0083 (  2.4%)   0.0001 (  0.0%)   0.0085 (  1.3%)   0.0085 (  0.1%)  SIL optimization
   0.0036 (  1.0%)   0.0008 (  0.3%)   0.0044 (  0.7%)   0.0045 (  0.1%)  SILGen
   0.0020 (  0.6%)   0.0005 (  0.2%)   0.0025 (  0.4%)   0.0026 (  0.0%)  SILGen-function
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0006 (  0.2%)   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3459 (100.0%)   0.2826 (100.0%)   0.6285 (100.0%)   6.2516 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9423 seconds (4.8191 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1952 (100.0%)   0.7472 (100.0%)   1.9423 (100.0%)   4.8191 (100.0%)  Building Target
   1.1952 (100.0%)   0.7472 (100.0%)   1.9423 (100.0%)   4.8191 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ QRCode.swift,\ QRCodeError.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421137439-swift-frontend-QRCodeSwift-QRCode.swift-arm64_apple_macos10.13-o-Onone-1700205046.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9390 seconds (6.6485 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0302 (  5.1%)   0.0980 ( 28.3%)   0.1282 ( 13.7%)   2.9433 ( 44.3%)  parse-and-resolve-imports
   0.0301 (  5.1%)   0.0978 ( 28.3%)   0.1280 ( 13.6%)   2.9430 ( 44.3%)  Import resolution
   0.1335 ( 22.5%)   0.0332 (  9.6%)   0.1666 ( 17.7%)   0.1678 (  2.5%)  perform-sema
   0.1333 ( 22.5%)   0.0331 (  9.6%)   0.1665 ( 17.7%)   0.1677 (  2.5%)  Type checking and Semantic analysis
   0.1066 ( 18.0%)   0.0246 (  7.1%)   0.1312 ( 14.0%)   0.1324 (  2.0%)  typecheck-stmt
   0.0012 (  0.2%)   0.0026 (  0.8%)   0.0038 (  0.4%)   0.0793 (  1.2%)  load-stdlib
   0.0525 (  8.9%)   0.0162 (  4.7%)   0.0687 (  7.3%)   0.0686 (  1.0%)  build-rewrite-system
   0.0260 (  4.4%)   0.0084 (  2.4%)   0.0344 (  3.7%)   0.0345 (  0.5%)  typecheck-decl
   0.0209 (  3.5%)   0.0075 (  2.2%)   0.0284 (  3.0%)   0.0284 (  0.4%)  typecheck-expr
   0.0131 (  2.2%)   0.0112 (  3.2%)   0.0243 (  2.6%)   0.0243 (  0.4%)  import-clang-decl
   0.0140 (  2.4%)   0.0066 (  1.9%)   0.0206 (  2.2%)   0.0207 (  0.3%)  IRGen
   0.0081 (  1.4%)   0.0036 (  1.0%)   0.0117 (  1.2%)   0.0117 (  0.2%)  precheck-target
   0.0091 (  1.5%)   0.0019 (  0.5%)   0.0110 (  1.2%)   0.0110 (  0.2%)  SILGen
   0.0085 (  1.4%)   0.0002 (  0.1%)   0.0087 (  0.9%)   0.0087 (  0.1%)  SIL optimization
   0.0048 (  0.8%)   0.0010 (  0.3%)   0.0058 (  0.6%)   0.0059 (  0.1%)  SILGen-function
   0.0007 (  0.1%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  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%)  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%)  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.5927 (100.0%)   0.3463 (100.0%)   0.9390 (100.0%)   6.6485 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8998 seconds (4.8282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1067 (100.0%)   0.7931 (100.0%)   1.8998 (100.0%)   4.8282 (100.0%)  Building Target
   1.1067 (100.0%)   0.7931 (100.0%)   1.8998 (100.0%)   4.8282 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCode.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift:32:10: warning: associated value 'internalError' of 'Sendable'-conforming enum 'QRCodeError' has non-sendable type 'QRCodeError.ImplmentationError'; this is an error in the Swift 6 language mode
    case internalError(ImplmentationError)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift:35:17: note: consider making enum 'ImplmentationError' conform to the 'Sendable' protocol
    public enum ImplmentationError {
                ^
                                   : Sendable
SwiftCompile normal arm64 Compiling\ QRMath.swift /Users/admin/builder/spi-builder-workspace/Sources/QRMath.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421130241-swift-frontend-QRCodeSwift-QRMath.swift-arm64_apple_macos10.13-o-Onone-3920612160.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4592 seconds (6.0363 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0284 ( 13.0%)   0.0987 ( 41.0%)   0.1271 ( 27.7%)   2.8798 ( 47.7%)  parse-and-resolve-imports
   0.0283 ( 13.0%)   0.0985 ( 40.9%)   0.1267 ( 27.6%)   2.8794 ( 47.7%)  Import resolution
   0.0577 ( 26.5%)   0.0167 (  6.9%)   0.0744 ( 16.2%)   0.0748 (  1.2%)  build-rewrite-system
   0.0011 (  0.5%)   0.0018 (  0.8%)   0.0029 (  0.6%)   0.0743 (  1.2%)  load-stdlib
   0.0201 (  9.2%)   0.0038 (  1.6%)   0.0238 (  5.2%)   0.0238 (  0.4%)  perform-sema
   0.0199 (  9.1%)   0.0038 (  1.6%)   0.0237 (  5.2%)   0.0237 (  0.4%)  Type checking and Semantic analysis
   0.0182 (  8.3%)   0.0031 (  1.3%)   0.0213 (  4.6%)   0.0213 (  0.4%)  typecheck-stmt
   0.0159 (  7.3%)   0.0030 (  1.2%)   0.0188 (  4.1%)   0.0188 (  0.3%)  typecheck-expr
   0.0067 (  3.1%)   0.0075 (  3.1%)   0.0142 (  3.1%)   0.0142 (  0.2%)  IRGen
   0.0073 (  3.3%)   0.0005 (  0.2%)   0.0078 (  1.7%)   0.0078 (  0.1%)  SIL optimization
   0.0066 (  3.0%)   0.0012 (  0.5%)   0.0078 (  1.7%)   0.0078 (  0.1%)  precheck-target
   0.0029 (  1.3%)   0.0004 (  0.1%)   0.0032 (  0.7%)   0.0032 (  0.1%)  SILGen
   0.0010 (  0.5%)   0.0012 (  0.5%)   0.0022 (  0.5%)   0.0022 (  0.0%)  import-clang-decl
   0.0019 (  0.9%)   0.0002 (  0.1%)   0.0021 (  0.5%)   0.0021 (  0.0%)  SILGen-function
   0.0013 (  0.6%)   0.0006 (  0.2%)   0.0019 (  0.4%)   0.0019 (  0.0%)  typecheck-decl
   0.0009 (  0.4%)   0.0000 (  0.0%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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.2182 (100.0%)   0.2410 (100.0%)   0.4592 (100.0%)   6.0363 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6051 seconds (3.4372 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4353 (100.0%)   0.1698 (100.0%)   0.6051 (100.0%)   3.4372 (100.0%)  Building Target
   0.4353 (100.0%)   0.1698 (100.0%)   0.6051 (100.0%)   3.4372 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRMath.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRPointType.swift,\ BCH.swift /Users/admin/builder/spi-builder-workspace/Sources/QRPointType.swift /Users/admin/builder/spi-builder-workspace/Sources/BCH.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421136036-swift-frontend-QRCodeSwift-QRPointType.swift-arm64_apple_macos10.13-o-Onone-1683946034.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5011 seconds (6.3664 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0280 ( 10.2%)   0.0782 ( 34.4%)   0.1063 ( 21.2%)   2.9819 ( 46.8%)  parse-and-resolve-imports
   0.0279 ( 10.2%)   0.0771 ( 33.9%)   0.1049 ( 20.9%)   2.9806 ( 46.8%)  Import resolution
   0.0016 (  0.6%)   0.0050 (  2.2%)   0.0066 (  1.3%)   0.1197 (  1.9%)  load-stdlib
   0.0555 ( 20.3%)   0.0178 (  7.8%)   0.0733 ( 14.6%)   0.0732 (  1.2%)  build-rewrite-system
   0.0249 (  9.1%)   0.0073 (  3.2%)   0.0322 (  6.4%)   0.0322 (  0.5%)  perform-sema
   0.0248 (  9.0%)   0.0073 (  3.2%)   0.0320 (  6.4%)   0.0321 (  0.5%)  Type checking and Semantic analysis
   0.0138 (  5.0%)   0.0118 (  5.2%)   0.0256 (  5.1%)   0.0264 (  0.4%)  import-clang-decl
   0.0179 (  6.6%)   0.0041 (  1.8%)   0.0221 (  4.4%)   0.0221 (  0.3%)  typecheck-stmt
   0.0149 (  5.4%)   0.0051 (  2.2%)   0.0200 (  4.0%)   0.0200 (  0.3%)  typecheck-decl
   0.0158 (  5.8%)   0.0033 (  1.4%)   0.0191 (  3.8%)   0.0191 (  0.3%)  typecheck-expr
   0.0149 (  5.5%)   0.0017 (  0.7%)   0.0166 (  3.3%)   0.0166 (  0.3%)  SIL optimization
   0.0096 (  3.5%)   0.0021 (  0.9%)   0.0117 (  2.3%)   0.0117 (  0.2%)  SILGen
   0.0060 (  2.2%)   0.0035 (  1.5%)   0.0095 (  1.9%)   0.0095 (  0.1%)  IRGen
   0.0074 (  2.7%)   0.0016 (  0.7%)   0.0091 (  1.8%)   0.0090 (  0.1%)  SILGen-function
   0.0057 (  2.1%)   0.0008 (  0.3%)   0.0065 (  1.3%)   0.0065 (  0.1%)  precheck-target
   0.0038 (  1.4%)   0.0005 (  0.2%)   0.0043 (  0.9%)   0.0043 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.3%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2736 (100.0%)   0.2274 (100.0%)   0.5011 (100.0%)   6.3664 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8033 seconds (4.8289 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0299 (100.0%)   0.7734 (100.0%)   1.8033 (100.0%)   4.8289 (100.0%)  Building Target
   1.0299 (100.0%)   0.7734 (100.0%)   1.8033 (100.0%)   4.8289 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRPointType.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BCH.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRPatternLocator.swift /Users/admin/builder/spi-builder-workspace/Sources/QRPatternLocator.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421115121-swift-frontend-QRCodeSwift-QRPatternLocator.swift-arm64_apple_macos10.13-o-Onone-4262130843.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 5.0158 seconds (5.6864 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7620 ( 48.5%)   0.6599 ( 47.7%)   2.4220 ( 48.3%)   2.7446 ( 48.3%)  parse-and-resolve-imports
   1.7619 ( 48.5%)   0.6598 ( 47.7%)   2.4217 ( 48.3%)   2.7443 ( 48.3%)  Import resolution
   0.0136 (  0.4%)   0.0426 (  3.1%)   0.0562 (  1.1%)   0.0816 (  1.4%)  load-stdlib
   0.0516 (  1.4%)   0.0090 (  0.6%)   0.0606 (  1.2%)   0.0605 (  1.1%)  build-rewrite-system
   0.0088 (  0.2%)   0.0013 (  0.1%)   0.0101 (  0.2%)   0.0101 (  0.2%)  perform-sema
   0.0087 (  0.2%)   0.0013 (  0.1%)   0.0100 (  0.2%)   0.0100 (  0.2%)  Type checking and Semantic analysis
   0.0065 (  0.2%)   0.0005 (  0.0%)   0.0070 (  0.1%)   0.0070 (  0.1%)  typecheck-stmt
   0.0032 (  0.1%)   0.0033 (  0.2%)   0.0065 (  0.1%)   0.0065 (  0.1%)  IRGen
   0.0025 (  0.1%)   0.0032 (  0.2%)   0.0057 (  0.1%)   0.0057 (  0.1%)  SILGen
   0.0047 (  0.1%)   0.0004 (  0.0%)   0.0051 (  0.1%)   0.0051 (  0.1%)  precheck-target
   0.0033 (  0.1%)   0.0000 (  0.0%)   0.0033 (  0.1%)   0.0033 (  0.1%)  SIL optimization
   0.0021 (  0.1%)   0.0008 (  0.1%)   0.0028 (  0.1%)   0.0028 (  0.0%)  typecheck-decl
   0.0015 (  0.0%)   0.0003 (  0.0%)   0.0017 (  0.0%)   0.0017 (  0.0%)  SILGen-function
   0.0008 (  0.0%)   0.0008 (  0.1%)   0.0017 (  0.0%)   0.0017 (  0.0%)  import-clang-decl
   0.0012 (  0.0%)   0.0002 (  0.0%)   0.0014 (  0.0%)   0.0014 (  0.0%)  typecheck-expr
   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%)  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%)  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
   3.6324 (100.0%)   1.3834 (100.0%)   5.0158 (100.0%)   5.6864 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0076 seconds (3.3676 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.2202 (100.0%)   0.7874 (100.0%)   3.0076 (100.0%)   3.3676 (100.0%)  Building Target
   2.2202 (100.0%)   0.7874 (100.0%)   3.0076 (100.0%)   3.3676 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRPatternLocator.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRPolynomial.swift /Users/admin/builder/spi-builder-workspace/Sources/QRPolynomial.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421153473-swift-frontend-QRCodeSwift-QRPolynomial.swift-arm64_apple_macos10.13-o-Onone-2088427046.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4612 seconds (5.7277 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0274 ( 13.0%)   0.1009 ( 40.3%)   0.1283 ( 27.8%)   2.7365 ( 47.8%)  parse-and-resolve-imports
   0.0273 ( 12.9%)   0.1007 ( 40.3%)   0.1281 ( 27.8%)   2.7363 ( 47.8%)  Import resolution
   0.0517 ( 24.5%)   0.0150 (  6.0%)   0.0667 ( 14.5%)   0.0666 (  1.2%)  build-rewrite-system
   0.0011 (  0.5%)   0.0019 (  0.8%)   0.0030 (  0.7%)   0.0515 (  0.9%)  load-stdlib
   0.0205 (  9.7%)   0.0060 (  2.4%)   0.0264 (  5.7%)   0.0269 (  0.5%)  perform-sema
   0.0203 (  9.6%)   0.0059 (  2.4%)   0.0263 (  5.7%)   0.0268 (  0.5%)  Type checking and Semantic analysis
   0.0183 (  8.7%)   0.0049 (  1.9%)   0.0232 (  5.0%)   0.0234 (  0.4%)  typecheck-stmt
   0.0162 (  7.7%)   0.0045 (  1.8%)   0.0207 (  4.5%)   0.0210 (  0.4%)  typecheck-expr
   0.0079 (  3.8%)   0.0019 (  0.8%)   0.0099 (  2.1%)   0.0099 (  0.2%)  precheck-target
   0.0049 (  2.3%)   0.0037 (  1.5%)   0.0086 (  1.9%)   0.0087 (  0.2%)  IRGen
   0.0037 (  1.8%)   0.0013 (  0.5%)   0.0050 (  1.1%)   0.0050 (  0.1%)  SILGen
   0.0040 (  1.9%)   0.0001 (  0.0%)   0.0042 (  0.9%)   0.0042 (  0.1%)  SIL optimization
   0.0026 (  1.2%)   0.0010 (  0.4%)   0.0037 (  0.8%)   0.0039 (  0.1%)  typecheck-decl
   0.0024 (  1.1%)   0.0010 (  0.4%)   0.0034 (  0.7%)   0.0034 (  0.1%)  SILGen-function
   0.0016 (  0.8%)   0.0003 (  0.1%)   0.0019 (  0.4%)   0.0019 (  0.0%)  typecheck-for-each
   0.0007 (  0.3%)   0.0010 (  0.4%)   0.0017 (  0.4%)   0.0017 (  0.0%)  import-clang-decl
   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%)  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, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2109 (100.0%)   0.2503 (100.0%)   0.4612 (100.0%)   5.7277 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6897 seconds (3.3530 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5055 (100.0%)   0.1842 (100.0%)   0.6897 (100.0%)   3.3530 (100.0%)  Building Target
   0.5055 (100.0%)   0.1842 (100.0%)   0.6897 (100.0%)   3.3530 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRPolynomial.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ QRCodeSwift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421148575-swift-frontend-QRCodeSwift-all-arm64_apple_macos10.13-swiftmodule-Onone-2206529282.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6215 seconds (6.3244 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0258 (  7.7%)   0.0959 ( 33.6%)   0.1217 ( 19.6%)   2.9402 ( 46.5%)  parse-and-resolve-imports
   0.0257 (  7.7%)   0.0957 ( 33.5%)   0.1214 ( 19.5%)   2.9399 ( 46.5%)  Import resolution
   0.0625 ( 18.6%)   0.0197 (  6.9%)   0.0822 ( 13.2%)   0.0827 (  1.3%)  perform-sema
   0.0622 ( 18.5%)   0.0195 (  6.8%)   0.0818 ( 13.2%)   0.0823 (  1.3%)  Type checking and Semantic analysis
   0.0587 ( 17.5%)   0.0192 (  6.7%)   0.0780 ( 12.5%)   0.0785 (  1.2%)  typecheck-decl
   0.0010 (  0.3%)   0.0019 (  0.7%)   0.0030 (  0.5%)   0.0653 (  1.0%)  load-stdlib
   0.0350 ( 10.4%)   0.0106 (  3.7%)   0.0456 (  7.3%)   0.0458 (  0.7%)  typecheck-expr
   0.0137 (  4.1%)   0.0064 (  2.3%)   0.0202 (  3.2%)   0.0210 (  0.3%)  SIL optimization
   0.0143 (  4.2%)   0.0025 (  0.9%)   0.0168 (  2.7%)   0.0169 (  0.3%)  SILGen
   0.0099 (  2.9%)   0.0018 (  0.6%)   0.0117 (  1.9%)   0.0118 (  0.2%)  SILGen-function
   0.0092 (  2.7%)   0.0021 (  0.7%)   0.0114 (  1.8%)   0.0114 (  0.2%)  build-rewrite-system
   0.0080 (  2.4%)   0.0013 (  0.5%)   0.0093 (  1.5%)   0.0093 (  0.1%)  precheck-target
   0.0017 (  0.5%)   0.0033 (  1.2%)   0.0050 (  0.8%)   0.0058 (  0.1%)  Serialization, swiftmodule
   0.0017 (  0.5%)   0.0034 (  1.2%)   0.0051 (  0.8%)   0.0051 (  0.1%)  import-clang-decl
   0.0030 (  0.9%)   0.0005 (  0.2%)   0.0035 (  0.6%)   0.0035 (  0.1%)  typecheck-stmt
   0.0026 (  0.8%)   0.0003 (  0.1%)   0.0029 (  0.5%)   0.0028 (  0.0%)  typecheck-expr-pattern
   0.0004 (  0.1%)   0.0010 (  0.3%)   0.0014 (  0.2%)   0.0014 (  0.0%)  Serialization, swiftdoc
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  perform-whole-module-type-checking
   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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.3361 (100.0%)   0.2855 (100.0%)   0.6215 (100.0%)   6.3244 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2801 seconds (3.1625 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1481 (100.0%)   0.1320 (100.0%)   0.2801 (100.0%)   3.1625 (100.0%)  Building Target
   0.1481 (100.0%)   0.1320 (100.0%)   0.2801 (100.0%)   3.1625 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift:32:10: warning: associated value 'internalError' of 'Sendable'-conforming enum 'QRCodeError' has non-sendable type 'QRCodeError.ImplmentationError'; this is an error in the Swift 6 language mode
    case internalError(ImplmentationError)
         ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift:35:17: note: consider making enum 'ImplmentationError' conform to the 'Sendable' protocol
    public enum ImplmentationError {
                ^
                                   : Sendable
SwiftCompile normal arm64 Compiling\ QRCodeModel.swift,\ QRCodeType.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeModel.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeType.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421130414-swift-frontend-QRCodeSwift-QRCodeModel.swift-arm64_apple_macos10.13-o-Onone-1844901330.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4278 seconds (6.8483 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 (  2.5%)   0.0970 ( 28.4%)   0.1239 (  8.7%)   2.7989 ( 40.9%)  parse-and-resolve-imports
   0.0267 (  2.5%)   0.0967 ( 28.3%)   0.1235 (  8.6%)   2.7985 ( 40.9%)  Import resolution
   0.2070 ( 19.1%)   0.0258 (  7.5%)   0.2327 ( 16.3%)   0.2331 (  3.4%)  perform-sema
   0.2069 ( 19.1%)   0.0257 (  7.5%)   0.2326 ( 16.3%)   0.2330 (  3.4%)  Type checking and Semantic analysis
   0.1936 ( 17.8%)   0.0216 (  6.3%)   0.2152 ( 15.1%)   0.2156 (  3.1%)  typecheck-stmt
   0.1685 ( 15.5%)   0.0157 (  4.6%)   0.1842 ( 12.9%)   0.1846 (  2.7%)  typecheck-expr
   0.0018 (  0.2%)   0.0039 (  1.1%)   0.0056 (  0.4%)   0.0740 (  1.1%)  load-stdlib
   0.0565 (  5.2%)   0.0168 (  4.9%)   0.0734 (  5.1%)   0.0733 (  1.1%)  build-rewrite-system
   0.0448 (  4.1%)   0.0058 (  1.7%)   0.0506 (  3.5%)   0.0507 (  0.7%)  precheck-target
   0.0316 (  2.9%)   0.0034 (  1.0%)   0.0350 (  2.5%)   0.0351 (  0.5%)  SILGen
   0.0263 (  2.4%)   0.0056 (  1.6%)   0.0319 (  2.2%)   0.0320 (  0.5%)  typecheck-decl
   0.0154 (  1.4%)   0.0137 (  4.0%)   0.0291 (  2.0%)   0.0291 (  0.4%)  import-clang-decl
   0.0254 (  2.3%)   0.0028 (  0.8%)   0.0282 (  2.0%)   0.0283 (  0.4%)  SILGen-function
   0.0212 (  1.9%)   0.0067 (  1.9%)   0.0278 (  1.9%)   0.0281 (  0.4%)  IRGen
   0.0209 (  1.9%)   0.0001 (  0.0%)   0.0210 (  1.5%)   0.0211 (  0.3%)  SIL optimization
   0.0109 (  1.0%)   0.0004 (  0.1%)   0.0113 (  0.8%)   0.0112 (  0.2%)  typecheck-for-each
   0.0011 (  0.1%)   0.0005 (  0.1%)   0.0016 (  0.1%)   0.0016 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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%)  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%)  module-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.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   1.0856 (100.0%)   0.3422 (100.0%)   1.4278 (100.0%)   6.8483 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0578 seconds (4.8395 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2828 (100.0%)   0.7751 (100.0%)   2.0578 (100.0%)   4.8395 (100.0%)  Building Target
   1.2828 (100.0%)   0.7751 (100.0%)   2.0578 (100.0%)   4.8395 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeModel.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRCodeType.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRRSBlock.swift /Users/admin/builder/spi-builder-workspace/Sources/QRRSBlock.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421145459-swift-frontend-QRCodeSwift-QRRSBlock.swift-arm64_apple_macos10.13-o-Onone-1522900837.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5415 seconds (6.0462 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0270 (  9.5%)   0.0956 ( 37.4%)   0.1226 ( 22.6%)   2.8426 ( 47.0%)  parse-and-resolve-imports
   0.0268 (  9.4%)   0.0950 ( 37.1%)   0.1218 ( 22.5%)   2.8418 ( 47.0%)  Import resolution
   0.0011 (  0.4%)   0.0028 (  1.1%)   0.0039 (  0.7%)   0.0683 (  1.1%)  load-stdlib
   0.0544 ( 19.0%)   0.0136 (  5.3%)   0.0680 ( 12.6%)   0.0682 (  1.1%)  build-rewrite-system
   0.0402 ( 14.1%)   0.0101 (  4.0%)   0.0504 (  9.3%)   0.0504 (  0.8%)  perform-sema
   0.0401 ( 14.0%)   0.0101 (  4.0%)   0.0503 (  9.3%)   0.0503 (  0.8%)  Type checking and Semantic analysis
   0.0312 ( 10.9%)   0.0048 (  1.9%)   0.0360 (  6.7%)   0.0360 (  0.6%)  typecheck-stmt
   0.0152 (  5.3%)   0.0063 (  2.5%)   0.0215 (  4.0%)   0.0215 (  0.4%)  typecheck-decl
   0.0113 (  4.0%)   0.0085 (  3.3%)   0.0198 (  3.7%)   0.0198 (  0.3%)  IRGen
   0.0135 (  4.7%)   0.0058 (  2.3%)   0.0193 (  3.6%)   0.0193 (  0.3%)  typecheck-expr
   0.0084 (  3.0%)   0.0001 (  0.1%)   0.0086 (  1.6%)   0.0086 (  0.1%)  SIL optimization
   0.0065 (  2.3%)   0.0009 (  0.3%)   0.0074 (  1.4%)   0.0074 (  0.1%)  precheck-target
   0.0052 (  1.8%)   0.0007 (  0.3%)   0.0060 (  1.1%)   0.0060 (  0.1%)  SILGen
   0.0038 (  1.3%)   0.0006 (  0.2%)   0.0044 (  0.8%)   0.0044 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0008 (  0.3%)   0.0016 (  0.3%)   0.0016 (  0.0%)  import-clang-decl
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.2857 (100.0%)   0.2558 (100.0%)   0.5415 (100.0%)   6.0462 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6498 seconds (3.4509 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4694 (100.0%)   0.1804 (100.0%)   0.6498 (100.0%)   3.4509 (100.0%)  Building Target
   0.4694 (100.0%)   0.1804 (100.0%)   0.6498 (100.0%)   3.4509 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRRSBlock.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRErrorCorrectLevel.swift,\ QRMaskPattern.swift /Users/admin/builder/spi-builder-workspace/Sources/QRErrorCorrectLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/QRMaskPattern.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922421154050-swift-frontend-QRCodeSwift-QRErrorCorrectLevel.swift-arm64_apple_macos10.13-o-Onone-4004877678.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4154 seconds (5.7512 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0272 ( 14.4%)   0.0935 ( 41.1%)   0.1206 ( 29.0%)   2.7601 ( 48.0%)  parse-and-resolve-imports
   0.0271 ( 14.4%)   0.0933 ( 41.1%)   0.1203 ( 29.0%)   2.7598 ( 48.0%)  Import resolution
   0.0525 ( 27.9%)   0.0158 (  7.0%)   0.0684 ( 16.5%)   0.0683 (  1.2%)  build-rewrite-system
   0.0011 (  0.6%)   0.0016 (  0.7%)   0.0027 (  0.7%)   0.0592 (  1.0%)  load-stdlib
   0.0168 (  8.9%)   0.0041 (  1.8%)   0.0209 (  5.0%)   0.0209 (  0.4%)  perform-sema
   0.0167 (  8.9%)   0.0041 (  1.8%)   0.0208 (  5.0%)   0.0208 (  0.4%)  Type checking and Semantic analysis
   0.0137 (  7.3%)   0.0029 (  1.3%)   0.0167 (  4.0%)   0.0167 (  0.3%)  typecheck-stmt
   0.0053 (  2.8%)   0.0041 (  1.8%)   0.0095 (  2.3%)   0.0098 (  0.2%)  IRGen
   0.0071 (  3.7%)   0.0014 (  0.6%)   0.0084 (  2.0%)   0.0084 (  0.1%)  precheck-target
   0.0062 (  3.3%)   0.0018 (  0.8%)   0.0079 (  1.9%)   0.0079 (  0.1%)  SILGen
   0.0046 (  2.4%)   0.0017 (  0.7%)   0.0062 (  1.5%)   0.0062 (  0.1%)  typecheck-decl
   0.0033 (  1.8%)   0.0011 (  0.5%)   0.0044 (  1.1%)   0.0044 (  0.1%)  SILGen-function
   0.0032 (  1.7%)   0.0001 (  0.0%)   0.0032 (  0.8%)   0.0032 (  0.1%)  SIL optimization
   0.0017 (  0.9%)   0.0006 (  0.3%)   0.0023 (  0.5%)   0.0023 (  0.0%)  typecheck-expr
   0.0008 (  0.4%)   0.0010 (  0.4%)   0.0018 (  0.4%)   0.0018 (  0.0%)  import-clang-decl
   0.0010 (  0.5%)   0.0002 (  0.1%)   0.0012 (  0.3%)   0.0012 (  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1883 (100.0%)   0.2271 (100.0%)   0.4154 (100.0%)   5.7512 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6724 seconds (3.3765 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4996 (100.0%)   0.1728 (100.0%)   0.6724 (100.0%)   3.3765 (100.0%)  Building Target
   0.4996 (100.0%)   0.1728 (100.0%)   0.6724 (100.0%)   3.3765 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRErrorCorrectLevel.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRMaskPattern.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRMode.swift /Users/admin/builder/spi-builder-workspace/Sources/QRMode.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922424414894-swift-frontend-QRCodeSwift-QRMode.swift-arm64_apple_macos10.13-o-Onone-93442496.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2008 seconds (0.2047 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0362 ( 30.8%)   0.0332 ( 40.0%)   0.0695 ( 34.6%)   0.0702 ( 34.3%)  parse-and-resolve-imports
   0.0360 ( 30.6%)   0.0329 ( 39.7%)   0.0689 ( 34.3%)   0.0697 ( 34.0%)  Import resolution
   0.0076 (  6.4%)   0.0023 (  2.8%)   0.0099 (  4.9%)   0.0100 (  4.9%)  perform-sema
   0.0074 (  6.3%)   0.0023 (  2.8%)   0.0097 (  4.8%)   0.0098 (  4.8%)  Type checking and Semantic analysis
   0.0038 (  3.2%)   0.0042 (  5.0%)   0.0079 (  4.0%)   0.0090 (  4.4%)  IRGen
   0.0055 (  4.6%)   0.0018 (  2.2%)   0.0073 (  3.6%)   0.0074 (  3.6%)  typecheck-decl
   0.0052 (  4.4%)   0.0013 (  1.5%)   0.0065 (  3.2%)   0.0068 (  3.3%)  SILGen
   0.0036 (  3.0%)   0.0012 (  1.4%)   0.0047 (  2.4%)   0.0049 (  2.4%)  typecheck-expr
   0.0035 (  3.0%)   0.0009 (  1.1%)   0.0044 (  2.2%)   0.0045 (  2.2%)  typecheck-stmt
   0.0031 (  2.7%)   0.0008 (  1.0%)   0.0040 (  2.0%)   0.0042 (  2.1%)  SILGen-function
   0.0010 (  0.8%)   0.0013 (  1.6%)   0.0023 (  1.2%)   0.0023 (  1.1%)  load-stdlib
   0.0022 (  1.9%)   0.0000 (  0.1%)   0.0022 (  1.1%)   0.0022 (  1.1%)  SIL optimization
   0.0015 (  1.2%)   0.0004 (  0.5%)   0.0019 (  0.9%)   0.0020 (  1.0%)  typecheck-expr-pattern
   0.0008 (  0.6%)   0.0001 (  0.1%)   0.0009 (  0.4%)   0.0009 (  0.4%)  precheck-target
   0.0004 (  0.3%)   0.0002 (  0.2%)   0.0006 (  0.3%)   0.0006 (  0.3%)  build-rewrite-system
   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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1177 (100.0%)   0.0831 (100.0%)   0.2008 (100.0%)   0.2047 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1194 seconds (0.1227 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0706 (100.0%)   0.0489 (100.0%)   0.1194 (100.0%)   0.1227 (100.0%)  Building Target
   0.0706 (100.0%)   0.0489 (100.0%)   0.1194 (100.0%)   0.1227 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRMode.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for QRCodeSwift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriver\ Compilation\ Requirements QRCodeSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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 QRCodeSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.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.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.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/swift_qrcodejs.build/Debug/QRCodeSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_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/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling QRPatternLocator.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Headers/QRCodeSwift-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-Swift.h (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Headers/QRCodeSwift-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftmodule (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftdoc (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.abi.json (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftsourceinfo (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Modules/QRCodeSwift.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling QRPolynomial.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRMode.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRErrorCorrectLevel.swift, QRMaskPattern.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRMath.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRRSBlock.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRPointType.swift, BCH.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRCode.swift, QRCodeError.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodeModel.swift, QRCodeType.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QR8bitByte.swift, QRBitBuffer.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriver\ Compilation QRCodeSwift normal arm64 com.apple.xcode.tools.swift.compiler (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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 QRCodeSwift -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.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.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.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/swift_qrcodejs.build/Debug/QRCodeSwift.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_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/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/DerivedSources -Xcc -DSWIFT_PACKAGE\=1 -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-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/QRCodeSwift.framework/Versions/A/QRCodeSwift normal (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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.13 -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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.LinkFileList -install_name @rpath/QRCodeSwift.framework/Versions/A/QRCodeSwift -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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/QRCodeSwift
ExtractAppIntentsMetadata (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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 QRCodeSwift --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.13 --bundle-identifier QRCodeSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Resources --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/QRCodeSwift --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-29 03:27:06.224 appintentsmetadataprocessor[706:3990] Starting appintentsmetadataprocessor export
2025-04-29 03:27:06.227 appintentsmetadataprocessor[706:3990] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/QRCodeSwift.framework/Versions/A/QRCodeSwift.tbd (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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/QRCodeSwift.framework/Versions/A/QRCodeSwift -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/QRCodeSwift.framework/Versions/A/QRCodeSwift.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    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/QRCodeSwift.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/QRCodeSwift.framework/QRCodeSwift.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/QRCodeSwift.framework/Versions/A/QRCodeSwift.tbd (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/QRCodeSwift.framework/Versions/A/QRCodeSwift.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/QRCodeSwift.framework/QRCodeSwift.tbd
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift_qrcodejs",
  "name" : "swift_qrcodejs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "QRCodeSwift",
      "targets" : [
        "QRCodeSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QRCodeSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeSwiftTests",
      "path" : "Tests/QRCodeSwiftTests",
      "sources" : [
        "QRCodeSwiftTests.swift"
      ],
      "target_dependencies" : [
        "QRCodeSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QRCodeSwift",
      "module_type" : "SwiftTarget",
      "name" : "QRCodeSwift",
      "path" : "Sources",
      "product_memberships" : [
        "QRCodeSwift"
      ],
      "sources" : [
        "BCH.swift",
        "QR8bitByte.swift",
        "QRBitBuffer.swift",
        "QRCode.swift",
        "QRCodeError.swift",
        "QRCodeModel.swift",
        "QRCodeType.swift",
        "QRErrorCorrectLevel.swift",
        "QRMaskPattern.swift",
        "QRMath.swift",
        "QRMode.swift",
        "QRPatternLocator.swift",
        "QRPointType.swift",
        "QRPolynomial.swift",
        "QRRSBlock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.