<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5" -->

---
title: Fast and reliable iOS builds with Bazel at Mercari
description: Ryo Aoyama is the iOS lead architect for Mercari. He will describe how we introduced Bazel for our software builds during the rewrite for our iOS app to...
canonical: https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Fast and reliable iOS builds with Bazel at Mercari | daily.dev
og:description: Ryo Aoyama is the iOS lead architect for Mercari. He will describe how we introduced Bazel for our software builds during the rewrite for our iOS app to...
og:url: https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5
og:image: https://api.daily.dev/og/posts/L0D2PKct5.png
og:image:alt: Fast and reliable iOS builds with Bazel at Mercari
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fast and reliable iOS builds with Bazel at Mercari

**[Mercari Engineering](https://daily.dev/sources/mercari)** · 14 min read · 2 upvotes · 0 comments

## Summary

Ryo Aoyama is the iOS lead architect for Mercari. He will describe how we introduced Bazel for our software builds during the rewrite for our iOS app to improve our builds. Bazel is an open source build tool developed by Google. It can also be used to build mobile applications for iOS and Android.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://engineering.mercari.com/en/blog/entry/20221215-16cdd59909/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#tools](https://daily.dev/tags/tools), [#apple](https://daily.dev/tags/apple), [#golang](https://daily.dev/tags/golang), [#ios](https://daily.dev/tags/ios), [#swift](https://daily.dev/tags/swift), [#xcode](https://daily.dev/tags/xcode), [#bazel](https://daily.dev/tags/bazel), [#cocoapods](https://daily.dev/tags/cocoapods)

[View this post on daily.dev](https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Fast and reliable iOS builds with Bazel at Mercari","url":"https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5"},"datePublished":"2023-03-08T07:14:39.438Z","dateModified":"2023-03-08T07:14:39.432Z","description":"Ryo Aoyama is the iOS lead architect for Mercari. He will describe how we introduced Bazel for our software builds during the rewrite for our iOS app to...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/76ae6b0c7127754bb09c23f8ec93a8ac","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/76ae6b0c7127754bb09c23f8ec93a8ac","isAccessibleForFree":true,"articleSection":"Mercari Engineering","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Mercari Engineering","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/cdde515cd83640748689d74c2d938fcf","url":"https://daily.dev/sources/mercari"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/fast-and-reliable-ios-builds-with-bazel-at-mercari-l0d2pkct5","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"tools,apple,golang,ios,swift,xcode,bazel,cocoapods","timeRequired":"PT14M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Mercari Engineering","item":"https://daily.dev/sources/mercari"},{"@type":"ListItem","position":3,"name":"Fast and reliable iOS builds with Bazel at Mercari"}]}
```

