The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-openstep-property-list, reference v0.1.2 (c16e31), with Swift 6.2 (beta) for macOS (SPM) on 14 Aug 2025 08:16:22 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Formkunft/swift-openstep-property-list.git
Reference: v0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Formkunft/swift-openstep-property-list
 * tag               v0.1.2     -> FETCH_HEAD
HEAD is now at c16e31e Swift concurrency platform version guards
Cloned https://github.com/Formkunft/swift-openstep-property-list.git
Revision (git rev-parse @):
c16e31ead912685f4fd0264a9e2b6b41ab7d37c9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Formkunft/swift-openstep-property-list.git at v0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Formkunft/swift-openstep-property-list.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module CollectionParser
[5/5] Compiling CollectionParser Parser.swift
[6/17] Compiling OpenStepPropertyList PropertyList.PathSet.swift
[7/17] Compiling OpenStepPropertyList PropertyList.PlainView.swift
[8/18] Compiling OpenStepPropertyList PropertyListProtocol.swift
[9/18] Compiling OpenStepPropertyList PropertyList.Number.swift
[10/18] Compiling OpenStepPropertyList PropertyList.swift
[11/18] Compiling OpenStepPropertyList PropertyList Subscript.swift
[12/18] Compiling OpenStepPropertyList PropertyList Encoding.swift
[13/18] Compiling OpenStepPropertyList ByteString.swift
[14/18] Compiling OpenStepPropertyList PropertyList Access.swift
[15/18] Compiling OpenStepPropertyList PropertyList Literals.swift
[16/18] Emitting module OpenStepPropertyList
[17/18] Compiling OpenStepPropertyList PropertyList Codable.swift
[18/18] Compiling OpenStepPropertyList PropertyList Decoding.swift
Build complete! (6.03s)
Fetching https://github.com/Formkunft/swift-collection-parser
[1/62] Fetching swift-collection-parser
Fetched https://github.com/Formkunft/swift-collection-parser from cache (0.70s)
Computing version for https://github.com/Formkunft/swift-collection-parser
Computed https://github.com/Formkunft/swift-collection-parser at 2.0.1 (1.11s)
Creating working copy for https://github.com/Formkunft/swift-collection-parser
Working copy of https://github.com/Formkunft/swift-collection-parser resolved at 2.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collection-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Formkunft/swift-collection-parser"
    }
  ],
  "manifest_display_name" : "swift-openstep-property-list",
  "name" : "swift-openstep-property-list",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "OpenStepPropertyList",
      "targets" : [
        "OpenStepPropertyList"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OpenStepPropertyListTests",
      "module_type" : "SwiftTarget",
      "name" : "OpenStepPropertyListTests",
      "path" : "Tests/OpenStepPropertyListTests",
      "sources" : [
        "Access Tests.swift",
        "ByteString Tests.swift",
        "Decoding Tests.swift"
      ],
      "target_dependencies" : [
        "OpenStepPropertyList"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OpenStepPropertyList",
      "module_type" : "SwiftTarget",
      "name" : "OpenStepPropertyList",
      "path" : "Sources/OpenStepPropertyList",
      "product_dependencies" : [
        "CollectionParser"
      ],
      "product_memberships" : [
        "OpenStepPropertyList"
      ],
      "sources" : [
        "ByteString.swift",
        "PropertyList Access.swift",
        "PropertyList Codable.swift",
        "PropertyList Decoding.swift",
        "PropertyList Encoding.swift",
        "PropertyList Literals.swift",
        "PropertyList Subscript.swift",
        "PropertyList.Number.swift",
        "PropertyList.PathSet.swift",
        "PropertyList.PlainView.swift",
        "PropertyList.swift",
        "PropertyListProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.