Build Information
Successful build of swift-plist, reference main (388700), with Swift 6.2 for macOS (SPM) on 22 Apr 2026 00:29:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-plist.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-plist
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3887008 SwiftFormat pass
Cloned https://github.com/orchetect/swift-plist.git
Revision (git rev-parse @):
38870086dabad659ce8cf9089ff3308e41d77cc6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-plist.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/orchetect/swift-plist.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/22] Compiling SwiftPList DictionaryPList.swift
[4/22] Compiling SwiftPList PList.swift
[5/22] Emitting module SwiftPList
[6/24] Compiling SwiftPList PListFormat.swift
[7/24] Compiling SwiftPList RawPListArray.swift
[8/24] Compiling SwiftPList PListArray Subscripts.swift
[9/24] Compiling SwiftPList PListArray.swift
[10/24] Compiling SwiftPList PListProtocol.swift
[11/24] Compiling SwiftPList PListValue.swift
[12/24] Compiling SwiftPList PListProtocol read.swift
[13/24] Compiling SwiftPList PListProtocol save.swift
[14/24] Compiling SwiftPList PListLoadError.swift
[15/24] Compiling SwiftPList AnyPList.swift
[16/24] Compiling SwiftPList ArrayPList.swift
[17/24] Compiling SwiftPList PListDictionary Subscripts.swift
[18/24] Compiling SwiftPList PListDictionary.swift
[19/24] Compiling SwiftPList PListProtocol init.swift
[20/24] Compiling SwiftPList PListProtocol rawData.swift
[21/24] Compiling SwiftPList PListDictionary Keys.swift
[22/24] Compiling SwiftPList PListDictionary PListNode.swift
[23/24] Compiling SwiftPList RawPListDictionary.swift
[24/24] Compiling SwiftPList Utilities.swift
Build complete! (4.99s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-plist",
"name" : "swift-plist",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "SwiftPList",
"targets" : [
"SwiftPList"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPListTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPListTests",
"path" : "Tests/SwiftPListTests",
"sources" : [
"AnyPList/AnyPList Tests.swift",
"ArrayPList/ArrayPList init Tests.swift",
"ArrayPList/ArrayPList rawData Tests.swift",
"DictionaryPList/DictionaryPList Init Tests.swift",
"DictionaryPList/DictionaryPList NSCopying Tests.swift",
"DictionaryPList/DictionaryPList rawData Tests.swift",
"DictionaryPList/DictionaryPList save Tests.swift",
"DictionaryPList/Node/DictionaryPList Array Set Tests.swift",
"DictionaryPList/Node/DictionaryPList Node Tests.swift",
"DictionaryPList/Subscript/Subscript Basic Tests.swift",
"PList/PList init Tests.swift",
"PList/PList rawData Tests.swift",
"PListArray/PListArray Tests.swift",
"PListDictionary/PListDictionary Tests.swift",
"Test Constants/kSamplePList Verify.swift",
"Test Constants/kSamplePList/ArrayRootBasicValues.swift",
"Test Constants/kSamplePList/DictRootAllValues.swift",
"Test Constants/kSamplePList/StringRoot.swift",
"Test Constants/kSamplePList/kSamplePList.swift",
"Test Utilities.swift"
],
"target_dependencies" : [
"SwiftPList"
],
"type" : "test"
},
{
"c99name" : "SwiftPList",
"module_type" : "SwiftTarget",
"name" : "SwiftPList",
"path" : "Sources/SwiftPList",
"product_memberships" : [
"SwiftPList"
],
"sources" : [
"Errors/PListLoadError.swift",
"PList/AnyPList.swift",
"PList/ArrayPList.swift",
"PList/DictionaryPList.swift",
"PList/PList.swift",
"PListArray/PListArray Subscripts.swift",
"PListArray/PListArray.swift",
"PListDictionary/PListDictionary Keys.swift",
"PListDictionary/PListDictionary PListNode.swift",
"PListDictionary/PListDictionary Subscripts.swift",
"PListDictionary/PListDictionary.swift",
"PListProtocol/PListProtocol init.swift",
"PListProtocol/PListProtocol rawData.swift",
"PListProtocol/PListProtocol read.swift",
"PListProtocol/PListProtocol save.swift",
"PListProtocol/PListProtocol.swift",
"PListValue/PListValue.swift",
"Raw Types/PListFormat.swift",
"Raw Types/RawPListArray.swift",
"Raw Types/RawPListDictionary.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.