The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-plist, reference main (388700), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 00:29:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build 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
========================================
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-plist",
      "name": "swift-plist",
      "url": "https://github.com/orchetect/swift-plist.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-plist",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/orchetect/swift-plist.git
[1/2178] Fetching swift-plist
Fetched https://github.com/orchetect/swift-plist.git from cache (1.27s)
Creating working copy for https://github.com/orchetect/swift-plist.git
Working copy of https://github.com/orchetect/swift-plist.git resolved at main (3887008)
warning: '.resolve-product-dependencies': dependency 'swift-plist' 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/orchetect/swift-plist.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/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.swift
[9/24] Compiling SwiftPList PListValue.swift
[10/24] Compiling SwiftPList PListProtocol init.swift
[11/24] Compiling SwiftPList PListProtocol rawData.swift
[12/24] Compiling SwiftPList PListDictionary Subscripts.swift
[13/24] Compiling SwiftPList PListDictionary.swift
[14/24] Compiling SwiftPList DictionaryPList.swift
[15/24] Compiling SwiftPList PList.swift
[16/24] Compiling SwiftPList PListDictionary Keys.swift
[17/24] Compiling SwiftPList PListDictionary PListNode.swift
[18/24] Compiling SwiftPList PListFormat.swift
[19/24] Compiling SwiftPList RawPListArray.swift
[20/24] Compiling SwiftPList PListArray Subscripts.swift
[21/24] Compiling SwiftPList PListArray.swift
[22/24] Compiling SwiftPList PListLoadError.swift
[23/24] Compiling SwiftPList AnyPList.swift
[24/24] Compiling SwiftPList ArrayPList.swift
Build complete! (5.06s)
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.