Build Information
Successful build of JsonProtection, reference main (bc1af7), with Swift 6.2 for macOS (SPM) on 27 Oct 2025 13:59:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Darktt/JsonProtection.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Darktt/JsonProtection
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bc1af70 更新 README
Cloned https://github.com/Darktt/JsonProtection.git
Revision (git rev-parse @):
bc1af702ce854cef1bb55966c202e2d17e9a6369
SUCCESS checkout https://github.com/Darktt/JsonProtection.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "jsonprotection",
"name": "JsonProtection",
"url": "https://github.com/Darktt/JsonProtection.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JsonProtection",
"dependencies": [
]
}
]
}
Fetching https://github.com/Darktt/JsonProtection.git
[1/407] Fetching jsonprotection
Fetched https://github.com/Darktt/JsonProtection.git from cache (0.77s)
Creating working copy for https://github.com/Darktt/JsonProtection.git
Working copy of https://github.com/Darktt/JsonProtection.git resolved at main (bc1af70)
warning: '.resolve-product-dependencies': dependency 'jsonprotection' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/Darktt/JsonProtection.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/14] Compiling JsonProtection ObjectProtection.swift
[4/14] Compiling JsonProtection UIImageProtection.swift
[5/15] Compiling JsonProtection NumbersProtection.swift
[6/15] Compiling JsonProtection MissingKeyProtection.swift
[7/15] Compiling JsonProtection MultipleKeyProtection.swift
[8/15] Compiling JsonProtection AESDecoder.swift
[9/15] Compiling JsonProtection BoolProtection.swift
[10/15] Compiling JsonProtection DTAES.swift
[11/15] Compiling JsonProtection DateProtection.swift
[12/15] Compiling JsonProtection NumberProtection.swift
[13/15] Emitting module JsonProtection
[14/15] Compiling JsonProtection NumberArrayProtection.swift
[15/15] Compiling JsonProtection URLProtection.swift
Build complete! (4.40s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "JsonProtection",
"name" : "JsonProtection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "JsonProtection",
"targets" : [
"JsonProtection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "JsonProtectionTests",
"module_type" : "SwiftTarget",
"name" : "JsonProtectionTests",
"path" : "Tests/JsonProtectionTests",
"sources" : [
"AESDecoderTest.swift",
"BoolProtectionTest.swift",
"DateProtectionTest.swift",
"DecimalTest.swift",
"MissingKeyProtectionTest.swift",
"NumberArrayProtectionTest.swift",
"NumberProtectionTest.swift",
"NumbersProtectionTest.swift",
"ObjectProtectionTest.swift",
"URLProtectionTest.swift"
],
"target_dependencies" : [
"JsonProtection"
],
"type" : "test"
},
{
"c99name" : "JsonProtection",
"module_type" : "SwiftTarget",
"name" : "JsonProtection",
"path" : "SourceCode",
"product_memberships" : [
"JsonProtection"
],
"sources" : [
"JsonProtection/AESDecoder.swift",
"JsonProtection/BoolProtection.swift",
"JsonProtection/DTAES.swift",
"JsonProtection/DateProtection.swift",
"JsonProtection/MissingKeyProtection.swift",
"JsonProtection/MultipleKeyProtection.swift",
"JsonProtection/NumberArrayProtection.swift",
"JsonProtection/NumberProtection.swift",
"JsonProtection/NumbersProtection.swift",
"JsonProtection/ObjectProtection.swift",
"JsonProtection/UIImageProtection.swift",
"JsonProtection/URLProtection.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.