The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift_qrcodejs, reference 2.3.1 (d16053), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 18 May 2025 23:08:42 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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/EFPrefix/swift_qrcodejs.git
Reference: 2.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/EFPrefix/swift_qrcodejs
 * tag               2.3.1      -> FETCH_HEAD
HEAD is now at d160533 2.3.1
Cloned https://github.com/EFPrefix/swift_qrcodejs.git
Revision (git rev-parse @):
d1605333f7edac39b4518538ef4f2638fdd2e4d6
SUCCESS checkout https://github.com/EFPrefix/swift_qrcodejs.git at 2.3.1
========================================
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: 6fd4e0f61134be7f0a9a30b18a4d77a6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6fd4e0f61134be7f0a9a30b18a4d77a6.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
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/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/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/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/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.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/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/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/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_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.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-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
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/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/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 (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\ 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-1747609717943883-swift-frontend-QRCodeSwift-QRCode.swift-arm64_apple_macos10.13-o-Onone-293260031.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6729 seconds (5.5138 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0228 (  5.3%)   0.0660 ( 27.0%)   0.0888 ( 13.2%)   2.4744 ( 44.9%)  parse-and-resolve-imports
   0.0227 (  5.3%)   0.0657 ( 26.9%)   0.0885 ( 13.1%)   2.4740 ( 44.9%)  Import resolution
   0.0905 ( 21.1%)   0.0225 (  9.2%)   0.1130 ( 16.8%)   0.1134 (  2.1%)  perform-sema
   0.0904 ( 21.1%)   0.0224 (  9.2%)   0.1129 ( 16.8%)   0.1133 (  2.1%)  Type checking and Semantic analysis
   0.0710 ( 16.6%)   0.0158 (  6.4%)   0.0868 ( 12.9%)   0.0868 (  1.6%)  typecheck-stmt
   0.0015 (  0.3%)   0.0072 (  2.9%)   0.0086 (  1.3%)   0.0760 (  1.4%)  load-stdlib
   0.0491 ( 11.5%)   0.0143 (  5.9%)   0.0634 (  9.4%)   0.0635 (  1.2%)  build-rewrite-system
   0.0191 (  4.5%)   0.0066 (  2.7%)   0.0257 (  3.8%)   0.0260 (  0.5%)  typecheck-decl
   0.0171 (  4.0%)   0.0057 (  2.4%)   0.0229 (  3.4%)   0.0229 (  0.4%)  typecheck-expr
   0.0106 (  2.5%)   0.0087 (  3.6%)   0.0194 (  2.9%)   0.0194 (  0.4%)  import-clang-decl
   0.0072 (  1.7%)   0.0046 (  1.9%)   0.0118 (  1.8%)   0.0118 (  0.2%)  IRGen
   0.0081 (  1.9%)   0.0015 (  0.6%)   0.0096 (  1.4%)   0.0101 (  0.2%)  SILGen
   0.0073 (  1.7%)   0.0025 (  1.0%)   0.0098 (  1.5%)   0.0098 (  0.2%)  precheck-target
   0.0058 (  1.3%)   0.0002 (  0.1%)   0.0060 (  0.9%)   0.0061 (  0.1%)  SIL optimization
   0.0042 (  1.0%)   0.0006 (  0.2%)   0.0049 (  0.7%)   0.0053 (  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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4284 (100.0%)   0.2445 (100.0%)   0.6729 (100.0%)   5.5138 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3936 seconds (3.8823 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8473 (100.0%)   0.5462 (100.0%)   1.3936 (100.0%)   3.8823 (100.0%)  Building Target
   0.8473 (100.0%)   0.5462 (100.0%)   1.3936 (100.0%)   3.8823 (100.0%)  Total
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1747609717932644-swift-frontend-QRCodeSwift-QRPointType.swift-arm64_apple_macos10.13-o-Onone-3878103492.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4204 seconds (4.9883 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0222 ( 10.1%)   0.0664 ( 33.2%)   0.0886 ( 21.1%)   2.3358 ( 46.8%)  parse-and-resolve-imports
   0.0221 ( 10.0%)   0.0662 ( 33.1%)   0.0883 ( 21.0%)   2.3355 ( 46.8%)  Import resolution
   0.0728 ( 33.1%)   0.0231 ( 11.6%)   0.0959 ( 22.8%)   0.0959 (  1.9%)  build-rewrite-system
   0.0016 (  0.7%)   0.0107 (  5.3%)   0.0123 (  2.9%)   0.0859 (  1.7%)  load-stdlib
   0.0183 (  8.3%)   0.0054 (  2.7%)   0.0237 (  5.6%)   0.0237 (  0.5%)  perform-sema
   0.0182 (  8.3%)   0.0054 (  2.7%)   0.0236 (  5.6%)   0.0236 (  0.5%)  Type checking and Semantic analysis
   0.0107 (  4.8%)   0.0097 (  4.8%)   0.0204 (  4.8%)   0.0203 (  0.4%)  import-clang-decl
   0.0121 (  5.5%)   0.0042 (  2.1%)   0.0163 (  3.9%)   0.0163 (  0.3%)  typecheck-decl
   0.0096 (  4.4%)   0.0020 (  1.0%)   0.0116 (  2.8%)   0.0116 (  0.2%)  typecheck-stmt
   0.0091 (  4.1%)   0.0020 (  1.0%)   0.0111 (  2.6%)   0.0111 (  0.2%)  typecheck-expr
   0.0075 (  3.4%)   0.0001 (  0.0%)   0.0076 (  1.8%)   0.0076 (  0.2%)  SIL optimization
   0.0042 (  1.9%)   0.0029 (  1.4%)   0.0070 (  1.7%)   0.0070 (  0.1%)  IRGen
   0.0040 (  1.8%)   0.0006 (  0.3%)   0.0046 (  1.1%)   0.0046 (  0.1%)  SILGen
   0.0034 (  1.5%)   0.0006 (  0.3%)   0.0040 (  1.0%)   0.0040 (  0.1%)  precheck-target
   0.0027 (  1.2%)   0.0005 (  0.2%)   0.0032 (  0.8%)   0.0032 (  0.1%)  SILGen-function
   0.0009 (  0.4%)   0.0002 (  0.1%)   0.0011 (  0.3%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0010 (  0.2%)   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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2202 (100.0%)   0.2002 (100.0%)   0.4204 (100.0%)   4.9883 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5333 seconds (3.8902 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9610 (100.0%)   0.5723 (100.0%)   1.5333 (100.0%)   3.8902 (100.0%)  Building Target
   0.9610 (100.0%)   0.5723 (100.0%)   1.5333 (100.0%)   3.8902 (100.0%)  Total
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-1747609717945015-swift-frontend-QRCodeSwift-QR8bitByte.swift-arm64_apple_macos10.13-o-Onone-1346083986.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4304 seconds (4.7759 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 (  8.8%)   0.0601 ( 32.5%)   0.0815 ( 18.9%)   2.2162 ( 46.4%)  parse-and-resolve-imports
   0.0214 (  8.7%)   0.0598 ( 32.3%)   0.0812 ( 18.9%)   2.2159 ( 46.4%)  Import resolution
   0.0736 ( 30.0%)   0.0233 ( 12.6%)   0.0969 ( 22.5%)   0.0970 (  2.0%)  build-rewrite-system
   0.0014 (  0.6%)   0.0053 (  2.9%)   0.0067 (  1.6%)   0.0827 (  1.7%)  load-stdlib
   0.0266 ( 10.8%)   0.0061 (  3.3%)   0.0327 (  7.6%)   0.0327 (  0.7%)  perform-sema
   0.0266 ( 10.8%)   0.0061 (  3.3%)   0.0327 (  7.6%)   0.0327 (  0.7%)  Type checking and Semantic analysis
   0.0219 (  8.9%)   0.0044 (  2.4%)   0.0262 (  6.1%)   0.0262 (  0.5%)  typecheck-stmt
   0.0117 (  4.8%)   0.0101 (  5.5%)   0.0218 (  5.1%)   0.0218 (  0.5%)  import-clang-decl
   0.0102 (  4.1%)   0.0020 (  1.1%)   0.0122 (  2.8%)   0.0122 (  0.3%)  typecheck-expr
   0.0076 (  3.1%)   0.0023 (  1.3%)   0.0099 (  2.3%)   0.0099 (  0.2%)  typecheck-decl
   0.0079 (  3.2%)   0.0004 (  0.2%)   0.0083 (  1.9%)   0.0083 (  0.2%)  SIL optimization
   0.0043 (  1.8%)   0.0027 (  1.5%)   0.0070 (  1.6%)   0.0070 (  0.1%)  IRGen
   0.0055 (  2.2%)   0.0010 (  0.5%)   0.0065 (  1.5%)   0.0065 (  0.1%)  precheck-target
   0.0027 (  1.1%)   0.0004 (  0.2%)   0.0031 (  0.7%)   0.0031 (  0.1%)  SILGen
   0.0015 (  0.6%)   0.0003 (  0.1%)   0.0018 (  0.4%)   0.0018 (  0.0%)  SILGen-function
   0.0008 (  0.3%)   0.0005 (  0.3%)   0.0013 (  0.3%)   0.0013 (  0.0%)  load-all-members
   0.0004 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   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%)  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.2454 (100.0%)   0.1850 (100.0%)   0.4304 (100.0%)   4.7759 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6448 seconds (3.8797 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0386 (100.0%)   0.6062 (100.0%)   1.6448 (100.0%)   3.8797 (100.0%)  Building Target
   1.0386 (100.0%)   0.6062 (100.0%)   1.6448 (100.0%)   3.8797 (100.0%)  Total
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-1747609717942880-swift-frontend-QRCodeSwift-QRCodeModel.swift-arm64_apple_macos10.13-o-Onone-569395645.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.8602 seconds (5.3178 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4867 ( 39.3%)   0.4775 ( 44.3%)   1.9642 ( 40.4%)   2.1861 ( 41.1%)  parse-and-resolve-imports
   1.4866 ( 39.3%)   0.4774 ( 44.3%)   1.9639 ( 40.4%)   2.1859 ( 41.1%)  Import resolution
   0.1621 (  4.3%)   0.0170 (  1.6%)   0.1791 (  3.7%)   0.1794 (  3.4%)  perform-sema
   0.1620 (  4.3%)   0.0170 (  1.6%)   0.1790 (  3.7%)   0.1793 (  3.4%)  Type checking and Semantic analysis
   0.1527 (  4.0%)   0.0141 (  1.3%)   0.1668 (  3.4%)   0.1668 (  3.1%)  typecheck-stmt
   0.1339 (  3.5%)   0.0109 (  1.0%)   0.1448 (  3.0%)   0.1448 (  2.7%)  typecheck-expr
   0.0504 (  1.3%)   0.0082 (  0.8%)   0.0586 (  1.2%)   0.0586 (  1.1%)  build-rewrite-system
   0.0111 (  0.3%)   0.0332 (  3.1%)   0.0444 (  0.9%)   0.0573 (  1.1%)  load-stdlib
   0.0358 (  0.9%)   0.0026 (  0.2%)   0.0384 (  0.8%)   0.0384 (  0.7%)  precheck-target
   0.0204 (  0.5%)   0.0038 (  0.3%)   0.0242 (  0.5%)   0.0245 (  0.5%)  typecheck-decl
   0.0188 (  0.5%)   0.0021 (  0.2%)   0.0209 (  0.4%)   0.0209 (  0.4%)  SILGen
   0.0106 (  0.3%)   0.0081 (  0.8%)   0.0187 (  0.4%)   0.0187 (  0.4%)  import-clang-decl
   0.0169 (  0.4%)   0.0001 (  0.0%)   0.0170 (  0.4%)   0.0170 (  0.3%)  SIL optimization
   0.0149 (  0.4%)   0.0016 (  0.2%)   0.0166 (  0.3%)   0.0165 (  0.3%)  SILGen-function
   0.0114 (  0.3%)   0.0030 (  0.3%)   0.0145 (  0.3%)   0.0145 (  0.3%)  IRGen
   0.0074 (  0.2%)   0.0005 (  0.0%)   0.0078 (  0.2%)   0.0078 (  0.1%)  typecheck-for-each
   0.0008 (  0.0%)   0.0004 (  0.0%)   0.0012 (  0.0%)   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.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%)  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
   3.7825 (100.0%)   1.0777 (100.0%)   4.8602 (100.0%)   5.3178 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.6115 seconds (3.8872 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.5789 (100.0%)   1.0327 (100.0%)   3.6115 (100.0%)   3.8872 (100.0%)  Building Target
   2.5789 (100.0%)   1.0327 (100.0%)   3.6115 (100.0%)   3.8872 (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\ 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-1747609717944428-swift-frontend-QRCodeSwift-QRMath.swift-arm64_apple_macos10.13-o-Onone-1108603303.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3149 seconds (5.0963 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0237 ( 15.7%)   0.0688 ( 42.0%)   0.0925 ( 29.4%)   2.4562 ( 48.2%)  parse-and-resolve-imports
   0.0236 ( 15.6%)   0.0686 ( 41.9%)   0.0922 ( 29.3%)   2.4560 ( 48.2%)  Import resolution
   0.0013 (  0.9%)   0.0055 (  3.3%)   0.0068 (  2.2%)   0.0606 (  1.2%)  load-stdlib
   0.0193 ( 12.8%)   0.0036 (  2.2%)   0.0229 (  7.3%)   0.0229 (  0.4%)  perform-sema
   0.0192 ( 12.7%)   0.0036 (  2.2%)   0.0228 (  7.2%)   0.0228 (  0.4%)  Type checking and Semantic analysis
   0.0176 ( 11.6%)   0.0031 (  1.9%)   0.0207 (  6.6%)   0.0207 (  0.4%)  typecheck-stmt
   0.0153 ( 10.2%)   0.0029 (  1.8%)   0.0183 (  5.8%)   0.0183 (  0.4%)  typecheck-expr
   0.0087 (  5.8%)   0.0027 (  1.6%)   0.0114 (  3.6%)   0.0115 (  0.2%)  build-rewrite-system
   0.0064 (  4.3%)   0.0013 (  0.8%)   0.0077 (  2.5%)   0.0077 (  0.2%)  precheck-target
   0.0066 (  4.4%)   0.0001 (  0.0%)   0.0066 (  2.1%)   0.0067 (  0.1%)  SIL optimization
   0.0032 (  2.1%)   0.0028 (  1.7%)   0.0061 (  1.9%)   0.0061 (  0.1%)  IRGen
   0.0023 (  1.6%)   0.0003 (  0.2%)   0.0027 (  0.8%)   0.0027 (  0.1%)  SILGen
   0.0015 (  1.0%)   0.0002 (  0.1%)   0.0017 (  0.5%)   0.0017 (  0.0%)  SILGen-function
   0.0012 (  0.8%)   0.0004 (  0.2%)   0.0016 (  0.5%)   0.0016 (  0.0%)  typecheck-decl
   0.0008 (  0.5%)   0.0000 (  0.0%)   0.0008 (  0.3%)   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.1510 (100.0%)   0.1639 (100.0%)   0.3149 (100.0%)   5.0963 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2602 seconds (2.6784 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1572 (100.0%)   0.1029 (100.0%)   0.2602 (100.0%)   2.6784 (100.0%)  Building Target
   0.1572 (100.0%)   0.1029 (100.0%)   0.2602 (100.0%)   2.6784 (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

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-1747609717944152-swift-frontend-QRCodeSwift-all-arm64_apple_macos10.13-swiftmodule-Onone-3058890850.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4398 seconds (5.5806 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 ( 10.1%)   0.0716 ( 33.8%)   0.0946 ( 21.5%)   2.6363 ( 47.2%)  parse-and-resolve-imports
   0.0229 ( 10.1%)   0.0715 ( 33.7%)   0.0944 ( 21.5%)   2.6360 ( 47.2%)  Import resolution
   0.0016 (  0.7%)   0.0072 (  3.4%)   0.0088 (  2.0%)   0.0651 (  1.2%)  load-stdlib
   0.0385 ( 16.9%)   0.0129 (  6.1%)   0.0514 ( 11.7%)   0.0514 (  0.9%)  perform-sema
   0.0383 ( 16.8%)   0.0128 (  6.1%)   0.0511 ( 11.6%)   0.0511 (  0.9%)  Type checking and Semantic analysis
   0.0378 ( 16.6%)   0.0127 (  6.0%)   0.0505 ( 11.5%)   0.0505 (  0.9%)  typecheck-decl
   0.0220 (  9.7%)   0.0084 (  4.0%)   0.0304 (  6.9%)   0.0304 (  0.5%)  typecheck-expr
   0.0132 (  5.8%)   0.0049 (  2.3%)   0.0182 (  4.1%)   0.0188 (  0.3%)  SIL optimization
   0.0096 (  4.2%)   0.0015 (  0.7%)   0.0111 (  2.5%)   0.0111 (  0.2%)  SILGen
   0.0057 (  2.5%)   0.0016 (  0.7%)   0.0073 (  1.7%)   0.0073 (  0.1%)  build-rewrite-system
   0.0059 (  2.6%)   0.0012 (  0.5%)   0.0070 (  1.6%)   0.0070 (  0.1%)  SILGen-function
   0.0014 (  0.6%)   0.0025 (  1.2%)   0.0039 (  0.9%)   0.0045 (  0.1%)  Serialization, swiftmodule
   0.0036 (  1.6%)   0.0008 (  0.4%)   0.0044 (  1.0%)   0.0044 (  0.1%)  precheck-target
   0.0012 (  0.5%)   0.0011 (  0.5%)   0.0023 (  0.5%)   0.0023 (  0.0%)  import-clang-decl
   0.0013 (  0.6%)   0.0003 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.0%)  typecheck-stmt
   0.0004 (  0.2%)   0.0008 (  0.4%)   0.0012 (  0.3%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0010 (  0.4%)   0.0001 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  typecheck-expr-pattern
   0.0004 (  0.2%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   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-module-class-member-cache
   0.2278 (100.0%)   0.2120 (100.0%)   0.4398 (100.0%)   5.5806 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2124 seconds (2.8110 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1098 (100.0%)   0.1026 (100.0%)   0.2124 (100.0%)   2.8110 (100.0%)  Building Target
   0.1098 (100.0%)   0.1026 (100.0%)   0.2124 (100.0%)   2.8110 (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\ 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-1747609717946573-swift-frontend-QRCodeSwift-QRErrorCorrectLevel.swift-arm64_apple_macos10.13-o-Onone-178225247.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3183 seconds (4.8748 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0229 ( 14.5%)   0.0619 ( 38.6%)   0.0848 ( 26.6%)   2.3245 ( 47.7%)  parse-and-resolve-imports
   0.0227 ( 14.4%)   0.0613 ( 38.2%)   0.0841 ( 26.4%)   2.3237 ( 47.7%)  Import resolution
   0.0013 (  0.8%)   0.0059 (  3.7%)   0.0072 (  2.2%)   0.0843 (  1.7%)  load-stdlib
   0.0417 ( 26.4%)   0.0149 (  9.3%)   0.0565 ( 17.8%)   0.0566 (  1.2%)  build-rewrite-system
   0.0151 (  9.6%)   0.0032 (  2.0%)   0.0184 (  5.8%)   0.0184 (  0.4%)  perform-sema
   0.0150 (  9.5%)   0.0032 (  2.0%)   0.0182 (  5.7%)   0.0182 (  0.4%)  Type checking and Semantic analysis
   0.0124 (  7.8%)   0.0023 (  1.4%)   0.0147 (  4.6%)   0.0147 (  0.3%)  typecheck-stmt
   0.0065 (  4.1%)   0.0012 (  0.8%)   0.0077 (  2.4%)   0.0077 (  0.2%)  precheck-target
   0.0040 (  2.5%)   0.0027 (  1.7%)   0.0067 (  2.1%)   0.0067 (  0.1%)  IRGen
   0.0045 (  2.8%)   0.0008 (  0.5%)   0.0053 (  1.7%)   0.0053 (  0.1%)  SILGen
   0.0038 (  2.4%)   0.0012 (  0.7%)   0.0050 (  1.6%)   0.0050 (  0.1%)  typecheck-decl
   0.0025 (  1.6%)   0.0004 (  0.3%)   0.0029 (  0.9%)   0.0029 (  0.1%)  SILGen-function
   0.0028 (  1.8%)   0.0000 (  0.0%)   0.0028 (  0.9%)   0.0028 (  0.1%)  SIL optimization
   0.0013 (  0.8%)   0.0004 (  0.2%)   0.0017 (  0.5%)   0.0017 (  0.0%)  typecheck-expr
   0.0006 (  0.4%)   0.0008 (  0.5%)   0.0014 (  0.4%)   0.0014 (  0.0%)  import-clang-decl
   0.0008 (  0.5%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  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%)  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.1579 (100.0%)   0.1604 (100.0%)   0.3183 (100.0%)   4.8748 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4138 seconds (2.7310 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2943 (100.0%)   0.1195 (100.0%)   0.4138 (100.0%)   2.7310 (100.0%)  Building Target
   0.2943 (100.0%)   0.1195 (100.0%)   0.4138 (100.0%)   2.7310 (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\ 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-1747609717932641-swift-frontend-QRCodeSwift-QRPolynomial.swift-arm64_apple_macos10.13-o-Onone-977875266.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3427 seconds (4.6756 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0218 ( 12.4%)   0.0607 ( 36.3%)   0.0825 ( 24.1%)   2.2129 ( 47.3%)  parse-and-resolve-imports
   0.0217 ( 12.3%)   0.0605 ( 36.2%)   0.0821 ( 24.0%)   2.2126 ( 47.3%)  Import resolution
   0.0016 (  0.9%)   0.0146 (  8.7%)   0.0162 (  4.7%)   0.0882 (  1.9%)  load-stdlib
   0.0399 ( 22.7%)   0.0131 (  7.9%)   0.0531 ( 15.5%)   0.0530 (  1.1%)  build-rewrite-system
   0.0182 ( 10.4%)   0.0033 (  2.0%)   0.0215 (  6.3%)   0.0215 (  0.5%)  perform-sema
   0.0181 ( 10.3%)   0.0033 (  2.0%)   0.0214 (  6.2%)   0.0214 (  0.5%)  Type checking and Semantic analysis
   0.0162 (  9.2%)   0.0028 (  1.7%)   0.0191 (  5.6%)   0.0191 (  0.4%)  typecheck-stmt
   0.0145 (  8.3%)   0.0027 (  1.6%)   0.0173 (  5.0%)   0.0173 (  0.4%)  typecheck-expr
   0.0072 (  4.1%)   0.0014 (  0.8%)   0.0086 (  2.5%)   0.0086 (  0.2%)  precheck-target
   0.0035 (  2.0%)   0.0025 (  1.5%)   0.0060 (  1.7%)   0.0060 (  0.1%)  IRGen
   0.0037 (  2.1%)   0.0001 (  0.1%)   0.0038 (  1.1%)   0.0038 (  0.1%)  SIL optimization
   0.0029 (  1.6%)   0.0005 (  0.3%)   0.0034 (  1.0%)   0.0034 (  0.1%)  SILGen
   0.0025 (  1.4%)   0.0005 (  0.3%)   0.0030 (  0.9%)   0.0030 (  0.1%)  typecheck-decl
   0.0019 (  1.1%)   0.0004 (  0.2%)   0.0023 (  0.7%)   0.0023 (  0.0%)  SILGen-function
   0.0013 (  0.7%)   0.0001 (  0.0%)   0.0014 (  0.4%)   0.0014 (  0.0%)  typecheck-for-each
   0.0005 (  0.3%)   0.0006 (  0.4%)   0.0011 (  0.3%)   0.0011 (  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%)  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%)  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.1756 (100.0%)   0.1671 (100.0%)   0.3427 (100.0%)   4.6756 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4758 seconds (2.6811 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3403 (100.0%)   0.1355 (100.0%)   0.4758 (100.0%)   2.6811 (100.0%)  Building Target
   0.3403 (100.0%)   0.1355 (100.0%)   0.4758 (100.0%)   2.6811 (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\ 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-1747609717946479-swift-frontend-QRCodeSwift-QRPatternLocator.swift-arm64_apple_macos10.13-o-Onone-133810176.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2900 seconds (4.5147 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0220 ( 17.1%)   0.0637 ( 39.5%)   0.0857 ( 29.5%)   2.1642 ( 47.9%)  parse-and-resolve-imports
   0.0219 ( 17.0%)   0.0635 ( 39.3%)   0.0853 ( 29.4%)   2.1639 ( 47.9%)  Import resolution
   0.0014 (  1.1%)   0.0048 (  3.0%)   0.0062 (  2.1%)   0.0738 (  1.6%)  load-stdlib
   0.0439 ( 34.1%)   0.0130 (  8.1%)   0.0569 ( 19.6%)   0.0569 (  1.3%)  build-rewrite-system
   0.0083 (  6.4%)   0.0027 (  1.7%)   0.0110 (  3.8%)   0.0110 (  0.2%)  perform-sema
   0.0082 (  6.4%)   0.0027 (  1.7%)   0.0109 (  3.8%)   0.0109 (  0.2%)  Type checking and Semantic analysis
   0.0060 (  4.7%)   0.0012 (  0.7%)   0.0072 (  2.5%)   0.0072 (  0.2%)  typecheck-stmt
   0.0025 (  1.9%)   0.0032 (  2.0%)   0.0057 (  2.0%)   0.0057 (  0.1%)  IRGen
   0.0044 (  3.5%)   0.0007 (  0.4%)   0.0052 (  1.8%)   0.0052 (  0.1%)  precheck-target
   0.0019 (  1.5%)   0.0027 (  1.7%)   0.0046 (  1.6%)   0.0046 (  0.1%)  SILGen
   0.0021 (  1.6%)   0.0015 (  0.9%)   0.0035 (  1.2%)   0.0035 (  0.1%)  typecheck-decl
   0.0029 (  2.3%)   0.0000 (  0.0%)   0.0029 (  1.0%)   0.0029 (  0.1%)  SIL optimization
   0.0012 (  1.0%)   0.0006 (  0.4%)   0.0018 (  0.6%)   0.0018 (  0.0%)  typecheck-expr
   0.0008 (  0.6%)   0.0008 (  0.5%)   0.0016 (  0.6%)   0.0016 (  0.0%)  import-clang-decl
   0.0011 (  0.9%)   0.0004 (  0.2%)   0.0015 (  0.5%)   0.0015 (  0.0%)  SILGen-function
   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%)  populate-source-file-class-member-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%)  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%)  AST verification
   0.1285 (100.0%)   0.1615 (100.0%)   0.2900 (100.0%)   4.5147 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5129 seconds (2.6660 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3559 (100.0%)   0.1570 (100.0%)   0.5129 (100.0%)   2.6660 (100.0%)  Building Target
   0.3559 (100.0%)   0.1570 (100.0%)   0.5129 (100.0%)   2.6660 (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\ 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-1747609717948857-swift-frontend-QRCodeSwift-QRMode.swift-arm64_apple_macos10.13-o-Onone-3000494192.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2705 seconds (4.6008 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 ( 20.2%)   0.0643 ( 41.0%)   0.0873 ( 32.3%)   2.2209 ( 48.3%)  parse-and-resolve-imports
   0.0229 ( 20.1%)   0.0642 ( 40.9%)   0.0870 ( 32.2%)   2.2206 ( 48.3%)  Import resolution
   0.0012 (  1.0%)   0.0042 (  2.7%)   0.0054 (  2.0%)   0.0680 (  1.5%)  load-stdlib
   0.0413 ( 36.3%)   0.0131 (  8.4%)   0.0544 ( 20.1%)   0.0544 (  1.2%)  build-rewrite-system
   0.0044 (  3.8%)   0.0015 (  1.0%)   0.0059 (  2.2%)   0.0059 (  0.1%)  perform-sema
   0.0043 (  3.8%)   0.0015 (  1.0%)   0.0058 (  2.1%)   0.0058 (  0.1%)  Type checking and Semantic analysis
   0.0024 (  2.1%)   0.0029 (  1.8%)   0.0053 (  2.0%)   0.0057 (  0.1%)  IRGen
   0.0028 (  2.4%)   0.0011 (  0.7%)   0.0039 (  1.4%)   0.0039 (  0.1%)  typecheck-decl
   0.0025 (  2.2%)   0.0011 (  0.7%)   0.0036 (  1.3%)   0.0036 (  0.1%)  SILGen
   0.0022 (  1.9%)   0.0006 (  0.4%)   0.0027 (  1.0%)   0.0027 (  0.1%)  typecheck-stmt
   0.0019 (  1.7%)   0.0005 (  0.3%)   0.0025 (  0.9%)   0.0025 (  0.1%)  typecheck-expr
   0.0014 (  1.2%)   0.0008 (  0.5%)   0.0022 (  0.8%)   0.0022 (  0.0%)  SILGen-function
   0.0019 (  1.7%)   0.0001 (  0.1%)   0.0020 (  0.7%)   0.0020 (  0.0%)  SIL optimization
   0.0005 (  0.5%)   0.0006 (  0.4%)   0.0012 (  0.4%)   0.0012 (  0.0%)  import-clang-decl
   0.0005 (  0.5%)   0.0001 (  0.1%)   0.0007 (  0.2%)   0.0007 (  0.0%)  typecheck-expr-pattern
   0.0006 (  0.5%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.1137 (100.0%)   0.1568 (100.0%)   0.2705 (100.0%)   4.6008 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4729 seconds (2.6705 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3431 (100.0%)   0.1297 (100.0%)   0.4729 (100.0%)   2.6705 (100.0%)  Building Target
   0.3431 (100.0%)   0.1297 (100.0%)   0.4729 (100.0%)   2.6705 (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-1747609720685584-swift-frontend-QRCodeSwift-QRRSBlock.swift-arm64_apple_macos10.13-o-Onone-2435632758.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2744 seconds (0.2748 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0360 ( 18.1%)   0.0076 ( 10.1%)   0.0436 ( 15.9%)   0.0437 ( 15.9%)  perform-sema
   0.0359 ( 18.0%)   0.0076 ( 10.1%)   0.0435 ( 15.9%)   0.0436 ( 15.9%)  Type checking and Semantic analysis
   0.0204 ( 10.2%)   0.0187 ( 24.9%)   0.0390 ( 14.2%)   0.0390 ( 14.2%)  parse-and-resolve-imports
   0.0203 ( 10.2%)   0.0185 ( 24.7%)   0.0388 ( 14.1%)   0.0388 ( 14.1%)  Import resolution
   0.0278 ( 13.9%)   0.0026 (  3.5%)   0.0304 ( 11.1%)   0.0305 ( 11.1%)  typecheck-stmt
   0.0136 (  6.8%)   0.0053 (  7.0%)   0.0188 (  6.9%)   0.0188 (  6.9%)  typecheck-decl
   0.0123 (  6.1%)   0.0049 (  6.5%)   0.0172 (  6.3%)   0.0172 (  6.2%)  typecheck-expr
   0.0058 (  2.9%)   0.0058 (  7.8%)   0.0117 (  4.2%)   0.0117 (  4.2%)  IRGen
   0.0077 (  3.9%)   0.0001 (  0.2%)   0.0079 (  2.9%)   0.0079 (  2.9%)  SIL optimization
   0.0058 (  2.9%)   0.0003 (  0.4%)   0.0061 (  2.2%)   0.0061 (  2.2%)  precheck-target
   0.0054 (  2.7%)   0.0004 (  0.5%)   0.0058 (  2.1%)   0.0058 (  2.1%)  build-rewrite-system
   0.0042 (  2.1%)   0.0008 (  1.1%)   0.0051 (  1.8%)   0.0051 (  1.8%)  SILGen
   0.0032 (  1.6%)   0.0006 (  0.8%)   0.0038 (  1.4%)   0.0038 (  1.4%)  SILGen-function
   0.0010 (  0.5%)   0.0019 (  2.5%)   0.0029 (  1.0%)   0.0029 (  1.0%)  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%)  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%)  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.1994 (100.0%)   0.0751 (100.0%)   0.2744 (100.0%)   0.2748 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1575 seconds (0.1583 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1137 (100.0%)   0.0438 (100.0%)   0.1575 (100.0%)   0.1583 (100.0%)  Building Target
   0.1137 (100.0%)   0.0438 (100.0%)   0.1575 (100.0%)   0.1583 (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 Compiling QRMath.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 QRErrorCorrectLevel.swift, QRMaskPattern.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
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
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.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/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/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 QRRSBlock.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 QRPointType.swift, BCH.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-05-18 16:08:42.055 appintentsmetadataprocessor[706:3987] Starting appintentsmetadataprocessor export
2025-05-18 16:08:42.057 appintentsmetadataprocessor[706:3987] 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.