Build Information
Successful build of KeychainSimple, reference main (7a3bf1
), with Swift 6.0 for macOS (SPM) on 7 Jan 2025 22:58:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cenkbilgen/KeychainSimple.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cenkbilgen/KeychainSimple
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7a3bf10 add accessible level adjustment, default most permissive
Cloned https://github.com/cenkbilgen/KeychainSimple.git
Revision (git rev-parse @):
7a3bf108c577f96fa87a91bc5dc6e448b3509126
SUCCESS checkout https://github.com/cenkbilgen/KeychainSimple.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": "keychainsimple",
"name": "KeychainSimple",
"url": "https://github.com/cenkbilgen/KeychainSimple.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/KeychainSimple",
"dependencies": [
]
}
]
}
Fetching https://github.com/cenkbilgen/KeychainSimple.git
[1/72] Fetching keychainsimple
Fetched https://github.com/cenkbilgen/KeychainSimple.git from cache (0.73s)
Creating working copy for https://github.com/cenkbilgen/KeychainSimple.git
Working copy of https://github.com/cenkbilgen/KeychainSimple.git resolved at main (7a3bf10)
warning: '.resolve-product-dependencies': dependency 'keychainsimple' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/cenkbilgen/KeychainSimple.git
https://github.com/cenkbilgen/KeychainSimple.git
{
"dependencies" : [
],
"manifest_display_name" : "KeychainSimple",
"name" : "KeychainSimple",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "KeychainSimple",
"targets" : [
"KeychainSimple"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainSimpleTests",
"module_type" : "SwiftTarget",
"name" : "KeychainSimpleTests",
"path" : "Tests/KeychainSimpleTests",
"sources" : [
"KeychainSimpleTests.swift"
],
"target_dependencies" : [
"KeychainSimple"
],
"type" : "test"
},
{
"c99name" : "KeychainSimple",
"module_type" : "SwiftTarget",
"name" : "KeychainSimple",
"path" : "Sources/KeychainSimple",
"product_memberships" : [
"KeychainSimple"
],
"sources" : [
"KeychainItem.swift",
"SecureInput.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/5] Compiling KeychainSimple KeychainItem.swift
[4/5] Compiling KeychainSimple SecureInput.swift
[5/5] Emitting module KeychainSimple
Build complete! (6.94s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "KeychainSimple",
"name" : "KeychainSimple",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "KeychainSimple",
"targets" : [
"KeychainSimple"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KeychainSimpleTests",
"module_type" : "SwiftTarget",
"name" : "KeychainSimpleTests",
"path" : "Tests/KeychainSimpleTests",
"sources" : [
"KeychainSimpleTests.swift"
],
"target_dependencies" : [
"KeychainSimple"
],
"type" : "test"
},
{
"c99name" : "KeychainSimple",
"module_type" : "SwiftTarget",
"name" : "KeychainSimple",
"path" : "Sources/KeychainSimple",
"product_memberships" : [
"KeychainSimple"
],
"sources" : [
"KeychainItem.swift",
"SecureInput.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.