The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift_qrcodejs with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ApolloZhu/swift_qrcodejs.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ApolloZhu/swift_qrcodejs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f92822e Sync test target deployment target
Cloned https://github.com/ApolloZhu/swift_qrcodejs.git
Revision (git rev-parse @):
f92822e6726863afa5ec95542df539dda93ea7c9
SUCCESS checkout https://github.com/ApolloZhu/swift_qrcodejs.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift_qrcodejs",
      "name": "swift_qrcodejs",
      "url": "https://github.com/ApolloZhu/swift_qrcodejs.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift_qrcodejs",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ApolloZhu/swift_qrcodejs.git from cache
Fetched https://github.com/ApolloZhu/swift_qrcodejs.git (0.18s)
Creating working copy for https://github.com/ApolloZhu/swift_qrcodejs.git
Working copy of https://github.com/ApolloZhu/swift_qrcodejs.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swift_qrcodejs' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling QRCodeSwift QRPolynomial.swift
[2/15] Compiling QRCodeSwift QRCodeType.swift
[3/15] Compiling QRCodeSwift QRErrorCorrectLevel.swift
[4/15] Compiling QRCodeSwift QRMode.swift
[5/15] Compiling QRCodeSwift QRPatternLocator.swift
[6/15] Compiling QRCodeSwift QRMaskPattern.swift
[7/15] Compiling QRCodeSwift QRMath.swift
[8/15] Compiling QRCodeSwift QRRSBlock.swift
[9/15] Compiling QRCodeSwift QRCodeError.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[10/15] Compiling QRCodeSwift QRCodeModel.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[11/15] Compiling QRCodeSwift QRBitBuffer.swift
[12/15] Compiling QRCodeSwift QRCode.swift
[13/15] Emitting module QRCodeSwift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[14/15] Compiling QRCodeSwift BCH.swift
[15/15] Compiling QRCodeSwift QR8bitByte.swift
Build complete! (7.37s)
Build complete.
Done.