Build Information
Successful build of swift-secrecy, reference 0.2.0 (54570e), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 11:15:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattia/swift-secrecy.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattia/swift-secrecy
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 54570e4 Fortify `Secret.Wrapped` value protection (#9)
Cloned https://github.com/mattia/swift-secrecy.git
Revision (git rev-parse @):
54570e445a100bffc239ef351fa4217e53f4b6f6
SUCCESS checkout https://github.com/mattia/swift-secrecy.git at 0.2.0
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-secrecy",
"name": "swift-secrecy",
"url": "https://github.com/mattia/swift-secrecy.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-secrecy",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mattia/swift-secrecy.git
[1/88] Fetching swift-secrecy
Fetched https://github.com/mattia/swift-secrecy.git from cache (0.61s)
Creating working copy for https://github.com/mattia/swift-secrecy.git
Working copy of https://github.com/mattia/swift-secrecy.git resolved at 0.2.0 (54570e4)
warning: '.resolve-product-dependencies': dependency 'swift-secrecy' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattia/swift-secrecy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling Secrecy Secret.swift
/Users/admin/builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:27:33: warning: generic parameter 'Wrapped' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1 | /// A type that wraps a value which should not be exposed lightly.
2 | @propertyWrapper
3 | public struct Secret<Wrapped> {
| `- note: 'Wrapped' previously declared here
4 | /// The value that should be treated with care.
5 | private let value: Wrapped
:
25 | }
26 |
27 | public struct UnwrappedSecret<Wrapped> {
| `- warning: generic parameter 'Wrapped' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
28 | public let value: Wrapped
29 |
[4/8] Compiling Secrecy Secret+Encodable.swift
[5/8] Compiling Secrecy Redactor.swift
[6/8] Compiling Secrecy Secret+Decodable.swift
[7/8] Emitting module Secrecy
/Users/admin/builder/spi-builder-workspace/Sources/Secrecy/Secret.swift:27:33: warning: generic parameter 'Wrapped' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
1 | /// A type that wraps a value which should not be exposed lightly.
2 | @propertyWrapper
3 | public struct Secret<Wrapped> {
| `- note: 'Wrapped' previously declared here
4 | /// The value that should be treated with care.
5 | private let value: Wrapped
:
25 | }
26 |
27 | public struct UnwrappedSecret<Wrapped> {
| `- warning: generic parameter 'Wrapped' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
28 | public let value: Wrapped
29 |
[8/8] Compiling Secrecy Secret+Literal.swift
Build complete! (0.74s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-secrecy",
"name" : "swift-secrecy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Secrecy",
"targets" : [
"Secrecy"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SecrecyTests",
"module_type" : "SwiftTarget",
"name" : "SecrecyTests",
"path" : "Tests/SecrecyTests",
"sources" : [
"SecrecyTests.swift"
],
"target_dependencies" : [
"Secrecy"
],
"type" : "test"
},
{
"c99name" : "Secrecy",
"module_type" : "SwiftTarget",
"name" : "Secrecy",
"path" : "Sources/Secrecy",
"product_memberships" : [
"Secrecy"
],
"sources" : [
"Redactor.swift",
"Secret+Decodable.swift",
"Secret+Encodable.swift",
"Secret+Literal.swift",
"Secret.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.