Build Information
Successful build of swift-qrcode-generator, reference v2.0.2 (2b1980
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 23:04:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dagronf/swift-qrcode-generator.git
Reference: v2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dagronf/swift-qrcode-generator
* tag v2.0.2 -> FETCH_HEAD
HEAD is now at 2b1980b Bump iOS deployment target to 11.0
Cloned https://github.com/dagronf/swift-qrcode-generator.git
Revision (git rev-parse @):
2b1980b825f08a81ccc762b0c4d17fcde9d5e953
SUCCESS checkout https://github.com/dagronf/swift-qrcode-generator.git at v2.0.2
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/dagronf/swift-qrcode-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/11] Compiling QRCodeGenerator QRCodeMask.swift
[4/11] Compiling QRCodeGenerator QRCodeECC.swift
[5/11] Compiling QRCodeGenerator QRCodeError.swift
[6/11] Compiling QRCodeGenerator QRCodeVersion.swift
[7/11] Compiling QRCodeGenerator QRSegment.swift
[8/11] Compiling QRCodeGenerator QRCodeConstants.swift
[9/11] Compiling QRCodeGenerator BitBuffer.swift
[10/11] Emitting module QRCodeGenerator
[11/11] Compiling QRCodeGenerator QRCode.swift
Build complete! (3.43s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-qrcode-generator",
"name" : "swift-qrcode-generator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "QRCodeGenerator",
"targets" : [
"QRCodeGenerator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QRCodeGeneratorTests",
"module_type" : "SwiftTarget",
"name" : "QRCodeGeneratorTests",
"path" : "Tests/QRCodeGeneratorTests",
"sources" : [
"QRCodeGeneratorTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"QRCodeGenerator"
],
"type" : "test"
},
{
"c99name" : "QRCodeGenerator",
"module_type" : "SwiftTarget",
"name" : "QRCodeGenerator",
"path" : "Sources/QRCodeGenerator",
"product_memberships" : [
"QRCodeGenerator"
],
"sources" : [
"BitBuffer.swift",
"QRCode.swift",
"QRCodeConstants.swift",
"QRCodeECC.swift",
"QRCodeError.swift",
"QRCodeMask.swift",
"QRCodeVersion.swift",
"QRSegment.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.