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 Ontology, reference 0.7.0 (b6809a), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 06:56:08 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loopwork/Ontology.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/loopwork/Ontology
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at b6809a8 Bump version to 0.7.0
Cloned https://github.com/loopwork/Ontology.git
Revision (git rev-parse @):
b6809a8291b563aeded7cfa380ecef92e77885c7
SUCCESS checkout https://github.com/loopwork/Ontology.git at 0.7.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/loopwork/Ontology.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/18] Compiling Ontology DateTime.swift
[4/18] Compiling Ontology Event.swift
[5/19] Compiling Ontology WeatherConditions.swift
[6/19] Emitting module Ontology
[7/19] Compiling Ontology GeoCoordinates.swift
[8/19] Compiling Ontology Organization.swift
[9/19] Compiling Ontology QuantitativeValue.swift
[10/19] Compiling Ontology PlanAction.swift
[11/19] Compiling Ontology PostalAddress.swift
[12/19] Compiling Ontology WeatherForecast.swift
[13/19] Compiling Ontology Schema.swift
[14/19] Compiling Ontology ContactPoint.swift
[15/19] Compiling Ontology Person.swift
[16/19] Compiling Ontology Place.swift
[17/19] Compiling Ontology Trip.swift
[18/19] Compiling Ontology TimeZone+Extensions.swift
[19/19] Compiling Ontology JSON-LD.swift
Build complete! (8.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ontology",
  "name" : "Ontology",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Ontology",
      "targets" : [
        "Ontology"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OntologyTests",
      "module_type" : "SwiftTarget",
      "name" : "OntologyTests",
      "path" : "Tests/OntologyTests",
      "sources" : [
        "ContactPointTests.swift",
        "DateTimeTests.swift",
        "EventTests.swift",
        "PlaceTests.swift",
        "QuantitativeValueTests.swift",
        "TimeZoneTests.swift",
        "TripTests.swift",
        "WeatherConditionsTests.swift",
        "WeatherForecastTests.swift"
      ],
      "target_dependencies" : [
        "Ontology"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ontology",
      "module_type" : "SwiftTarget",
      "name" : "Ontology",
      "path" : "Sources/Ontology",
      "product_memberships" : [
        "Ontology"
      ],
      "sources" : [
        "Extensions/TimeZone+Extensions.swift",
        "JSON-LD.swift",
        "Schema.swift",
        "Types/ContactPoint.swift",
        "Types/DateTime.swift",
        "Types/Event.swift",
        "Types/GeoCoordinates.swift",
        "Types/Organization.swift",
        "Types/Person.swift",
        "Types/Place.swift",
        "Types/PlanAction.swift",
        "Types/PostalAddress.swift",
        "Types/QuantitativeValue.swift",
        "Types/Trip.swift",
        "Types/WeatherConditions.swift",
        "Types/WeatherForecast.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.