Build Information
Successful build of SwiftStorage, reference main (95c424
), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 7 Aug 2024 11:47:51 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftStorage-Package -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/SwiftStorage.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KC-2001MS/SwiftStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 95c424f Delete .vscode directory
Cloned https://github.com/KC-2001MS/SwiftStorage.git
Revision (git rev-parse @):
95c424f1304cc9e9a9da1c6a25cc355aaa0ec7b1
SUCCESS checkout https://github.com/KC-2001MS/SwiftStorage.git at main
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.10
Building package at path: $PWD
https://github.com/KC-2001MS/SwiftStorage.git
Command line invocation:
/Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-testing.git
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-docc-symbolkit
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.3.0 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-syntax’
Checking out 510.0.3 of package ‘swift-syntax’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Resolved source packages:
swift-syntax: https://github.com/apple/swift-syntax.git @ 510.0.3
SwiftStorage: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/apple/swift-docc-symbolkit @ 1.0.0
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.3.0
resolved source packages: swift-syntax, SwiftStorage, SymbolKit, SwiftDocCPlugin
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.0",
"upper_bound" : "511.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "SwiftStorage",
"name" : "SwiftStorage",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "SwiftStorage",
"targets" : [
"SwiftStorage"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftStorageClient",
"targets" : [
"SwiftStorageClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftStorageMacros",
"targets" : [
"SwiftStorageMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftStorageMacros",
"module_type" : "SwiftTarget",
"name" : "SwiftStorageMacros",
"path" : "Sources/SwiftStorageMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"SwiftStorage",
"SwiftStorageClient",
"SwiftStorageMacros"
],
"sources" : [
"Extensions/Availability.swift",
"Extensions/Extensions.swift",
"Macros/AttributeMacro.swift",
"Macros/LocalStoragePropertyMacro.swift",
"Macros/StorageMacro.swift",
"Macros/TransientMacro.swift",
"SwiftStoragePlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "SwiftStorageClient",
"module_type" : "SwiftTarget",
"name" : "SwiftStorageClient",
"path" : "Sources/SwiftStorageClient",
"product_memberships" : [
"SwiftStorageClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftStorage"
],
"type" : "executable"
},
{
"c99name" : "SwiftStorage",
"module_type" : "SwiftTarget",
"name" : "SwiftStorage",
"path" : "Sources/SwiftStorage",
"product_memberships" : [
"SwiftStorage",
"SwiftStorageClient"
],
"sources" : [
"SwiftStorage.swift"
],
"target_dependencies" : [
"SwiftStorageMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
{
"workspace" : {
"name" : "SwiftStorage",
"schemes" : [
"Sample",
"Sample for watchOS Watch App",
"SwiftStorage",
"SwiftStorageClient",
"SwiftStorageTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SwiftStorage",
"SwiftStorage-Package",
"SwiftStorageClient",
"SwiftStorageTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftStorage-Package -destination platform=macOS,arch=arm64
Build complete.
Done.