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 2.3.0 (817ba2), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 29 Apr 2025 10:27:48 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: 2.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/swift_qrcodejs
 * tag               2.3.0      -> FETCH_HEAD
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 2.3.0
========================================
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
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/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
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/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
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
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/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
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
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
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
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
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.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
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/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
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
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-1745922463626066-swift-frontend-QRCodeSwift-QR8bitByte.swift-arm64_apple_macos10.13-o-Onone-3470128577.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.3494 seconds (4.7959 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4966 ( 46.5%)   0.5202 ( 46.1%)   2.0168 ( 46.4%)   2.2310 ( 46.5%)  parse-and-resolve-imports
   1.4965 ( 46.5%)   0.5201 ( 46.1%)   2.0166 ( 46.4%)   2.2307 ( 46.5%)  Import resolution
   0.0768 (  2.4%)   0.0155 (  1.4%)   0.0924 (  2.1%)   0.0923 (  1.9%)  build-rewrite-system
   0.0116 (  0.4%)   0.0406 (  3.6%)   0.0522 (  1.2%)   0.0693 (  1.4%)  load-stdlib
   0.0294 (  0.9%)   0.0060 (  0.5%)   0.0353 (  0.8%)   0.0356 (  0.7%)  perform-sema
   0.0293 (  0.9%)   0.0060 (  0.5%)   0.0353 (  0.8%)   0.0355 (  0.7%)  Type checking and Semantic analysis
   0.0238 (  0.7%)   0.0030 (  0.3%)   0.0268 (  0.6%)   0.0268 (  0.6%)  typecheck-stmt
   0.0115 (  0.4%)   0.0085 (  0.8%)   0.0200 (  0.5%)   0.0205 (  0.4%)  import-clang-decl
   0.0116 (  0.4%)   0.0017 (  0.2%)   0.0133 (  0.3%)   0.0133 (  0.3%)  typecheck-expr
   0.0081 (  0.3%)   0.0032 (  0.3%)   0.0113 (  0.3%)   0.0116 (  0.2%)  typecheck-decl
   0.0085 (  0.3%)   0.0001 (  0.0%)   0.0086 (  0.2%)   0.0086 (  0.2%)  SIL optimization
   0.0050 (  0.2%)   0.0030 (  0.3%)   0.0080 (  0.2%)   0.0080 (  0.2%)  IRGen
   0.0054 (  0.2%)   0.0004 (  0.0%)   0.0058 (  0.1%)   0.0058 (  0.1%)  precheck-target
   0.0029 (  0.1%)   0.0004 (  0.0%)   0.0034 (  0.1%)   0.0034 (  0.1%)  SILGen
   0.0017 (  0.1%)   0.0002 (  0.0%)   0.0019 (  0.0%)   0.0019 (  0.0%)  SILGen-function
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  typecheck-for-each
   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
   3.2201 (100.0%)   1.1293 (100.0%)   4.3494 (100.0%)   4.7959 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.7781 seconds (4.0338 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.6139 (100.0%)   1.1642 (100.0%)   3.7781 (100.0%)   4.0338 (100.0%)  Building Target
   2.6139 (100.0%)   1.1642 (100.0%)   3.7781 (100.0%)   4.0338 (100.0%)  Total
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-1745922463626438-swift-frontend-QRCodeSwift-QRMath.swift-arm64_apple_macos10.13-o-Onone-742931071.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4325 seconds (4.7268 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0235 ( 12.4%)   0.0989 ( 40.7%)   0.1224 ( 28.3%)   2.2340 ( 47.3%)  parse-and-resolve-imports
   0.0234 ( 12.3%)   0.0987 ( 40.7%)   0.1221 ( 28.2%)   2.2337 ( 47.3%)  Import resolution
   0.0015 (  0.8%)   0.0096 (  3.9%)   0.0111 (  2.6%)   0.0821 (  1.7%)  load-stdlib
   0.0474 ( 25.0%)   0.0158 (  6.5%)   0.0632 ( 14.6%)   0.0632 (  1.3%)  build-rewrite-system
   0.0189 (  9.9%)   0.0035 (  1.5%)   0.0224 (  5.2%)   0.0224 (  0.5%)  perform-sema
   0.0188 (  9.9%)   0.0035 (  1.4%)   0.0223 (  5.2%)   0.0224 (  0.5%)  Type checking and Semantic analysis
   0.0172 (  9.1%)   0.0030 (  1.2%)   0.0202 (  4.7%)   0.0202 (  0.4%)  typecheck-stmt
   0.0150 (  7.9%)   0.0027 (  1.1%)   0.0177 (  4.1%)   0.0177 (  0.4%)  typecheck-expr
   0.0069 (  3.7%)   0.0007 (  0.3%)   0.0076 (  1.8%)   0.0076 (  0.2%)  SIL optimization
   0.0063 (  3.3%)   0.0012 (  0.5%)   0.0075 (  1.7%)   0.0075 (  0.2%)  precheck-target
   0.0036 (  1.9%)   0.0029 (  1.2%)   0.0065 (  1.5%)   0.0065 (  0.1%)  IRGen
   0.0025 (  1.3%)   0.0005 (  0.2%)   0.0030 (  0.7%)   0.0030 (  0.1%)  SILGen
   0.0018 (  0.9%)   0.0003 (  0.1%)   0.0021 (  0.5%)   0.0021 (  0.0%)  SILGen-function
   0.0008 (  0.4%)   0.0011 (  0.4%)   0.0019 (  0.4%)   0.0019 (  0.0%)  import-clang-decl
   0.0011 (  0.6%)   0.0005 (  0.2%)   0.0016 (  0.4%)   0.0017 (  0.0%)  typecheck-decl
   0.0007 (  0.4%)   0.0000 (  0.0%)   0.0008 (  0.2%)   0.0008 (  0.0%)  typecheck-for-each
   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%)  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.1898 (100.0%)   0.2428 (100.0%)   0.4325 (100.0%)   4.7268 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6048 seconds (2.7980 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4136 (100.0%)   0.1912 (100.0%)   0.6048 (100.0%)   2.7980 (100.0%)  Building Target
   0.4136 (100.0%)   0.1912 (100.0%)   0.6048 (100.0%)   2.7980 (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\ 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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745922463635462-swift-frontend-QRCodeSwift-QRCode.swift-arm64_apple_macos10.13-o-Onone-2518581001.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8142 seconds (5.1064 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0232 (  4.9%)   0.1015 ( 30.0%)   0.1247 ( 15.3%)   2.2360 ( 43.8%)  parse-and-resolve-imports
   0.0231 (  4.9%)   0.1013 ( 30.0%)   0.1245 ( 15.3%)   2.2357 ( 43.8%)  Import resolution
   0.0969 ( 20.3%)   0.0272 (  8.0%)   0.1241 ( 15.2%)   0.1241 (  2.4%)  perform-sema
   0.0968 ( 20.3%)   0.0272 (  8.0%)   0.1240 ( 15.2%)   0.1240 (  2.4%)  Type checking and Semantic analysis
   0.0776 ( 16.3%)   0.0212 (  6.3%)   0.0988 ( 12.1%)   0.0988 (  1.9%)  typecheck-stmt
   0.0749 ( 15.7%)   0.0240 (  7.1%)   0.0989 ( 12.1%)   0.0988 (  1.9%)  build-rewrite-system
   0.0012 (  0.3%)   0.0051 (  1.5%)   0.0063 (  0.8%)   0.0759 (  1.5%)  load-stdlib
   0.0188 (  3.9%)   0.0060 (  1.8%)   0.0248 (  3.0%)   0.0248 (  0.5%)  typecheck-decl
   0.0176 (  3.7%)   0.0056 (  1.7%)   0.0232 (  2.8%)   0.0232 (  0.5%)  typecheck-expr
   0.0126 (  2.7%)   0.0097 (  2.9%)   0.0224 (  2.7%)   0.0223 (  0.4%)  import-clang-decl
   0.0082 (  1.7%)   0.0048 (  1.4%)   0.0130 (  1.6%)   0.0131 (  0.3%)  IRGen
   0.0071 (  1.5%)   0.0020 (  0.6%)   0.0091 (  1.1%)   0.0091 (  0.2%)  precheck-target
   0.0076 (  1.6%)   0.0014 (  0.4%)   0.0090 (  1.1%)   0.0090 (  0.2%)  SILGen
   0.0057 (  1.2%)   0.0000 (  0.0%)   0.0057 (  0.7%)   0.0057 (  0.1%)  SIL optimization
   0.0040 (  0.8%)   0.0007 (  0.2%)   0.0048 (  0.6%)   0.0048 (  0.1%)  SILGen-function
   0.0007 (  0.2%)   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%)  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.4761 (100.0%)   0.3380 (100.0%)   0.8142 (100.0%)   5.1064 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8232 seconds (4.0247 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1393 (100.0%)   0.6839 (100.0%)   1.8232 (100.0%)   4.0247 (100.0%)  Building Target
   1.1393 (100.0%)   0.6839 (100.0%)   1.8232 (100.0%)   4.0247 (100.0%)  Total
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-1745922463630067-swift-frontend-QRCodeSwift-QRPatternLocator.swift-arm64_apple_macos10.13-o-Onone-1683501543.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3329 seconds (5.3641 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0242 ( 24.2%)   0.1042 ( 44.7%)   0.1284 ( 38.6%)   2.6047 ( 48.6%)  parse-and-resolve-imports
   0.0240 ( 24.0%)   0.1040 ( 44.7%)   0.1281 ( 38.5%)   2.6044 ( 48.6%)  Import resolution
   0.0015 (  1.5%)   0.0071 (  3.1%)   0.0086 (  2.6%)   0.0870 (  1.6%)  load-stdlib
   0.0096 (  9.6%)   0.0031 (  1.3%)   0.0127 (  3.8%)   0.0127 (  0.2%)  perform-sema
   0.0095 (  9.5%)   0.0031 (  1.3%)   0.0126 (  3.8%)   0.0126 (  0.2%)  Type checking and Semantic analysis
   0.0069 (  6.9%)   0.0016 (  0.7%)   0.0085 (  2.6%)   0.0085 (  0.2%)  typecheck-stmt
   0.0034 (  3.4%)   0.0041 (  1.7%)   0.0074 (  2.2%)   0.0074 (  0.1%)  IRGen
   0.0047 (  4.7%)   0.0011 (  0.5%)   0.0058 (  1.7%)   0.0058 (  0.1%)  build-rewrite-system
   0.0048 (  4.8%)   0.0010 (  0.4%)   0.0058 (  1.7%)   0.0058 (  0.1%)  precheck-target
   0.0025 (  2.5%)   0.0014 (  0.6%)   0.0039 (  1.2%)   0.0039 (  0.1%)  typecheck-decl
   0.0033 (  3.3%)   0.0001 (  0.1%)   0.0034 (  1.0%)   0.0034 (  0.1%)  SIL optimization
   0.0026 (  2.6%)   0.0007 (  0.3%)   0.0033 (  1.0%)   0.0033 (  0.1%)  SILGen
   0.0015 (  1.5%)   0.0009 (  0.4%)   0.0024 (  0.7%)   0.0024 (  0.0%)  typecheck-expr
   0.0015 (  1.5%)   0.0004 (  0.2%)   0.0019 (  0.6%)   0.0019 (  0.0%)  SILGen-function
   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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1000 (100.0%)   0.2330 (100.0%)   0.3329 (100.0%)   5.3641 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2606 seconds (2.8165 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1246 (100.0%)   0.1360 (100.0%)   0.2606 (100.0%)   2.8165 (100.0%)  Building Target
   0.1246 (100.0%)   0.1360 (100.0%)   0.2606 (100.0%)   2.8165 (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

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-1745922463626120-swift-frontend-QRCodeSwift-all-arm64_apple_macos10.13-swiftmodule-Onone-2165208572.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5194 seconds (4.9116 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 (  9.8%)   0.1017 ( 35.9%)   0.1248 ( 24.0%)   2.2868 ( 46.6%)  parse-and-resolve-imports
   0.0229 (  9.7%)   0.1016 ( 35.8%)   0.1245 ( 24.0%)   2.2866 ( 46.6%)  Import resolution
   0.0016 (  0.7%)   0.0103 (  3.6%)   0.0119 (  2.3%)   0.0771 (  1.6%)  load-stdlib
   0.0407 ( 17.3%)   0.0153 (  5.4%)   0.0560 ( 10.8%)   0.0564 (  1.1%)  perform-sema
   0.0406 ( 17.2%)   0.0151 (  5.3%)   0.0557 ( 10.7%)   0.0560 (  1.1%)  Type checking and Semantic analysis
   0.0399 ( 16.9%)   0.0150 (  5.3%)   0.0549 ( 10.6%)   0.0553 (  1.1%)  typecheck-decl
   0.0228 (  9.7%)   0.0086 (  3.0%)   0.0314 (  6.0%)   0.0314 (  0.6%)  typecheck-expr
   0.0131 (  5.5%)   0.0056 (  2.0%)   0.0187 (  3.6%)   0.0195 (  0.4%)  SIL optimization
   0.0096 (  4.1%)   0.0015 (  0.5%)   0.0111 (  2.1%)   0.0111 (  0.2%)  SILGen
   0.0060 (  2.6%)   0.0018 (  0.6%)   0.0078 (  1.5%)   0.0078 (  0.2%)  build-rewrite-system
   0.0058 (  2.4%)   0.0010 (  0.4%)   0.0068 (  1.3%)   0.0068 (  0.1%)  SILGen-function
   0.0015 (  0.6%)   0.0027 (  0.9%)   0.0041 (  0.8%)   0.0049 (  0.1%)  Serialization, swiftmodule
   0.0038 (  1.6%)   0.0009 (  0.3%)   0.0047 (  0.9%)   0.0047 (  0.1%)  precheck-target
   0.0012 (  0.5%)   0.0012 (  0.4%)   0.0025 (  0.5%)   0.0025 (  0.1%)  import-clang-decl
   0.0013 (  0.6%)   0.0004 (  0.1%)   0.0017 (  0.3%)   0.0017 (  0.0%)  typecheck-stmt
   0.0004 (  0.2%)   0.0008 (  0.3%)   0.0012 (  0.2%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0010 (  0.4%)   0.0002 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  typecheck-expr-pattern
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  Serialization, swiftsourceinfo
   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2357 (100.0%)   0.2837 (100.0%)   0.5194 (100.0%)   4.9116 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2540 seconds (2.4838 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1144 (100.0%)   0.1395 (100.0%)   0.2540 (100.0%)   2.4838 (100.0%)  Building Target
   0.1144 (100.0%)   0.1395 (100.0%)   0.2540 (100.0%)   2.4838 (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-1745922463635227-swift-frontend-QRCodeSwift-QRCodeModel.swift-arm64_apple_macos10.13-o-Onone-3539179404.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2506 seconds (5.6323 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0235 (  2.5%)   0.1007 ( 31.2%)   0.1242 (  9.9%)   2.2820 ( 40.5%)  parse-and-resolve-imports
   0.0234 (  2.5%)   0.1005 ( 31.2%)   0.1239 (  9.9%)   2.2817 ( 40.5%)  Import resolution
   0.1808 ( 19.5%)   0.0204 (  6.3%)   0.2012 ( 16.1%)   0.2013 (  3.6%)  perform-sema
   0.1807 ( 19.5%)   0.0204 (  6.3%)   0.2011 ( 16.1%)   0.2012 (  3.6%)  Type checking and Semantic analysis
   0.1701 ( 18.3%)   0.0173 (  5.4%)   0.1874 ( 15.0%)   0.1875 (  3.3%)  typecheck-stmt
   0.1485 ( 16.0%)   0.0128 (  4.0%)   0.1613 ( 12.9%)   0.1613 (  2.9%)  typecheck-expr
   0.0015 (  0.2%)   0.0063 (  2.0%)   0.0078 (  0.6%)   0.0735 (  1.3%)  load-stdlib
   0.0495 (  5.3%)   0.0144 (  4.5%)   0.0639 (  5.1%)   0.0638 (  1.1%)  build-rewrite-system
   0.0402 (  4.3%)   0.0043 (  1.3%)   0.0445 (  3.6%)   0.0446 (  0.8%)  precheck-target
   0.0227 (  2.4%)   0.0044 (  1.4%)   0.0271 (  2.2%)   0.0271 (  0.5%)  typecheck-decl
   0.0206 (  2.2%)   0.0031 (  0.9%)   0.0237 (  1.9%)   0.0237 (  0.4%)  SILGen
   0.0132 (  1.4%)   0.0061 (  1.9%)   0.0193 (  1.5%)   0.0195 (  0.3%)  IRGen
   0.0107 (  1.1%)   0.0085 (  2.6%)   0.0192 (  1.5%)   0.0192 (  0.3%)  import-clang-decl
   0.0165 (  1.8%)   0.0025 (  0.8%)   0.0190 (  1.5%)   0.0190 (  0.3%)  SILGen-function
   0.0169 (  1.8%)   0.0001 (  0.0%)   0.0171 (  1.4%)   0.0171 (  0.3%)  SIL optimization
   0.0086 (  0.9%)   0.0002 (  0.1%)   0.0088 (  0.7%)   0.0088 (  0.2%)  typecheck-for-each
   0.0008 (  0.1%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  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%)  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%)  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
   0.9284 (100.0%)   0.3222 (100.0%)   1.2506 (100.0%)   5.6323 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7849 seconds (4.0287 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1103 (100.0%)   0.6745 (100.0%)   1.7849 (100.0%)   4.0287 (100.0%)  Building Target
   1.1103 (100.0%)   0.6745 (100.0%)   1.7849 (100.0%)   4.0287 (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\ 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-1745922463635033-swift-frontend-QRCodeSwift-QRPolynomial.swift-arm64_apple_macos10.13-o-Onone-90049932.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4528 seconds (5.0236 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 11.8%)   0.1037 ( 40.9%)   0.1273 ( 28.1%)   2.3835 ( 47.4%)  parse-and-resolve-imports
   0.0235 ( 11.8%)   0.1035 ( 40.9%)   0.1270 ( 28.0%)   2.3832 ( 47.4%)  Import resolution
   0.0012 (  0.6%)   0.0051 (  2.0%)   0.0064 (  1.4%)   0.0642 (  1.3%)  load-stdlib
   0.0439 ( 22.0%)   0.0173 (  6.8%)   0.0612 ( 13.5%)   0.0615 (  1.2%)  build-rewrite-system
   0.0216 ( 10.8%)   0.0044 (  1.7%)   0.0261 (  5.8%)   0.0261 (  0.5%)  perform-sema
   0.0215 ( 10.8%)   0.0044 (  1.7%)   0.0259 (  5.7%)   0.0260 (  0.5%)  Type checking and Semantic analysis
   0.0194 (  9.7%)   0.0036 (  1.4%)   0.0231 (  5.1%)   0.0231 (  0.5%)  typecheck-stmt
   0.0172 (  8.6%)   0.0035 (  1.4%)   0.0207 (  4.6%)   0.0207 (  0.4%)  typecheck-expr
   0.0082 (  4.1%)   0.0016 (  0.6%)   0.0098 (  2.2%)   0.0098 (  0.2%)  precheck-target
   0.0041 (  2.1%)   0.0032 (  1.3%)   0.0074 (  1.6%)   0.0074 (  0.1%)  IRGen
   0.0035 (  1.8%)   0.0006 (  0.2%)   0.0041 (  0.9%)   0.0041 (  0.1%)  SILGen
   0.0031 (  1.6%)   0.0009 (  0.3%)   0.0040 (  0.9%)   0.0041 (  0.1%)  typecheck-decl
   0.0038 (  1.9%)   0.0001 (  0.0%)   0.0039 (  0.9%)   0.0039 (  0.1%)  SIL optimization
   0.0023 (  1.2%)   0.0004 (  0.1%)   0.0027 (  0.6%)   0.0027 (  0.1%)  SILGen-function
   0.0017 (  0.8%)   0.0002 (  0.1%)   0.0019 (  0.4%)   0.0019 (  0.0%)  typecheck-for-each
   0.0007 (  0.3%)   0.0007 (  0.3%)   0.0014 (  0.3%)   0.0014 (  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.1996 (100.0%)   0.2532 (100.0%)   0.4528 (100.0%)   5.0236 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4958 seconds (2.8117 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3230 (100.0%)   0.1729 (100.0%)   0.4958 (100.0%)   2.8117 (100.0%)  Building Target
   0.3230 (100.0%)   0.1729 (100.0%)   0.4958 (100.0%)   2.8117 (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

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-1745922463635995-swift-frontend-QRCodeSwift-QRErrorCorrectLevel.swift-arm64_apple_macos10.13-o-Onone-2917950559.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4079 seconds (4.6725 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0226 ( 13.5%)   0.0985 ( 40.9%)   0.1211 ( 29.7%)   2.2143 ( 47.4%)  parse-and-resolve-imports
   0.0224 ( 13.4%)   0.0981 ( 40.7%)   0.1205 ( 29.5%)   2.2137 ( 47.4%)  Import resolution
   0.0013 (  0.8%)   0.0054 (  2.2%)   0.0067 (  1.6%)   0.0843 (  1.8%)  load-stdlib
   0.0484 ( 28.9%)   0.0156 (  6.5%)   0.0640 ( 15.7%)   0.0640 (  1.4%)  build-rewrite-system
   0.0153 (  9.1%)   0.0039 (  1.6%)   0.0192 (  4.7%)   0.0192 (  0.4%)  perform-sema
   0.0152 (  9.1%)   0.0039 (  1.6%)   0.0191 (  4.7%)   0.0191 (  0.4%)  Type checking and Semantic analysis
   0.0125 (  7.5%)   0.0024 (  1.0%)   0.0149 (  3.7%)   0.0149 (  0.3%)  typecheck-stmt
   0.0048 (  2.9%)   0.0035 (  1.5%)   0.0083 (  2.0%)   0.0088 (  0.2%)  IRGen
   0.0050 (  3.0%)   0.0033 (  1.4%)   0.0083 (  2.0%)   0.0083 (  0.2%)  SILGen
   0.0065 (  3.9%)   0.0011 (  0.4%)   0.0076 (  1.9%)   0.0076 (  0.2%)  precheck-target
   0.0039 (  2.4%)   0.0020 (  0.8%)   0.0059 (  1.5%)   0.0059 (  0.1%)  typecheck-decl
   0.0029 (  1.7%)   0.0015 (  0.6%)   0.0043 (  1.1%)   0.0043 (  0.1%)  SILGen-function
   0.0031 (  1.9%)   0.0000 (  0.0%)   0.0032 (  0.8%)   0.0032 (  0.1%)  SIL optimization
   0.0015 (  0.9%)   0.0005 (  0.2%)   0.0020 (  0.5%)   0.0020 (  0.0%)  typecheck-expr
   0.0009 (  0.5%)   0.0009 (  0.4%)   0.0017 (  0.4%)   0.0018 (  0.0%)  import-clang-decl
   0.0009 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1671 (100.0%)   0.2408 (100.0%)   0.4079 (100.0%)   4.6725 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6077 seconds (2.7910 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4090 (100.0%)   0.1987 (100.0%)   0.6077 (100.0%)   2.7910 (100.0%)  Building Target
   0.4090 (100.0%)   0.1987 (100.0%)   0.6077 (100.0%)   2.7910 (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\ 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-1745922463635432-swift-frontend-QRCodeSwift-QRPointType.swift-arm64_apple_macos10.13-o-Onone-4244252081.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4979 seconds (4.9245 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 ( 10.3%)   0.1009 ( 38.2%)   0.1250 ( 25.1%)   2.3016 ( 46.7%)  parse-and-resolve-imports
   0.0240 ( 10.3%)   0.1006 ( 38.1%)   0.1246 ( 25.0%)   2.3012 ( 46.7%)  Import resolution
   0.0752 ( 32.2%)   0.0227 (  8.6%)   0.0979 ( 19.7%)   0.0979 (  2.0%)  build-rewrite-system
   0.0013 (  0.5%)   0.0048 (  1.8%)   0.0060 (  1.2%)   0.0796 (  1.6%)  load-stdlib
   0.0196 (  8.4%)   0.0059 (  2.2%)   0.0255 (  5.1%)   0.0255 (  0.5%)  perform-sema
   0.0195 (  8.4%)   0.0059 (  2.2%)   0.0254 (  5.1%)   0.0254 (  0.5%)  Type checking and Semantic analysis
   0.0115 (  4.9%)   0.0088 (  3.3%)   0.0203 (  4.1%)   0.0203 (  0.4%)  import-clang-decl
   0.0130 (  5.6%)   0.0045 (  1.7%)   0.0176 (  3.5%)   0.0176 (  0.4%)  typecheck-decl
   0.0104 (  4.4%)   0.0025 (  0.9%)   0.0128 (  2.6%)   0.0129 (  0.3%)  typecheck-stmt
   0.0098 (  4.2%)   0.0024 (  0.9%)   0.0122 (  2.4%)   0.0122 (  0.2%)  typecheck-expr
   0.0080 (  3.4%)   0.0001 (  0.0%)   0.0081 (  1.6%)   0.0081 (  0.2%)  SIL optimization
   0.0042 (  1.8%)   0.0027 (  1.0%)   0.0070 (  1.4%)   0.0070 (  0.1%)  IRGen
   0.0043 (  1.8%)   0.0009 (  0.3%)   0.0052 (  1.0%)   0.0052 (  0.1%)  SILGen
   0.0036 (  1.5%)   0.0006 (  0.2%)   0.0042 (  0.9%)   0.0042 (  0.1%)  precheck-target
   0.0030 (  1.3%)   0.0006 (  0.2%)   0.0036 (  0.7%)   0.0036 (  0.1%)  SILGen-function
   0.0010 (  0.4%)   0.0002 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  typecheck-expr-pattern
   0.0009 (  0.4%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   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%)  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.2335 (100.0%)   0.2644 (100.0%)   0.4979 (100.0%)   4.9245 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7553 seconds (4.0231 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0698 (100.0%)   0.6855 (100.0%)   1.7553 (100.0%)   4.0231 (100.0%)  Building Target
   1.0698 (100.0%)   0.6855 (100.0%)   1.7553 (100.0%)   4.0231 (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\ 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-1745922463635895-swift-frontend-QRCodeSwift-QRMode.swift-arm64_apple_macos10.13-o-Onone-54571268.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3589 seconds (5.1809 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0236 ( 19.2%)   0.1016 ( 43.1%)   0.1252 ( 34.9%)   2.5093 ( 48.4%)  parse-and-resolve-imports
   0.0235 ( 19.1%)   0.1014 ( 43.0%)   0.1249 ( 34.8%)   2.5090 ( 48.4%)  Import resolution
   0.0445 ( 36.2%)   0.0162 (  6.8%)   0.0606 ( 16.9%)   0.0607 (  1.2%)  build-rewrite-system
   0.0013 (  1.0%)   0.0046 (  2.0%)   0.0059 (  1.6%)   0.0597 (  1.2%)  load-stdlib
   0.0031 (  2.6%)   0.0039 (  1.7%)   0.0071 (  2.0%)   0.0071 (  0.1%)  IRGen
   0.0051 (  4.1%)   0.0016 (  0.7%)   0.0067 (  1.9%)   0.0067 (  0.1%)  perform-sema
   0.0050 (  4.1%)   0.0016 (  0.7%)   0.0066 (  1.8%)   0.0066 (  0.1%)  Type checking and Semantic analysis
   0.0031 (  2.5%)   0.0011 (  0.5%)   0.0042 (  1.2%)   0.0042 (  0.1%)  typecheck-decl
   0.0029 (  2.4%)   0.0007 (  0.3%)   0.0036 (  1.0%)   0.0036 (  0.1%)  SILGen
   0.0026 (  2.1%)   0.0006 (  0.3%)   0.0033 (  0.9%)   0.0033 (  0.1%)  typecheck-stmt
   0.0024 (  2.0%)   0.0007 (  0.3%)   0.0031 (  0.9%)   0.0031 (  0.1%)  typecheck-expr
   0.0021 (  1.7%)   0.0001 (  0.0%)   0.0022 (  0.6%)   0.0022 (  0.0%)  SIL optimization
   0.0016 (  1.3%)   0.0004 (  0.2%)   0.0020 (  0.6%)   0.0020 (  0.0%)  SILGen-function
   0.0007 (  0.6%)   0.0010 (  0.4%)   0.0017 (  0.5%)   0.0017 (  0.0%)  import-clang-decl
   0.0008 (  0.6%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  precheck-target
   0.0006 (  0.5%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  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%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1230 (100.0%)   0.2358 (100.0%)   0.3589 (100.0%)   5.1809 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4685 seconds (2.9107 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3038 (100.0%)   0.1647 (100.0%)   0.4685 (100.0%)   2.9107 (100.0%)  Building Target
   0.3038 (100.0%)   0.1647 (100.0%)   0.4685 (100.0%)   2.9107 (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

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-1745922466180470-swift-frontend-QRCodeSwift-QRRSBlock.swift-arm64_apple_macos10.13-o-Onone-273873810.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2979 seconds (0.2981 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0369 ( 17.4%)   0.0084 (  9.7%)   0.0452 ( 15.2%)   0.0452 ( 15.2%)  perform-sema
   0.0368 ( 17.4%)   0.0084 (  9.7%)   0.0451 ( 15.1%)   0.0451 ( 15.1%)  Type checking and Semantic analysis
   0.0227 ( 10.7%)   0.0211 ( 24.4%)   0.0438 ( 14.7%)   0.0438 ( 14.7%)  parse-and-resolve-imports
   0.0226 ( 10.7%)   0.0209 ( 24.2%)   0.0435 ( 14.6%)   0.0435 ( 14.6%)  Import resolution
   0.0269 ( 12.7%)   0.0021 (  2.4%)   0.0290 (  9.7%)   0.0290 (  9.7%)  typecheck-stmt
   0.0157 (  7.4%)   0.0066 (  7.7%)   0.0223 (  7.5%)   0.0223 (  7.5%)  typecheck-decl
   0.0142 (  6.7%)   0.0061 (  7.1%)   0.0203 (  6.8%)   0.0203 (  6.8%)  typecheck-expr
   0.0071 (  3.4%)   0.0092 ( 10.7%)   0.0163 (  5.5%)   0.0164 (  5.5%)  IRGen
   0.0081 (  3.8%)   0.0001 (  0.1%)   0.0082 (  2.8%)   0.0082 (  2.8%)  SIL optimization
   0.0061 (  2.9%)   0.0003 (  0.4%)   0.0064 (  2.2%)   0.0064 (  2.1%)  precheck-target
   0.0057 (  2.7%)   0.0003 (  0.3%)   0.0060 (  2.0%)   0.0060 (  2.0%)  build-rewrite-system
   0.0045 (  2.1%)   0.0008 (  0.9%)   0.0053 (  1.8%)   0.0053 (  1.8%)  SILGen
   0.0033 (  1.6%)   0.0006 (  0.7%)   0.0039 (  1.3%)   0.0039 (  1.3%)  SILGen-function
   0.0010 (  0.5%)   0.0016 (  1.9%)   0.0026 (  0.9%)   0.0026 (  0.9%)  load-stdlib
   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.2116 (100.0%)   0.0864 (100.0%)   0.2979 (100.0%)   0.2981 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2493 seconds (0.2520 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1863 (100.0%)   0.0630 (100.0%)   0.2493 (100.0%)   0.2520 (100.0%)  Building Target
   0.1863 (100.0%)   0.0630 (100.0%)   0.2493 (100.0%)   0.2520 (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

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 QRRSBlock.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
SwiftDriverJobDiscovery normal arm64 Compiling QRMath.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
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 QRErrorCorrectLevel.swift, QRMaskPattern.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRPatternLocator.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
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 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')
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')
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:47.898 appintentsmetadataprocessor[707:4016] Starting appintentsmetadataprocessor export
2025-04-29 03:27:47.901 appintentsmetadataprocessor[707:4016] 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.