Build Information
Successful build of swift-plist, reference main (bb1e2a), with Swift 5.10 for macOS (SPM) on 1 Dec 2025 09:03:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.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 bb1e2a3 Added SPI configuration
Cloned https://github.com/orchetect/swift-plist.git
Revision (git rev-parse @):
bb1e2a32ab60f9c6b3d45419e1ff38e93a4c3e16
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-plist.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/orchetect/swift-plist.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/22] Emitting module SwiftPList
[4/24] Compiling SwiftPList RawPListDictionary.swift
[5/24] Compiling SwiftPList Utilities.swift
[6/24] Compiling SwiftPList PListProtocol read.swift
[7/24] Compiling SwiftPList PListProtocol save.swift
[8/24] Compiling SwiftPList PListProtocol init.swift
[9/24] Compiling SwiftPList PListProtocol rawData.swift
[10/24] Compiling SwiftPList PListArray Subscripts.swift
[11/24] Compiling SwiftPList PListArray.swift
[12/24] Compiling SwiftPList PListFormat.swift
[13/24] Compiling SwiftPList RawPListArray.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.swift
[20/24] Compiling SwiftPList PListValue.swift
[21/24] Compiling SwiftPList DictionaryPList.swift
[22/24] Compiling SwiftPList PList.swift
[23/24] Compiling SwiftPList PListDictionary Keys.swift
[24/24] Compiling SwiftPList PListDictionary PListNode.swift
Build complete! (7.69s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-plist",
"name" : "swift-plist",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.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.5"
}
Done.