The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JolpicaKit, reference main (7140a8), with Swift 6.2 for macOS (SPM) on 23 Jun 2025 06:08:46 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/fantasia-y/JolpicaKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fantasia-y/JolpicaKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7140a84 Update README.md
Cloned https://github.com/fantasia-y/JolpicaKit.git
Revision (git rev-parse @):
7140a844957b919ada5c6211a7262694da55e4d3
SUCCESS checkout https://github.com/fantasia-y/JolpicaKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fantasia-y/JolpicaKit.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/8] Compiling Logging Logging.swift
[5/8] Emitting module Logging
[6/8] Compiling Logging Locks.swift
[7/8] Compiling Logging LogHandler.swift
[8/8] Compiling Logging MetadataProvider.swift
[9/36] Emitting module JolpicaKit
[10/38] Compiling JolpicaKit Statics.swift
[11/38] Compiling JolpicaKit Status.swift
[12/38] Compiling JolpicaKit Qualifying.swift
[13/38] Compiling JolpicaKit Races.swift
[14/38] Compiling JolpicaKit Results.swift
[15/38] Compiling JolpicaKit Logger.swift
[16/38] Compiling JolpicaKit Circuits.swift
[17/38] Compiling JolpicaKit Constructors.swift
[18/38] Compiling JolpicaKit SeasonsEndpoint.swift
[19/38] Compiling JolpicaKit SprintsEndpoint.swift
[20/38] Compiling JolpicaKit StandingsEndpoint.swift
[21/38] Compiling JolpicaKit QualifyingEndpoint.swift
[22/38] Compiling JolpicaKit RacesEndpoint.swift
[23/38] Compiling JolpicaKit ResultsEndpoint.swift
[24/38] Compiling JolpicaKit Drivers.swift
[25/38] Compiling JolpicaKit Laps.swift
[26/38] Compiling JolpicaKit Pitstops.swift
[27/38] Compiling JolpicaKit Endpoint.swift
[28/38] Compiling JolpicaKit LapsEndpoint.swift
[29/38] Compiling JolpicaKit PitstopsEndpoint.swift
[30/38] Compiling JolpicaKit CircuitsEndpoint.swift
[31/38] Compiling JolpicaKit ConstructorsEndpoint.swift
[32/38] Compiling JolpicaKit DriversEndpoint.swift
[33/38] Compiling JolpicaKit StatusEndpoint.swift
[34/38] Compiling JolpicaKit Extensions.swift
[35/38] Compiling JolpicaKit JolpicaKit.swift
[36/38] Compiling JolpicaKit Seasons.swift
[37/38] Compiling JolpicaKit Sprints.swift
[38/38] Compiling JolpicaKit Standings.swift
Build complete! (7.59s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.08s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.50s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "JolpicaKit",
  "name" : "JolpicaKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "JolpicaKit",
      "targets" : [
        "JolpicaKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JolpicaKit",
      "module_type" : "SwiftTarget",
      "name" : "JolpicaKit",
      "path" : "Sources/JolpicaKit",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "JolpicaKit"
      ],
      "sources" : [
        "Endpoints/CircuitsEndpoint.swift",
        "Endpoints/ConstructorsEndpoint.swift",
        "Endpoints/DriversEndpoint.swift",
        "Endpoints/Endpoint.swift",
        "Endpoints/LapsEndpoint.swift",
        "Endpoints/PitstopsEndpoint.swift",
        "Endpoints/QualifyingEndpoint.swift",
        "Endpoints/RacesEndpoint.swift",
        "Endpoints/ResultsEndpoint.swift",
        "Endpoints/SeasonsEndpoint.swift",
        "Endpoints/SprintsEndpoint.swift",
        "Endpoints/StandingsEndpoint.swift",
        "Endpoints/StatusEndpoint.swift",
        "Extensions.swift",
        "JolpicaKit.swift",
        "Logger.swift",
        "Models/Circuits.swift",
        "Models/Constructors.swift",
        "Models/Drivers.swift",
        "Models/Laps.swift",
        "Models/Pitstops.swift",
        "Models/Qualifying.swift",
        "Models/Races.swift",
        "Models/Results.swift",
        "Models/Seasons.swift",
        "Models/Sprints.swift",
        "Models/Standings.swift",
        "Models/Statics.swift",
        "Models/Status.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.