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 icalendar-vcard-kit, reference 1.0.0 (7226d5), with Swift 6.1 for macOS (SPM) on 5 Jun 2025 03:43:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thoven87/icalendar-kit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thoven87/icalendar-kit
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 7226d5a Merge pull request #2 from thoven87/thoven87-patch-1
Cloned https://github.com/thoven87/icalendar-kit.git
Revision (git rev-parse @):
7226d5a69e491107fc17b0b939b01e54d1387830
SUCCESS checkout https://github.com/thoven87/icalendar-kit.git at 1.0.0
========================================
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",
  "dependencies": [
    {
      "identity": "icalendar-kit",
      "name": "icalendar-vcard-kit",
      "url": "https://github.com/thoven87/icalendar-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/icalendar-kit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/thoven87/icalendar-kit.git
[1/61] Fetching icalendar-kit
Fetched https://github.com/thoven87/icalendar-kit.git from cache (0.75s)
Creating working copy for https://github.com/thoven87/icalendar-kit.git
Working copy of https://github.com/thoven87/icalendar-kit.git resolved at 1.0.0 (7226d5a)
warning: '.resolve-product-dependencies': dependency 'icalendar-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/thoven87/icalendar-kit.git
https://github.com/thoven87/icalendar-kit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "icalendar-vcard-kit",
  "name" : "icalendar-vcard-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ICalendar",
      "targets" : [
        "ICalendar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VCard",
      "targets" : [
        "VCard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VCardTests",
      "module_type" : "SwiftTarget",
      "name" : "VCardTests",
      "path" : "Tests/VCardTests",
      "sources" : [
        "VCardFormatterTests.swift",
        "VCardSerializationTests.swift",
        "VCardTests.swift"
      ],
      "target_dependencies" : [
        "VCard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VCard",
      "module_type" : "SwiftTarget",
      "name" : "VCard",
      "path" : "Sources/VCard",
      "product_memberships" : [
        "VCard"
      ],
      "sources" : [
        "VCard.swift",
        "VCardClient.swift",
        "VCardFormatter.swift",
        "VCardFoundation.swift",
        "VCardParser.swift",
        "VCardSerializer.swift",
        "VCardUtilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ICalendarTests",
      "module_type" : "SwiftTarget",
      "name" : "ICalendarTests",
      "path" : "Tests/ICalendarTests",
      "sources" : [
        "ICalendarEventManagementTests.swift",
        "ICalendarTests.swift"
      ],
      "target_dependencies" : [
        "ICalendar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ICalendar",
      "module_type" : "SwiftTarget",
      "name" : "ICalendar",
      "path" : "Sources/ICalendar",
      "product_memberships" : [
        "ICalendar"
      ],
      "sources" : [
        "ICalendar.swift",
        "ICalendarComponents.swift",
        "ICalendarFormatter.swift",
        "ICalendarFoundation.swift",
        "ICalendarParser.swift",
        "ICalendarSerializer.swift",
        "ICalendarUtilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/19] Compiling ICalendar ICalendarParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/19] Compiling VCard VCardParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/19] Compiling VCard VCardSerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/19] Compiling VCard VCardUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/19] Compiling VCard VCard.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/19] Compiling VCard VCardFoundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/19] Compiling VCard VCardFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/19] Emitting module VCard
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/19] Compiling VCard VCardClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/19] Compiling ICalendar ICalendarComponents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/19] Compiling ICalendar ICalendarSerializer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/19] Compiling ICalendar ICalendarFoundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/19] Compiling ICalendar ICalendarFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/19] Emitting module ICalendar
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/19] Compiling ICalendar ICalendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/19] Compiling ICalendar ICalendarUtilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (6.92s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "icalendar-vcard-kit",
  "name" : "icalendar-vcard-kit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "ICalendar",
      "targets" : [
        "ICalendar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VCard",
      "targets" : [
        "VCard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "VCardTests",
      "module_type" : "SwiftTarget",
      "name" : "VCardTests",
      "path" : "Tests/VCardTests",
      "sources" : [
        "VCardFormatterTests.swift",
        "VCardSerializationTests.swift",
        "VCardTests.swift"
      ],
      "target_dependencies" : [
        "VCard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VCard",
      "module_type" : "SwiftTarget",
      "name" : "VCard",
      "path" : "Sources/VCard",
      "product_memberships" : [
        "VCard"
      ],
      "sources" : [
        "VCard.swift",
        "VCardClient.swift",
        "VCardFormatter.swift",
        "VCardFoundation.swift",
        "VCardParser.swift",
        "VCardSerializer.swift",
        "VCardUtilities.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ICalendarTests",
      "module_type" : "SwiftTarget",
      "name" : "ICalendarTests",
      "path" : "Tests/ICalendarTests",
      "sources" : [
        "ICalendarEventManagementTests.swift",
        "ICalendarTests.swift"
      ],
      "target_dependencies" : [
        "ICalendar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ICalendar",
      "module_type" : "SwiftTarget",
      "name" : "ICalendar",
      "path" : "Sources/ICalendar",
      "product_memberships" : [
        "ICalendar"
      ],
      "sources" : [
        "ICalendar.swift",
        "ICalendarComponents.swift",
        "ICalendarFormatter.swift",
        "ICalendarFoundation.swift",
        "ICalendarParser.swift",
        "ICalendarSerializer.swift",
        "ICalendarUtilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.