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.2.2 (374dc7), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 05:53:36 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/ApolloZhu/swift_qrcodejs.git
Reference: 2.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ApolloZhu/swift_qrcodejs
 * tag               2.2.2      -> FETCH_HEAD
HEAD is now at 374dc7f Carthage "workaround"
Cloned https://github.com/ApolloZhu/swift_qrcodejs.git
Revision (git rev-parse @):
374dc7f7b9e76c6aeb393f6a84590c6d387e1ecb
SUCCESS checkout https://github.com/ApolloZhu/swift_qrcodejs.git at 2.2.2
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ApolloZhu/swift_qrcodejs.git
https://github.com/ApolloZhu/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",
        "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",
        "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: 09a53d4145fc41f3efe1776bbce7b2a3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/09a53d4145fc41f3efe1776bbce7b2a3.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/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
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/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
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Modules Versions/Current/Modules (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Headers Versions/Current/Headers (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-OutputFileMap.json (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyMetadataFileList (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/QRCodeSwift.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_const_extract_protocols.json (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift_qrcodejs.build/Debug/QRCodeSwift.build/Objects-normal/arm64/QRCodeSwift_const_extract_protocols.json
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
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.10 -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\ QRCodeError.swift,\ QRCodeModel.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeModel.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
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:28:56: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    case text(String, incompatibleWithEncoding: String.Encoding)
                                                       ^
Foundation.String.Encoding:2:15: note: struct declared here
public struct Encoding : RawRepresentable, Sendable, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift:30: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:33:17: note: consider making enum 'ImplmentationError' conform to the 'Sendable' protocol
    public enum ImplmentationError {
                ^
                                   : Sendable
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745646811412388-swift-frontend-QRCodeSwift-QRCodeError.swift-arm64_apple_macos10.10-o-Onone-4293072704.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.2150 seconds (6.1966 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0258 (  3.1%)   0.1256 ( 33.5%)   0.1514 ( 12.5%)   2.6069 ( 42.1%)  parse-and-resolve-imports
   0.0257 (  3.1%)   0.1254 ( 33.4%)   0.1511 ( 12.4%)   2.6066 ( 42.1%)  Import resolution
   0.1587 ( 18.9%)   0.0197 (  5.3%)   0.1785 ( 14.7%)   0.1785 (  2.9%)  perform-sema
   0.1587 ( 18.9%)   0.0197 (  5.3%)   0.1784 ( 14.7%)   0.1784 (  2.9%)  Type checking and Semantic analysis
   0.1486 ( 17.7%)   0.0170 (  4.5%)   0.1655 ( 13.6%)   0.1655 (  2.7%)  typecheck-stmt
   0.1275 ( 15.2%)   0.0103 (  2.7%)   0.1378 ( 11.3%)   0.1378 (  2.2%)  typecheck-expr
   0.0017 (  0.2%)   0.0099 (  2.6%)   0.0116 (  1.0%)   0.0821 (  1.3%)  load-stdlib
   0.0545 (  6.5%)   0.0148 (  4.0%)   0.0693 (  5.7%)   0.0692 (  1.1%)  build-rewrite-system
   0.0382 (  4.5%)   0.0057 (  1.5%)   0.0439 (  3.6%)   0.0438 (  0.7%)  precheck-target
   0.0219 (  2.6%)   0.0041 (  1.1%)   0.0260 (  2.1%)   0.0260 (  0.4%)  typecheck-decl
   0.0132 (  1.6%)   0.0109 (  2.9%)   0.0241 (  2.0%)   0.0243 (  0.4%)  import-clang-decl
   0.0172 (  2.0%)   0.0032 (  0.8%)   0.0204 (  1.7%)   0.0204 (  0.3%)  SILGen
   0.0116 (  1.4%)   0.0058 (  1.5%)   0.0173 (  1.4%)   0.0173 (  0.3%)  IRGen
   0.0139 (  1.7%)   0.0026 (  0.7%)   0.0165 (  1.4%)   0.0165 (  0.3%)  SILGen-function
   0.0151 (  1.8%)   0.0002 (  0.1%)   0.0154 (  1.3%)   0.0154 (  0.2%)  SIL optimization
   0.0064 (  0.8%)   0.0001 (  0.0%)   0.0065 (  0.5%)   0.0065 (  0.1%)  typecheck-for-each
   0.0010 (  0.1%)   0.0003 (  0.1%)   0.0013 (  0.1%)   0.0013 (  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%)  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.8395 (100.0%)   0.3755 (100.0%)   1.2150 (100.0%)   6.1966 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7947 seconds (4.3472 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1181 (100.0%)   0.6766 (100.0%)   1.7947 (100.0%)   4.3472 (100.0%)  Building Target
   1.1181 (100.0%)   0.6766 (100.0%)   1.7947 (100.0%)   4.3472 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ QRBitBuffer.swift,\ QRCode.swift /Users/admin/builder/spi-builder-workspace/Sources/QRBitBuffer.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCode.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745646811437320-swift-frontend-QRCodeSwift-QRBitBuffer.swift-arm64_apple_macos10.10-o-Onone-3619596577.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9399 seconds (6.4096 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0260 (  4.6%)   0.1247 ( 32.8%)   0.1507 ( 16.0%)   2.8613 ( 44.6%)  parse-and-resolve-imports
   0.0259 (  4.6%)   0.1245 ( 32.7%)   0.1504 ( 16.0%)   2.8610 ( 44.6%)  Import resolution
   0.1213 ( 21.7%)   0.0287 (  7.5%)   0.1499 ( 16.0%)   0.1519 (  2.4%)  perform-sema
   0.1212 ( 21.7%)   0.0287 (  7.5%)   0.1498 ( 15.9%)   0.1518 (  2.4%)  Type checking and Semantic analysis
   0.1045 ( 18.7%)   0.0234 (  6.2%)   0.1280 ( 13.6%)   0.1299 (  2.0%)  typecheck-stmt
   0.0498 (  8.9%)   0.0150 (  4.0%)   0.0649 (  6.9%)   0.0649 (  1.0%)  build-rewrite-system
   0.0012 (  0.2%)   0.0037 (  1.0%)   0.0048 (  0.5%)   0.0473 (  0.7%)  load-stdlib
   0.0269 (  4.8%)   0.0077 (  2.0%)   0.0346 (  3.7%)   0.0346 (  0.5%)  typecheck-expr
   0.0211 (  3.8%)   0.0065 (  1.7%)   0.0276 (  2.9%)   0.0276 (  0.4%)  typecheck-decl
   0.0117 (  2.1%)   0.0078 (  2.1%)   0.0195 (  2.1%)   0.0195 (  0.3%)  import-clang-decl
   0.0108 (  1.9%)   0.0029 (  0.8%)   0.0137 (  1.5%)   0.0137 (  0.2%)  precheck-target
   0.0090 (  1.6%)   0.0044 (  1.2%)   0.0135 (  1.4%)   0.0135 (  0.2%)  IRGen
   0.0109 (  1.9%)   0.0013 (  0.3%)   0.0122 (  1.3%)   0.0123 (  0.2%)  SILGen
   0.0112 (  2.0%)   0.0001 (  0.0%)   0.0113 (  1.2%)   0.0113 (  0.2%)  SIL optimization
   0.0064 (  1.1%)   0.0008 (  0.2%)   0.0072 (  0.8%)   0.0072 (  0.1%)  SILGen-function
   0.0008 (  0.1%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0006 (  0.1%)   0.0001 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.5592 (100.0%)   0.3806 (100.0%)   0.9399 (100.0%)   6.4096 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5441 seconds (4.3197 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9330 (100.0%)   0.6111 (100.0%)   1.5441 (100.0%)   4.3197 (100.0%)  Building Target
   0.9330 (100.0%)   0.6111 (100.0%)   1.5441 (100.0%)   4.3197 (100.0%)  Total
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

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 Compiling\ BCH.swift,\ QR8bitByte.swift /Users/admin/builder/spi-builder-workspace/Sources/BCH.swift /Users/admin/builder/spi-builder-workspace/Sources/QR8bitByte.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745646811416583-swift-frontend-QRCodeSwift-BCH.swift-arm64_apple_macos10.10-o-Onone-1118049066.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6286 seconds (6.1194 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0325 ( 12.5%)   0.1325 ( 35.9%)   0.1650 ( 26.3%)   2.9000 ( 47.4%)  parse-and-resolve-imports
   0.0324 ( 12.5%)   0.1324 ( 35.9%)   0.1647 ( 26.2%)   2.8997 ( 47.4%)  Import resolution
   0.0136 (  5.2%)   0.0444 ( 12.0%)   0.0580 (  9.2%)   0.0767 (  1.3%)  load-stdlib
   0.0500 ( 19.3%)   0.0154 (  4.2%)   0.0654 ( 10.4%)   0.0654 (  1.1%)  build-rewrite-system
   0.0243 (  9.4%)   0.0073 (  2.0%)   0.0316 (  5.0%)   0.0316 (  0.5%)  perform-sema
   0.0242 (  9.3%)   0.0073 (  2.0%)   0.0316 (  5.0%)   0.0316 (  0.5%)  Type checking and Semantic analysis
   0.0196 (  7.6%)   0.0053 (  1.4%)   0.0249 (  4.0%)   0.0249 (  0.4%)  typecheck-stmt
   0.0122 (  4.7%)   0.0098 (  2.6%)   0.0220 (  3.5%)   0.0221 (  0.4%)  import-clang-decl
   0.0147 (  5.7%)   0.0041 (  1.1%)   0.0188 (  3.0%)   0.0188 (  0.3%)  typecheck-expr
   0.0102 (  3.9%)   0.0040 (  1.1%)   0.0141 (  2.2%)   0.0141 (  0.2%)  typecheck-decl
   0.0044 (  1.7%)   0.0033 (  0.9%)   0.0077 (  1.2%)   0.0097 (  0.2%)  IRGen
   0.0080 (  3.1%)   0.0001 (  0.0%)   0.0081 (  1.3%)   0.0081 (  0.1%)  SIL optimization
   0.0058 (  2.2%)   0.0015 (  0.4%)   0.0074 (  1.2%)   0.0074 (  0.1%)  precheck-target
   0.0046 (  1.8%)   0.0008 (  0.2%)   0.0053 (  0.8%)   0.0053 (  0.1%)  SILGen
   0.0019 (  0.7%)   0.0004 (  0.1%)   0.0023 (  0.4%)   0.0023 (  0.0%)  SILGen-function
   0.0008 (  0.3%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0002 (  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.2597 (100.0%)   0.3689 (100.0%)   0.6286 (100.0%)   6.1194 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5647 seconds (4.3395 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8793 (100.0%)   0.6854 (100.0%)   1.5647 (100.0%)   4.3395 (100.0%)  Building Target
   0.8793 (100.0%)   0.6854 (100.0%)   1.5647 (100.0%)   4.3395 (100.0%)  Total
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 /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 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-1745646811418227-swift-frontend-QRCodeSwift-QRMath.swift-arm64_apple_macos10.10-o-Onone-3298708241.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5093 seconds (5.5221 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0262 ( 12.7%)   0.1271 ( 41.9%)   0.1532 ( 30.1%)   2.6253 ( 47.5%)  parse-and-resolve-imports
   0.0261 ( 12.7%)   0.1269 ( 41.9%)   0.1529 ( 30.0%)   2.6250 ( 47.5%)  Import resolution
   0.0017 (  0.8%)   0.0059 (  2.0%)   0.0077 (  1.5%)   0.0764 (  1.4%)  load-stdlib
   0.0454 ( 22.0%)   0.0167 (  5.5%)   0.0621 ( 12.2%)   0.0620 (  1.1%)  build-rewrite-system
   0.0223 ( 10.8%)   0.0052 (  1.7%)   0.0275 (  5.4%)   0.0275 (  0.5%)  perform-sema
   0.0222 ( 10.8%)   0.0052 (  1.7%)   0.0274 (  5.4%)   0.0274 (  0.5%)  Type checking and Semantic analysis
   0.0198 (  9.6%)   0.0043 (  1.4%)   0.0241 (  4.7%)   0.0241 (  0.4%)  typecheck-stmt
   0.0171 (  8.3%)   0.0040 (  1.3%)   0.0211 (  4.1%)   0.0211 (  0.4%)  typecheck-expr
   0.0070 (  3.4%)   0.0017 (  0.6%)   0.0087 (  1.7%)   0.0087 (  0.2%)  precheck-target
   0.0037 (  1.8%)   0.0035 (  1.2%)   0.0072 (  1.4%)   0.0072 (  0.1%)  IRGen
   0.0068 (  3.3%)   0.0004 (  0.1%)   0.0072 (  1.4%)   0.0072 (  0.1%)  SIL optimization
   0.0026 (  1.3%)   0.0004 (  0.1%)   0.0030 (  0.6%)   0.0030 (  0.1%)  SILGen
   0.0019 (  0.9%)   0.0008 (  0.3%)   0.0027 (  0.5%)   0.0027 (  0.0%)  typecheck-decl
   0.0018 (  0.9%)   0.0002 (  0.1%)   0.0020 (  0.4%)   0.0020 (  0.0%)  SILGen-function
   0.0007 (  0.3%)   0.0007 (  0.2%)   0.0014 (  0.3%)   0.0014 (  0.0%)  import-clang-decl
   0.0009 (  0.4%)   0.0000 (  0.0%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2062 (100.0%)   0.3031 (100.0%)   0.5093 (100.0%)   5.5221 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6206 seconds (3.1694 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4108 (100.0%)   0.2097 (100.0%)   0.6206 (100.0%)   3.1694 (100.0%)  Building Target
   0.4108 (100.0%)   0.2097 (100.0%)   0.6206 (100.0%)   3.1694 (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\ 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-1745646811437884-swift-frontend-QRCodeSwift-QRMode.swift-arm64_apple_macos10.10-o-Onone-1055864034.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4080 seconds (5.2429 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0257 ( 19.7%)   0.1202 ( 43.4%)   0.1459 ( 35.8%)   2.5290 ( 48.2%)  parse-and-resolve-imports
   0.0256 ( 19.5%)   0.1192 ( 43.0%)   0.1448 ( 35.5%)   2.5279 ( 48.2%)  Import resolution
   0.0013 (  1.0%)   0.0048 (  1.7%)   0.0060 (  1.5%)   0.0743 (  1.4%)  load-stdlib
   0.0484 ( 37.0%)   0.0160 (  5.8%)   0.0644 ( 15.8%)   0.0643 (  1.2%)  build-rewrite-system
   0.0031 (  2.4%)   0.0045 (  1.6%)   0.0076 (  1.9%)   0.0081 (  0.2%)  IRGen
   0.0048 (  3.6%)   0.0020 (  0.7%)   0.0068 (  1.7%)   0.0068 (  0.1%)  perform-sema
   0.0047 (  3.6%)   0.0020 (  0.7%)   0.0067 (  1.6%)   0.0067 (  0.1%)  Type checking and Semantic analysis
   0.0031 (  2.3%)   0.0028 (  1.0%)   0.0059 (  1.4%)   0.0059 (  0.1%)  SILGen
   0.0030 (  2.3%)   0.0017 (  0.6%)   0.0047 (  1.1%)   0.0047 (  0.1%)  typecheck-decl
   0.0026 (  2.0%)   0.0006 (  0.2%)   0.0031 (  0.8%)   0.0031 (  0.1%)  typecheck-stmt
   0.0018 (  1.4%)   0.0012 (  0.4%)   0.0030 (  0.7%)   0.0030 (  0.1%)  SILGen-function
   0.0024 (  1.8%)   0.0005 (  0.2%)   0.0029 (  0.7%)   0.0029 (  0.1%)  typecheck-expr
   0.0010 (  0.8%)   0.0013 (  0.5%)   0.0023 (  0.6%)   0.0023 (  0.0%)  import-clang-decl
   0.0020 (  1.5%)   0.0001 (  0.0%)   0.0021 (  0.5%)   0.0021 (  0.0%)  SIL optimization
   0.0007 (  0.6%)   0.0001 (  0.0%)   0.0009 (  0.2%)   0.0009 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.6%)   0.0001 (  0.0%)   0.0009 (  0.2%)   0.0009 (  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1309 (100.0%)   0.2771 (100.0%)   0.4080 (100.0%)   5.2429 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6561 seconds (3.1194 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4136 (100.0%)   0.2425 (100.0%)   0.6561 (100.0%)   3.1194 (100.0%)  Building Target
   0.4136 (100.0%)   0.2425 (100.0%)   0.6561 (100.0%)   3.1194 (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\ 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-1745646811430146-swift-frontend-QRCodeSwift-QRPatternLocator.swift-arm64_apple_macos10.10-o-Onone-1044559085.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4370 seconds (5.3589 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 ( 18.3%)   0.1277 ( 43.9%)   0.1545 ( 35.4%)   2.5803 ( 48.2%)  parse-and-resolve-imports
   0.0267 ( 18.3%)   0.1275 ( 43.8%)   0.1542 ( 35.3%)   2.5800 ( 48.1%)  Import resolution
   0.0013 (  0.9%)   0.0028 (  0.9%)   0.0040 (  0.9%)   0.0742 (  1.4%)  load-stdlib
   0.0480 ( 32.8%)   0.0170 (  5.8%)   0.0649 ( 14.9%)   0.0650 (  1.2%)  build-rewrite-system
   0.0089 (  6.1%)   0.0024 (  0.8%)   0.0114 (  2.6%)   0.0114 (  0.2%)  perform-sema
   0.0088 (  6.1%)   0.0024 (  0.8%)   0.0113 (  2.6%)   0.0113 (  0.2%)  Type checking and Semantic analysis
   0.0035 (  2.4%)   0.0055 (  1.9%)   0.0089 (  2.0%)   0.0089 (  0.2%)  IRGen
   0.0067 (  4.6%)   0.0014 (  0.5%)   0.0081 (  1.9%)   0.0081 (  0.2%)  typecheck-stmt
   0.0047 (  3.2%)   0.0009 (  0.3%)   0.0056 (  1.3%)   0.0056 (  0.1%)  precheck-target
   0.0032 (  2.2%)   0.0001 (  0.0%)   0.0033 (  0.7%)   0.0033 (  0.1%)  SIL optimization
   0.0020 (  1.4%)   0.0010 (  0.3%)   0.0030 (  0.7%)   0.0030 (  0.1%)  typecheck-decl
   0.0021 (  1.5%)   0.0004 (  0.1%)   0.0026 (  0.6%)   0.0026 (  0.0%)  SILGen
   0.0009 (  0.6%)   0.0010 (  0.3%)   0.0019 (  0.4%)   0.0019 (  0.0%)  import-clang-decl
   0.0012 (  0.8%)   0.0006 (  0.2%)   0.0018 (  0.4%)   0.0018 (  0.0%)  typecheck-expr
   0.0013 (  0.9%)   0.0002 (  0.1%)   0.0015 (  0.3%)   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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1461 (100.0%)   0.2909 (100.0%)   0.4370 (100.0%)   5.3589 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6279 seconds (3.1282 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.4108 (100.0%)   0.2171 (100.0%)   0.6279 (100.0%)   3.1282 (100.0%)  Building Target
   0.4108 (100.0%)   0.2171 (100.0%)   0.6279 (100.0%)   3.1282 (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-1745646811436968-swift-frontend-QRCodeSwift-all-arm64_apple_macos10.10-swiftmodule-Onone-4227646119.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.7693 seconds (5.3488 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6526 ( 47.5%)   0.6169 ( 47.8%)   2.2695 ( 47.6%)   2.5229 ( 47.2%)  parse-and-resolve-imports
   1.6525 ( 47.5%)   0.6167 ( 47.8%)   2.2692 ( 47.6%)   2.5226 ( 47.2%)  Import resolution
   0.0014 (  0.0%)   0.0041 (  0.3%)   0.0056 (  0.1%)   0.0682 (  1.3%)  load-stdlib
   0.0359 (  1.0%)   0.0113 (  0.9%)   0.0472 (  1.0%)   0.0484 (  0.9%)  perform-sema
   0.0357 (  1.0%)   0.0112 (  0.9%)   0.0470 (  1.0%)   0.0481 (  0.9%)  Type checking and Semantic analysis
   0.0352 (  1.0%)   0.0111 (  0.9%)   0.0463 (  1.0%)   0.0474 (  0.9%)  typecheck-decl
   0.0236 (  0.7%)   0.0048 (  0.4%)   0.0284 (  0.6%)   0.0284 (  0.5%)  typecheck-expr
   0.0124 (  0.4%)   0.0058 (  0.4%)   0.0182 (  0.4%)   0.0215 (  0.4%)  SIL optimization
   0.0092 (  0.3%)   0.0015 (  0.1%)   0.0107 (  0.2%)   0.0108 (  0.2%)  SILGen
   0.0014 (  0.0%)   0.0030 (  0.2%)   0.0044 (  0.1%)   0.0077 (  0.1%)  Serialization, swiftmodule
   0.0064 (  0.2%)   0.0010 (  0.1%)   0.0075 (  0.2%)   0.0075 (  0.1%)  precheck-target
   0.0051 (  0.1%)   0.0007 (  0.1%)   0.0058 (  0.1%)   0.0059 (  0.1%)  SILGen-function
   0.0053 (  0.2%)   0.0003 (  0.0%)   0.0056 (  0.1%)   0.0056 (  0.1%)  build-rewrite-system
   0.0012 (  0.0%)   0.0009 (  0.1%)   0.0021 (  0.0%)   0.0021 (  0.0%)  import-clang-decl
   0.0004 (  0.0%)   0.0009 (  0.1%)   0.0014 (  0.0%)   0.0014 (  0.0%)  Serialization, swiftdoc
   0.0003 (  0.0%)   0.0001 (  0.0%)   0.0004 (  0.0%)   0.0004 (  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, 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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   3.4788 (100.0%)   1.2906 (100.0%)   4.7693 (100.0%)   5.3488 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3936 seconds (2.7147 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.7373 (100.0%)   0.6564 (100.0%)   2.3936 (100.0%)   2.7147 (100.0%)  Building Target
   1.7373 (100.0%)   0.6564 (100.0%)   2.3936 (100.0%)   2.7147 (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:28:56: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    case text(String, incompatibleWithEncoding: String.Encoding)
                                                       ^
Foundation.String.Encoding:2:15: note: struct declared here
public struct Encoding : RawRepresentable, Sendable, Equatable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/QRCodeError.swift:30: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:33:17: note: consider making enum 'ImplmentationError' conform to the 'Sendable' protocol
    public enum ImplmentationError {
                ^
                                   : Sendable
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-1745646811437981-swift-frontend-QRCodeSwift-QRRSBlock.swift-arm64_apple_macos10.10-o-Onone-2463372400.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5896 seconds (5.5704 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0257 (  9.4%)   0.1241 ( 39.2%)   0.1498 ( 25.4%)   2.6207 ( 47.0%)  parse-and-resolve-imports
   0.0256 (  9.4%)   0.1239 ( 39.1%)   0.1495 ( 25.4%)   2.6204 ( 47.0%)  Import resolution
   0.0451 ( 16.5%)   0.0140 (  4.4%)   0.0592 ( 10.0%)   0.0592 (  1.1%)  build-rewrite-system
   0.0412 ( 15.1%)   0.0111 (  3.5%)   0.0523 (  8.9%)   0.0523 (  0.9%)  perform-sema
   0.0411 ( 15.1%)   0.0110 (  3.5%)   0.0521 (  8.8%)   0.0521 (  0.9%)  Type checking and Semantic analysis
   0.0012 (  0.4%)   0.0042 (  1.3%)   0.0054 (  0.9%)   0.0443 (  0.8%)  load-stdlib
   0.0311 ( 11.4%)   0.0047 (  1.5%)   0.0358 (  6.1%)   0.0358 (  0.6%)  typecheck-stmt
   0.0160 (  5.9%)   0.0072 (  2.3%)   0.0232 (  3.9%)   0.0232 (  0.4%)  typecheck-decl
   0.0143 (  5.2%)   0.0066 (  2.1%)   0.0209 (  3.5%)   0.0209 (  0.4%)  typecheck-expr
   0.0074 (  2.7%)   0.0067 (  2.1%)   0.0140 (  2.4%)   0.0140 (  0.3%)  IRGen
   0.0081 (  3.0%)   0.0001 (  0.0%)   0.0082 (  1.4%)   0.0082 (  0.1%)  SIL optimization
   0.0064 (  2.3%)   0.0007 (  0.2%)   0.0071 (  1.2%)   0.0071 (  0.1%)  precheck-target
   0.0052 (  1.9%)   0.0009 (  0.3%)   0.0061 (  1.0%)   0.0062 (  0.1%)  SILGen
   0.0039 (  1.4%)   0.0007 (  0.2%)   0.0046 (  0.8%)   0.0046 (  0.1%)  SILGen-function
   0.0007 (  0.2%)   0.0008 (  0.2%)   0.0014 (  0.2%)   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%)  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.2730 (100.0%)   0.3166 (100.0%)   0.5896 (100.0%)   5.5704 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5961 seconds (3.1220 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3818 (100.0%)   0.2143 (100.0%)   0.5961 (100.0%)   3.1220 (100.0%)  Building Target
   0.3818 (100.0%)   0.2143 (100.0%)   0.5961 (100.0%)   3.1220 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/QRRSBlock.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QRMaskPattern.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-1745646811437314-swift-frontend-QRCodeSwift-QRMaskPattern.swift-arm64_apple_macos10.10-o-Onone-4078087826.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4474 seconds (5.5762 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0260 ( 15.9%)   0.1246 ( 43.9%)   0.1506 ( 33.7%)   2.6876 ( 48.2%)  parse-and-resolve-imports
   0.0259 ( 15.8%)   0.1244 ( 43.8%)   0.1503 ( 33.6%)   2.6873 ( 48.2%)  Import resolution
   0.0471 ( 28.8%)   0.0164 (  5.8%)   0.0635 ( 14.2%)   0.0635 (  1.1%)  build-rewrite-system
   0.0012 (  0.7%)   0.0016 (  0.6%)   0.0028 (  0.6%)   0.0574 (  1.0%)  load-stdlib
   0.0144 (  8.8%)   0.0032 (  1.1%)   0.0176 (  3.9%)   0.0176 (  0.3%)  perform-sema
   0.0143 (  8.8%)   0.0032 (  1.1%)   0.0175 (  3.9%)   0.0175 (  0.3%)  Type checking and Semantic analysis
   0.0118 (  7.2%)   0.0021 (  0.8%)   0.0139 (  3.1%)   0.0139 (  0.2%)  typecheck-stmt
   0.0066 (  4.0%)   0.0011 (  0.4%)   0.0077 (  1.7%)   0.0077 (  0.1%)  precheck-target
   0.0029 (  1.8%)   0.0035 (  1.2%)   0.0064 (  1.4%)   0.0064 (  0.1%)  IRGen
   0.0034 (  2.1%)   0.0013 (  0.5%)   0.0047 (  1.1%)   0.0048 (  0.1%)  typecheck-decl
   0.0029 (  1.8%)   0.0007 (  0.2%)   0.0036 (  0.8%)   0.0036 (  0.1%)  SILGen
   0.0026 (  1.6%)   0.0001 (  0.0%)   0.0027 (  0.6%)   0.0027 (  0.0%)  SIL optimization
   0.0017 (  1.0%)   0.0004 (  0.1%)   0.0021 (  0.5%)   0.0021 (  0.0%)  SILGen-function
   0.0012 (  0.8%)   0.0004 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.0%)  typecheck-expr
   0.0007 (  0.4%)   0.0009 (  0.3%)   0.0016 (  0.4%)   0.0016 (  0.0%)  import-clang-decl
   0.0007 (  0.5%)   0.0001 (  0.1%)   0.0009 (  0.2%)   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, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1634 (100.0%)   0.2840 (100.0%)   0.4474 (100.0%)   5.5762 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5413 seconds (3.1373 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3462 (100.0%)   0.1952 (100.0%)   0.5413 (100.0%)   3.1373 (100.0%)  Building Target
   0.3462 (100.0%)   0.1952 (100.0%)   0.5413 (100.0%)   3.1373 (100.0%)  Total
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-1745646811438035-swift-frontend-QRCodeSwift-QRPolynomial.swift-arm64_apple_macos10.10-o-Onone-4163226853.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4915 seconds (5.6912 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0253 ( 12.1%)   0.1177 ( 41.5%)   0.1430 ( 29.1%)   2.7077 ( 47.6%)  parse-and-resolve-imports
   0.0251 ( 12.1%)   0.1167 ( 41.2%)   0.1418 ( 28.9%)   2.7066 ( 47.6%)  Import resolution
   0.0014 (  0.7%)   0.0048 (  1.7%)   0.0062 (  1.3%)   0.0758 (  1.3%)  load-stdlib
   0.0461 ( 22.2%)   0.0165 (  5.8%)   0.0627 ( 12.8%)   0.0631 (  1.1%)  build-rewrite-system
   0.0218 ( 10.5%)   0.0049 (  1.7%)   0.0268 (  5.4%)   0.0268 (  0.5%)  perform-sema
   0.0217 ( 10.4%)   0.0049 (  1.7%)   0.0267 (  5.4%)   0.0267 (  0.5%)  Type checking and Semantic analysis
   0.0194 (  9.3%)   0.0042 (  1.5%)   0.0236 (  4.8%)   0.0236 (  0.4%)  typecheck-stmt
   0.0174 (  8.3%)   0.0040 (  1.4%)   0.0214 (  4.3%)   0.0214 (  0.4%)  typecheck-expr
   0.0087 (  4.2%)   0.0019 (  0.7%)   0.0106 (  2.2%)   0.0106 (  0.2%)  precheck-target
   0.0053 (  2.5%)   0.0044 (  1.6%)   0.0097 (  2.0%)   0.0097 (  0.2%)  IRGen
   0.0040 (  1.9%)   0.0008 (  0.3%)   0.0047 (  1.0%)   0.0048 (  0.1%)  SILGen
   0.0039 (  1.9%)   0.0001 (  0.0%)   0.0040 (  0.8%)   0.0040 (  0.1%)  SIL optimization
   0.0029 (  1.4%)   0.0008 (  0.3%)   0.0037 (  0.8%)   0.0038 (  0.1%)  typecheck-decl
   0.0027 (  1.3%)   0.0005 (  0.2%)   0.0032 (  0.6%)   0.0032 (  0.1%)  SILGen-function
   0.0016 (  0.8%)   0.0002 (  0.1%)   0.0018 (  0.4%)   0.0018 (  0.0%)  typecheck-for-each
   0.0008 (  0.4%)   0.0009 (  0.3%)   0.0017 (  0.3%)   0.0017 (  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%)  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.2081 (100.0%)   0.2834 (100.0%)   0.4915 (100.0%)   5.6912 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5273 seconds (3.1714 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3421 (100.0%)   0.1852 (100.0%)   0.5273 (100.0%)   3.1714 (100.0%)  Building Target
   0.3421 (100.0%)   0.1852 (100.0%)   0.5273 (100.0%)   3.1714 (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\ QRCodeType.swift,\ QRErrorCorrectLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/QRCodeType.swift /Users/admin/builder/spi-builder-workspace/Sources/QRErrorCorrectLevel.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745646814226475-swift-frontend-QRCodeSwift-QRCodeType.swift-arm64_apple_macos10.10-o-Onone-1509091857.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2641 seconds (0.2653 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0458 ( 26.2%)   0.0169 ( 19.0%)   0.0628 ( 23.8%)   0.0640 ( 24.1%)  build-rewrite-system
   0.0242 ( 13.9%)   0.0233 ( 26.1%)   0.0476 ( 18.0%)   0.0476 ( 17.9%)  parse-and-resolve-imports
   0.0241 ( 13.8%)   0.0232 ( 25.9%)   0.0473 ( 17.9%)   0.0473 ( 17.8%)  Import resolution
   0.0135 (  7.7%)   0.0036 (  4.0%)   0.0171 (  6.5%)   0.0171 (  6.4%)  perform-sema
   0.0134 (  7.6%)   0.0036 (  4.0%)   0.0169 (  6.4%)   0.0169 (  6.4%)  Type checking and Semantic analysis
   0.0096 (  5.5%)   0.0024 (  2.6%)   0.0119 (  4.5%)   0.0119 (  4.5%)  SILGen
   0.0095 (  5.4%)   0.0020 (  2.2%)   0.0115 (  4.3%)   0.0115 (  4.3%)  typecheck-stmt
   0.0058 (  3.3%)   0.0045 (  5.0%)   0.0103 (  3.9%)   0.0103 (  3.9%)  IRGen
   0.0076 (  4.4%)   0.0020 (  2.3%)   0.0097 (  3.7%)   0.0097 (  3.6%)  SILGen-function
   0.0056 (  3.2%)   0.0013 (  1.4%)   0.0069 (  2.6%)   0.0069 (  2.6%)  precheck-target
   0.0040 (  2.3%)   0.0016 (  1.8%)   0.0056 (  2.1%)   0.0056 (  2.1%)  typecheck-decl
   0.0046 (  2.7%)   0.0001 (  0.1%)   0.0048 (  1.8%)   0.0048 (  1.8%)  SIL optimization
   0.0035 (  2.0%)   0.0012 (  1.4%)   0.0047 (  1.8%)   0.0047 (  1.8%)  typecheck-expr
   0.0011 (  0.6%)   0.0022 (  2.4%)   0.0033 (  1.2%)   0.0033 (  1.2%)  load-stdlib
   0.0009 (  0.5%)   0.0014 (  1.5%)   0.0023 (  0.9%)   0.0023 (  0.9%)  import-clang-decl
   0.0015 (  0.9%)   0.0001 (  0.2%)   0.0016 (  0.6%)   0.0016 (  0.6%)  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%)  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%)  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.1748 (100.0%)   0.0894 (100.0%)   0.2641 (100.0%)   0.2653 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4284 seconds (0.4315 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3417 (100.0%)   0.0867 (100.0%)   0.4284 (100.0%)   0.4315 (100.0%)  Building Target
   0.3417 (100.0%)   0.0867 (100.0%)   0.4284 (100.0%)   0.4315 (100.0%)  Total
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 /Users/admin/builder/spi-builder-workspace/Sources/QRErrorCorrectLevel.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.10 -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 QRMode.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 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.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.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.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 QRMaskPattern.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRMath.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRPolynomial.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodeType.swift, QRErrorCorrectLevel.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling BCH.swift, QR8bitByte.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRBitBuffer.swift, QRCode.swift (in target 'QRCodeSwift' from project 'swift_qrcodejs')
SwiftDriverJobDiscovery normal arm64 Compiling QRCodeError.swift, QRCodeModel.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.10 -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.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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.10 --bundle-identifier QRCodeSwift --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/QRCodeSwift.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --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-25 22:53:35.966 appintentsmetadataprocessor[711:3970] Starting appintentsmetadataprocessor export
2025-04-25 22:53:35.968 appintentsmetadataprocessor[711:3970] 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
/Users/admin/builder/spi-builder-workspace/swift_qrcodejs.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'QRCodeSwift' from project 'swift_qrcodejs')
** 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",
        "QRPolynomial.swift",
        "QRRSBlock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.